Searched refs:argument (Results 151 - 175 of 980) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DProcedural.pm101 receive the class name or object as its first argument.
112 the class/object argument.
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DProcedural.pm101 receive the class name or object as its first argument.
112 the class/object argument.
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOBSDConsole.cpp114 void * argument)
130 status = super::message(type, provider, argument);
113 message(UInt32 type, IOService * provider, void * argument) argument
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSBlobCustom.cpp74 JSValue firstArg = exec->argument(0);
76 return throwVMError(exec, createTypeError(exec, "First argument of the constructor is not of type Array"));
82 JSValue blobPropertyBagValue = exec->argument(1);
85 return throwVMError(exec, createTypeError(exec, "Second argument of the constructor is not of type Object"));
H A DJSHTMLFormControlsCollectionCustom.cpp68 JSValue value = getNamedItems(exec, this, Identifier(exec, exec->argument(0).toString(exec)->value(exec)));
H A DJSMutationObserverCustom.cpp51 JSObject* object = exec->argument(0).getObject();
54 return throwVMError(exec, createTypeError(exec, "Callback argument must be a function"));
H A DJSSQLResultSetRowListCustom.cpp47 int index = finiteInt32Value(exec->argument(0), exec, indexOk);
H A DJSSVGLengthCustom.cpp86 unsigned short unitType = exec->argument(0).toUInt32(exec);
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSSelector.cpp579 || sel1->argument() != sel2->argument()) {
633 str.append(cs->argument());
767 String argument = m_argument.lower(); local
769 if (argument.isEmpty())
774 if (argument == "odd") {
777 } else if (argument == "even") {
781 size_t n = argument.find('n');
783 if (argument[0] == '-') {
787 m_a = argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorOverlay.h135 void evaluateInOverlay(const String& method, const String& argument);
136 void evaluateInOverlay(const String& method, PassRefPtr<InspectorValue> argument);
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter2/
H A Dast.ml20 * its name, and its argument names (thus implicitly the number of arguments the
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter3/
H A Dast.ml20 * its name, and its argument names (thus implicitly the number of arguments the
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter4/
H A Dast.ml20 * its name, and its argument names (thus implicitly the number of arguments the
/macosx-10.9.5/vim-53/
H A Dvimtutor.com38 $ ! Pick up the argument, if any.
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSGlobalObjectFunctions.cpp56 CString cstr = exec->argument(0).toString(exec)->value(exec).utf8(String::StrictConversion);
147 String str = exec->argument(0).toString(exec)->value(exec);
501 JSValue x = exec->argument(0);
528 JSValue value = exec->argument(0);
529 JSValue radixValue = exec->argument(1);
532 // If the argument is 0 or a number in range 10^-6 <= n < INT_MAX+1, then parseInt
558 return JSValue::encode(jsNumber(parseFloat(exec->argument(0).toString(exec)->value(exec))));
563 return JSValue::encode(jsBoolean(std::isnan(exec->argument(0).toNumber(exec))));
568 double n = exec->argument(0).toNumber(exec);
616 String str = exec->argument(
[all...]
H A DArrayPrototype.cpp166 static unsigned argumentClampedIndexFromStartOrEnd(ExecState* exec, int argument, unsigned length, unsigned undefinedValue = 0) argument
168 JSValue value = exec->argument(argument);
281 // 2. Let func be the result of calling the [[Get]] internal method of array with argument "join".
385 if (!exec->argument(0).isUndefined())
386 separator = exec->argument(0).toWTFString(exec);
447 curArg = (exec->argument(i));
489 array->push(exec, exec->argument(0));
501 thisObj->methodTable()->putByIndex(thisObj, exec, length + n, exec->argument(n), true);
505 thisObj->methodTable()->put(thisObj, exec, propertyName, exec->argument(
[all...]
H A DNameConstructor.cpp53 JSValue publicName = exec->argumentCount() ? exec->argument(0) : jsUndefined();
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDACommand.c75 * Execute a command as the specified user. The argument list must be NULL terminated.
421 * Execute a command as the specified user. The argument list maps to argv[1] and up. All
422 * arguments in the argument list shall be of type CFTypeRef, which are converted to string
423 * form via CFCopyDescription(). The argument list must be NULL terminated.
428 CFTypeRef argument = NULL; local
464 for ( argc = 1; ( argument = va_arg( arguments, CFTypeRef ) ); argc++ )
468 string = CFStringCreateWithFormat( kCFAllocatorDefault, 0, CFSTR( "%@" ), argument );
482 if ( argument ) { status = EX_SOFTWARE; goto DACommandExecuteErr; }
/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCLocalNode.cpp102 IOReturn IOFireWireAVCLocalNode::message(UInt32 type, IOService *provider, void *argument) argument
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireLocalNode.h138 virtual IOReturn message( UInt32 type, IOService * provider, void * argument );
/macosx-10.9.5/IOFireWireIP-226.4/KernelHeaders/IOKit/
H A DIOFireWireIPUnit.h66 virtual IOReturn message(UInt32 type, IOService *provider, void *argument);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEventSystem.h79 virtual IOReturn message(UInt32 type, IOService * provider, void * argument);
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dpowerwatch.h80 natural_t messageType, void *argument);
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dpowerwatch.h80 natural_t messageType, void *argument);
/macosx-10.9.5/bash-92/bash-3.2/examples/scripts/
H A Dline-input.bash42 # If the input argument is a zero, set up terminal to wait for
43 # a keystroke indefinitely. If the argument is non-zero, set up
78 # The first argument is the name of a variable where the input line is
81 # The second argument gives the maximum length of the input line; if it
178 echo "Pass an argument to this program to prime the buffer contents"

Completed in 156 milliseconds

1234567891011>>