Searched refs:firstValue (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/tcl-102/tk/tk/library/
H A DoptMenu.tcl27 # firstValue - First of legal values for option (must be >= 1).
30 proc ::tk_optionMenu {w varName firstValue args} {
34 set var $firstValue
40 $w.menu add radiobutton -label $firstValue -variable $varName
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A DoptMenu.tcl27 # firstValue - First of legal values for option (must be >= 1).
30 proc ::tk_optionMenu {w varName firstValue args} {
34 set var $firstValue
40 $w.menu add radiobutton -label $firstValue -variable $varName
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DHTMLEntityTable.h38 UChar32 firstValue; member in struct:WebCore::HTMLEntityTableEntry
H A DHTMLEntityParser.cpp116 decodedEntity.append(entitySearch.mostRecentMatch()->firstValue);
157 size_t numberOfCodePoints = appendUChar32ToUCharArray(search.mostRecentMatch()->firstValue, result);
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DTransformFunctions.cpp113 CSSPrimitiveValue* firstValue = static_cast<CSSPrimitiveValue*>(transformValue->itemWithoutBoundsCheck(0)); local
122 sy = firstValue->getDoubleValue();
124 sx = firstValue->getDoubleValue();
142 sz = firstValue->getDoubleValue();
144 sy = firstValue->getDoubleValue();
146 sx = firstValue->getDoubleValue();
168 ty = convertToFloatLength(firstValue, style, rootStyle, zoomFactor);
170 tx = convertToFloatLength(firstValue, style, rootStyle, zoomFactor);
191 tz = convertToFloatLength(firstValue, style, rootStyle, zoomFactor);
193 ty = convertToFloatLength(firstValue, styl
[all...]
H A DSVGCSSStyleSelector.cpp564 CSSValue* firstValue = list->itemWithoutBoundsCheck(0);
565 if (!firstValue->isShadowValue())
567 ShadowValue* item = static_cast<ShadowValue*>(firstValue);
H A DStyleResolver.cpp3960 CSSPrimitiveValue* firstValue = filterValue->length() ? static_cast<CSSPrimitiveValue*>(filterValue->itemWithoutBoundsCheck(0)) : 0; local
3967 amount = firstValue->getDoubleValue();
3968 if (firstValue->isPercentage())
3978 angle = firstValue->computeDegrees();
3989 amount = firstValue->getDoubleValue();
3990 if (firstValue->isPercentage())
4000 stdDeviation = convertToFloatLength(firstValue, style, rootStyle, zoomFactor);
H A DCSSParser.cpp6803 RefPtr<CSSPrimitiveValue> firstValue;
6809 firstValue = cssValuePool().createIdentifierValue(val->id);
6824 secondValue = firstValue;
6827 secondValue = firstValue;
6829 result = createPrimitiveValuePair(firstValue, secondValue);
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dcombo.tcl34 set btns [addSeeDismiss $w.buttons $w {firstValue secondValue ozCity}]
49 ttk::combobox $w.c1.c -textvariable firstValue
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/util/test/
H A DPackedIntegerTest.java112 private void testIntRange(long firstValue, argument
119 for (long longI = firstValue; longI <= lastValue; longI += 1) {
137 for (long longI = firstValue; longI <= lastValue; longI += 1) {
152 private void testLongRange(long firstValue, argument
159 for (long longI = firstValue; longI <= lastValue; longI += 1) {
177 for (long longI = firstValue; longI <= lastValue; longI += 1) {
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dcombo.rb37 firstValue = TkVariable.new
50 ['firstVariable', firstValue],
80 Ttk::Combobox.new(f, :textvariable=>firstValue){|b|
H A Dmenubu.rb4 def optionMenu(menubutton, varName, firstValue, *rest)
5 varName.value = firstValue
14 add 'radio', 'label'=>firstValue, 'variable'=>varName
/macosx-10.9.5/JavaScriptCore-7537.78.1/
H A Dcreate_hash_table256 my $firstValue = "";
262 $firstValue = $values[$i]{"function"};
266 $firstValue = $values[$i]{"get"};
269 $firstValue = $values[$i]{"value"};
297 print " { \"$key\", $attrs[$i], (intptr_t)" . $castStr . "($firstValue), (intptr_t)$secondValue, $intrinsic },\n";
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dcombo.rb35 firstValue = TkVariable.new
48 ['firstVariable', firstValue],
78 Ttk::Combobox.new(f, :textvariable=>firstValue){|b|
H A Dmenubu.rb8 def optionMenu(menubutton, varName, firstValue, *rest)
9 varName.value = firstValue
18 add 'radio', 'label'=>firstValue, 'variable'=>varName
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBFactory.cpp174 short IDBFactory::cmp(ScriptExecutionContext* context, const ScriptValue& firstValue, const ScriptValue& secondValue, ExceptionCode& ec) argument
177 RefPtr<IDBKey> first = scriptValueToIDBKey(&requestState, firstValue);
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Ducharstrietest.cpp828 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; local
832 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) ||
842 firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1;
846 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) ||
H A Dbytestrietest.cpp664 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1; local
668 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) ||
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Duloc_tag.c1885 UBool firstValue = TRUE; local
1889 if (firstValue) {
1892 firstValue = FALSE;
1964 UBool firstValue = TRUE; local
1985 if (firstValue) {
2004 if (firstValue) {
2023 firstValue = FALSE;

Completed in 209 milliseconds