Searched refs:value (Results 276 - 300 of 8641) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dprogressdlg.rb36 @keys['textvariable'].value
40 @keys['textvariable'].value = txt
47 def value method in class:Tk
48 @keys['variable'].value
51 def value= (val)
52 @keys['variable'].value = val
/macosx-10.10/ruby-106/ruby/ext/win32ole/sample/
H A Dexcel2.rb3 # -4100 is the value for the Excel constant xl3DColumn.
14 excel.Range("a1").value = 3;
15 excel.Range("a2").value = 2;
16 excel.Range("a3").value = 1;
/macosx-10.10/ruby-106/ruby/test/rexml/
H A Dtest_attributes_mixin.rb25 assert_equal("1", @attributes.get_attribute_ns("", "a").value)
26 assert_equal("2", @attributes.get_attribute_ns("", "b").value)
27 assert_equal("3", @attributes.get_attribute_ns(@ns_a, "c").value)
28 assert_equal("4", @attributes.get_attribute_ns(@ns_a, "d").value)
29 assert_equal("5", @attributes.get_attribute_ns(@ns_a, "e").value)
30 assert_equal("6", @attributes.get_attribute_ns(@ns_b, "f").value)
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLSwitchCase.h38 SwitchCase(LValue value, LBasicBlock target, Weight weight) argument
39 : m_value(value)
45 LValue value() const { return m_value; } function in class:JSC::FTL::SwitchCase
H A DFTLTypedPointer.h44 TypedPointer(const AbstractHeap& heap, LValue value) argument
46 , m_value(value)
57 LValue value() const { return m_value; } function in class:JSC::FTL::TypedPointer
H A DFTLValueFromBlock.h43 ValueFromBlock(LValue value, LBasicBlock block) argument
44 : m_value(value)
49 LValue value() const { return m_value; } function in class:JSC::FTL::ValueFromBlock
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/Exceptions/
H A Ddate-001.js6 This function returns a string value. The contents of the string are
11 this value is not a Date object. Therefore it cannot be transferred to
52 function MyObject( value ) {
53 this.value = value;
54 this.valueOf = new Function( "return this.value" );
H A Ddate-002.js7 1. If the this value is not a Date object, generate a runtime error.
10 4. Set the [[Value]] property of the this value to Result(2).
11 5. Return the value of the [[Value]] property of the this value.
47 function MyDate(value) {
48 this.value = value;
H A Ddate-003.js7 The valueOf function returns a number, which is this time value.
10 its this value is not a Date object. Therefore it cannot be transferred
47 function MyObject( value ) {
48 this.value = value;
H A Ddate-004.js7 1. If the this value is not an object whose [[Class]] property is "Date",
9 2. Return this time value.
44 function MyDate( value ) {
45 this.value = value;
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/Statements/
H A Dtry-004.js37 function TryToCatch( value, expect ) {
39 result = eval( value );
46 "eval( " + value +" )",
H A Dtry-005.js42 function TryToCatch( value, expect ) {
44 result = Eval( value );
51 "eval( " + value +" )",
/macosx-10.10/JavaScriptCore-7600.1.17/tests/stress/
H A Dint32-out-of-bounds.js7 function test(value) {
8 var result = foo([value], 0);
9 if (result != value)
/macosx-10.10/WebCore-7600.1.25/Modules/gamepad/
H A DGamepadButton.h44 double value() const { return m_value; } function in class:WebCore::GamepadButton
45 void setValue(double value) { m_value = value; } argument
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSCryptoOperationData.cpp37 bool cryptoOperationDataFromJSValue(ExecState* exec, JSValue value, CryptoOperationData& result) argument
39 if (ArrayBuffer* buffer = toArrayBuffer(value))
41 else if (RefPtr<ArrayBufferView> bufferView = toArrayBufferView(value))
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/ObjC/
H A DDOMTestCustomNamedGetter.mm77 DOMTestCustomNamedGetter *kit(WebCore::TestCustomNamedGetter* value)
80 if (!value)
82 if (DOMTestCustomNamedGetter *wrapper = getDOMWrapper(value))
85 wrapper->_internal = reinterpret_cast<DOMObjectInternal*>(value);
86 value->ref();
87 addDOMWrapper(wrapper, value);
H A DDOMTestEventConstructor.mm84 DOMTestEventConstructor *kit(WebCore::TestEventConstructor* value)
87 if (!value)
89 if (DOMTestEventConstructor *wrapper = getDOMWrapper(value))
92 wrapper->_internal = reinterpret_cast<DOMObjectInternal*>(value);
93 value->ref();
94 addDOMWrapper(wrapper, value);
H A DDOMTestException.mm77 DOMTestException *kit(WebCore::TestException* value)
80 if (!value)
82 if (DOMTestException *wrapper = getDOMWrapper(value))
85 wrapper->_internal = reinterpret_cast<DOMObjectInternal*>(value);
86 value->ref();
87 addDOMWrapper(wrapper, value);
H A DDOMTestGenerateIsReachable.mm70 DOMTestGenerateIsReachable *kit(WebCore::TestGenerateIsReachable* value)
73 if (!value)
75 if (DOMTestGenerateIsReachable *wrapper = getDOMWrapper(value))
78 wrapper->_internal = reinterpret_cast<DOMObjectInternal*>(value);
79 value->ref();
80 addDOMWrapper(wrapper, value);
H A DDOMTestMediaQueryListListener.mm78 DOMTestMediaQueryListListener *kit(WebCore::TestMediaQueryListListener* value)
81 if (!value)
83 if (DOMTestMediaQueryListListener *wrapper = getDOMWrapper(value))
86 wrapper->_internal = reinterpret_cast<DOMObjectInternal*>(value);
87 value->ref();
88 addDOMWrapper(wrapper, value);
H A DDOMTestNamedConstructor.mm70 DOMTestNamedConstructor *kit(WebCore::TestNamedConstructor* value)
73 if (!value)
75 if (DOMTestNamedConstructor *wrapper = getDOMWrapper(value))
78 wrapper->_internal = reinterpret_cast<DOMObjectInternal*>(value);
79 value->ref();
80 addDOMWrapper(wrapper, value);
H A DDOMTestOverloadedConstructors.mm70 DOMTestOverloadedConstructors *kit(WebCore::TestOverloadedConstructors* value)
73 if (!value)
75 if (DOMTestOverloadedConstructors *wrapper = getDOMWrapper(value))
78 wrapper->_internal = reinterpret_cast<DOMObjectInternal*>(value);
79 value->ref();
80 addDOMWrapper(wrapper, value);
H A DDOMattribute.mm77 DOMattribute *kit(WebCore::attribute* value)
80 if (!value)
82 if (DOMattribute *wrapper = getDOMWrapper(value))
85 wrapper->_internal = reinterpret_cast<DOMObjectInternal*>(value);
86 value->ref();
87 addDOMWrapper(wrapper, value);
H A DDOMreadonly.mm70 DOMreadonly *kit(WebCore::readonly* value)
73 if (!value)
75 if (DOMreadonly *wrapper = getDOMWrapper(value))
78 wrapper->_internal = reinterpret_cast<DOMObjectInternal*>(value);
79 value->ref();
80 addDOMWrapper(wrapper, value);
/macosx-10.10/WebKit2-7600.1.25/Shared/posix/
H A DCommandLinePOSIX.cpp44 String value = String::fromUTF8(argv[i + 1]);
45 if (value.isEmpty())
48 if (!m_args.add(key, value).isNewEntry)

Completed in 384 milliseconds

<<11121314151617181920>>