Questions tagged [baseline]
243 questions
1
vote
1 answer
Padding under font only on Mac
My horizontal nav bar and footer look perfect on PC, but when testing on Mac, the font is lifted about 30px above its position in the horizontal nav bar.
After trying every CSS reset and line-height adjustment, what finally worked on Mac made the…

william
- 11
- 2
1
vote
2 answers
Do East Asian (e.g. Chinese) characters have baselines? How do they align with English in CSS?
I am asking this because I want to know how East Asian Characters (e.g. Chinese) align with English ones in CSS.
This is what Wikipedia.org says:
East Asian scripts have no baseline; each glyph sits in a square box,
with neither ascenders nor…

marcel
- 77
- 1
- 4
- 16
1
vote
1 answer
clearcase; delivery and baselines
I don't know "clearcase" very much but I have to use it to deliver some developments from "dev" instance to test instance of a specific application.
Should I have to use a "dev" stream and a test stream for that Suppose I have a code lets say…

NGM
- 11
- 2
1
vote
1 answer
Comparing baseline differences including file contents
I know that I can use the diffbl command to compare two baselines. But how can I also ask the command to print out the diffs of all the files that were different?
Is this even possible or do I need to write a script or something? Any pointers?

shikhanshu
- 1,466
- 2
- 16
- 32
1
vote
1 answer
Stop RTC baseline from being delivered
I created a baseline in my workspace and forgot I had some undelivered changes. These changes are not supposed to be part of the baseline.
The changes and baseline have not been delivered to the stream, is there anyway to get rid of this undelivered…

uncletall
- 6,609
- 1
- 27
- 52
1
vote
0 answers
how to fit baseline/background in R
I am trying to fit the background shape in nmr spectra. For this I have been using the loess function so far.
First I try to identify all the peaks (which works more or less) and remove them from the spectrum. Then I try to fit the rest of the…

JohnDoe
- 41
- 5
1
vote
1 answer
How can I easily align an element with "display: inline-block" and "overflow: hidden"?
inline-block elements using overflow: hidden position themselves so their bottom margin is the baseline. From http://www.w3.org/TR/CSS2/visudet.html#leading:
The baseline of an 'inline-block' is the baseline of its
last line box in the normal…

mgiuffrida
- 3,299
- 1
- 26
- 27
1
vote
2 answers
How to work with recommended baselines using Jenkins ClearCase plugin?
I'm using Jenkins 1.596 with ClearCase Plug-in 1.5.3.
SCM is UCM ClearCase.
My job is currently polling against the stream and if new work has been delivered, it will create a new view.
Developers manually recommend baselines. Is it possible to…

user2984213
- 119
- 10
1
vote
1 answer
Jenkins ClearCase UCM plugin retrieving changes error
I am trying to integrate Jenkins with a UCM ClearCase environment and I have a problem during the build.
First, I created a -recommended baseline on my integration stream and rebased this one on my dev stream.
My jenkins job is configured on my…

Billyjones
- 11
- 2
1
vote
2 answers
Clearcase UCM - How to get the config spec of a given baseline?
I'd like to set-up a non-UCM clearcase (read only) view for debugging an issue reported on a old baseline which was delivered to customer.
How to view/retrieve/generate the config spec of the old baseline? so that I use this config spec to create…

user3214692
- 51
- 6
1
vote
1 answer
How to copy contents of a baseline in Clearcase UCM?
I want to copy the contents of the integration stream at a certain baseline to a directory outside CC using command line, ie. I want to "export" a baselined version to use a Subversion term. I think the way to do this is to set the view to show the…

apa64
- 1,578
- 1
- 17
- 26
1
vote
2 answers
How to calculate a mean baseline value per trial per participant in a data frame
I have pupillometry data for 24 participants, each having thousands of rows of pupil size measurements (as I have named PupilAvg). The time column is called TrialTimestamp and is measured in ms. I also have trial.number and trial.type as columns.…

Nadia Laccitiello
- 11
- 2
1
vote
1 answer
Error on Oracle: ORA-13767 when try to create a baseline
The sql statement had 2 plans, one is slower and one is faster.
By using the hash value, I tried to create a baseline, I get an error as below:
ERROR at line 1:
ORA-13767: End snapshot ID must be greater than begin snapshot ID.
ORA-06512: at…

Keibee
- 45
- 1
- 5
1
vote
1 answer
What is DataWarehouseSyncBaseline in RTC?
This can be a basic question but I need to more information about this. I tried to search about this but I could not get about this. Can you please give more information.
Questions:
1. What is DataWarehouseSyncBaseline and its purpose?
2. What are…

Vijay Reddy
- 125
- 2
- 14
1
vote
1 answer
How can i list the recommended base line in ClearCase
I'm currently writing a script that has to check the recommended baseline of the Integration stream, so the only parameters that I know is the stream name, I'm wondering if there is a way to do that using cleartool on linux (bash script).
Here is…

Alex Brodov
- 3,365
- 18
- 43
- 66