Searched refs:argument (Results 76 - 100 of 980) sorted by relevance

1234567891011>>

/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dcommon.c66 int count = el->el_state.argument;
71 if (el->el_line.lastchar + el->el_state.argument >=
87 c_insert(el, el->el_state.argument);
115 el->el_state.argument, ce__isword);
171 c_delafter(el, el->el_state.argument); /* delete after dot */
289 el->el_line.cursor += el->el_state.argument;
316 el->el_state.argument,
338 el->el_line.cursor -= el->el_state.argument;
375 * Adds to argument or enters a digit
387 el->el_state.argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSAudioContextCustom.cpp81 int32_t numberOfChannels = exec->argument(0).toInt32(exec);
82 int32_t numberOfFrames = exec->argument(1).toInt32(exec);
83 float sampleRate = exec->argument(2).toFloat(exec);
H A DJSHTMLInputElementCustom.cpp98 int start = exec->argument(0).toInt32(exec);
99 int end = exec->argument(1).toInt32(exec);
100 String direction = exec->argument(2).toString(exec)->value(exec);
H A DJSArrayBufferCustom.cpp43 length = exec->argument(0).toInt32(exec); // NaN/+inf/-inf returns 0, this is intended by WebIDL
H A DJSCryptoCustom.cpp43 JSValue buffer = exec->argument(0);
H A DJSDeviceMotionEventCustom.cpp168 const String type = exec->argument(0).toString(exec)->value(exec);
169 bool bubbles = exec->argument(1).toBoolean(exec);
170 bool cancelable = exec->argument(2).toBoolean(exec);
174 RefPtr<DeviceMotionData::Acceleration> acceleration = readAccelerationArgument(exec->argument(3), exec);
178 RefPtr<DeviceMotionData::Acceleration> accelerationIncludingGravity = readAccelerationArgument(exec->argument(4), exec);
182 RefPtr<DeviceMotionData::RotationRate> rotationRate = readRotationRateArgument(exec->argument(5), exec);
186 bool intervalProvided = !exec->argument(6).isUndefinedOrNull();
187 double interval = exec->argument(6).toNumber(exec);
H A DJSHTMLOptionsCollectionCustom.cpp69 HTMLOptionElement* option = toHTMLOptionElement(exec->argument(0));
74 int index = exec->argument(1).toInt32(exec);
H A DJSIDBDatabaseCustom.cpp51 String name = exec->argument(0).toString(exec)->value(exec);
55 JSValue optionsValue = exec->argument(1);
H A DJSImageConstructor.cpp65 width = exec->argument(0).toInt32(exec);
69 height = exec->argument(1).toInt32(exec);
H A DJSSharedWorkerCustom.cpp65 String scriptURL = exec->argument(0).toString(exec)->value(exec);
68 name = exec->argument(1).toString(exec)->value(exec);
H A DJSXMLHttpRequestCustom.cpp87 const KURL& url = impl()->scriptExecutionContext()->completeURL(exec->argument(1).toString(exec)->value(exec));
88 String method = exec->argument(0).toString(exec)->value(exec);
92 bool async = exec->argument(2).toBoolean(exec);
94 if (exec->argumentCount() >= 4 && !exec->argument(3).isUndefined()) {
95 String user = valueToStringWithNullCheck(exec, exec->argument(3));
97 if (exec->argumentCount() >= 5 && !exec->argument(4).isUndefined()) {
98 String password = valueToStringWithNullCheck(exec, exec->argument(4));
119 JSValue val = exec->argument(0);
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dflow-ctrl.el56 (defun enable-flow-control (&optional argument)
61 (if (if argument
63 (<= (prefix-numeric-value argument) 0)
/macosx-10.9.5/cctools-845/include/stuff/
H A Dseg_addr_table.h55 char *argument,
/macosx-10.9.5/libxslt-13/libxslt/doc/tutorial2/
H A Dlibxslt_pipes.c88 char *argument = local
90 strcpy(argument, argv[arg_indx]);
91 if (strtok(argument, ".")) {
102 free(argument);
/macosx-10.9.5/cctools-845/libstuff/
H A Dseg_addr_table.c62 * segment address table. The flag and argument parameters are used for
82 char *argument, /* -seg_addr_table argument or "segment address table" */
93 file_name, flag, argument);
96 file_name, flag, argument);
107 argument);
110 fatal("Empty file: %s for %s %s", file_name, flag, argument);
119 file_name, flag, argument);
151 "file: %s for %s %s", j, file_name, flag, argument);
155 "%s for %s %s", j, file_name, flag, argument);
79 parse_seg_addr_table( char *file_name, char *flag, char *argument, uint32_t *table_size) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/iotest/
H A Diotest.cpp209 UChar argument[512]; local
246 tempStr=testCase->getString("argument", errorCode);
247 tempStr.extract(argument, sizeof(argument)/sizeof(argument[0]), errorCode);
258 dbl = atof(u_austrcpy(cBuffer, argument));
263 i8 = (int8_t)uto64(argument);
268 i16 = (int16_t)uto64(argument);
273 i32 = (int32_t)uto64(argument);
278 i64 = uto64(argument);
374 UChar argument[512]; local
577 UChar argument[512]; local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DCallFrame.h40 // Passed as the first argument to most functions.
182 setArgumentCountIncludingThis(argc); // original argument count (for the sake of the "arguments" object)
194 static int argumentOffset(int argument) { return s_firstArgumentOffset - argument; } argument
195 static int argumentOffsetIncludingThis(int argument) { return s_thisArgumentOffset - argument; } argument
197 // In the following (argument() and setArgument()), the 'argument'
206 JSValue argument(size_t argument) argument
212 setArgument(size_t argument, JSValue value) argument
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonObject.m63 + (int)wrapPyObject:(PyObject *)argument toId:(id *)datum
69 if (unlikely(argument == Py_None)) {
75 rval = PyObjC_FindObjCProxy(argument);
82 if (likely(PyObjCObject_Check (argument))) {
83 rval = PyObjCObject_GetObject(argument);
86 } else if (unlikely(PyObjCClass_Check(argument))) {
87 rval = (id)PyObjCClass_GetClass(argument);
92 anObject = PyObject_GetAttrString(argument, "__pyobjc_object__");
94 if (anObject != argument) {
104 if (PyUnicode_Check(argument)) {
[all...]
H A Dpyobjc.h109 id PyObjC_CFTypeToID(PyObject* argument);
110 PyObject* PyObjC_IDToCFType(id argument);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonObject.m63 + (int)wrapPyObject:(PyObject *)argument toId:(id *)datum
69 if (unlikely(argument == Py_None)) {
75 rval = PyObjC_FindObjCProxy(argument);
82 if (likely(PyObjCObject_Check (argument))) {
83 rval = PyObjCObject_GetObject(argument);
86 } else if (unlikely(PyObjCClass_Check(argument))) {
87 rval = (id)PyObjCClass_GetClass(argument);
92 anObject = PyObject_GetAttrString(argument, "__pyobjc_object__");
94 if (anObject != argument) {
104 if (PyUnicode_Check(argument)) {
[all...]
H A Dpyobjc.h128 id PyObjC_CFTypeToID(PyObject* argument);
129 PyObject* PyObjC_IDToCFType(id argument);
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DDateConstructor.cpp182 return JSValue::encode(jsNumber(parseDate(exec, exec->argument(0).toString(exec)->value(exec))));
193 exec->argument(0).toNumber(exec),
194 exec->argument(1).toNumber(exec),
195 exec->argument(2).toNumber(exec),
196 exec->argument(3).toNumber(exec),
197 exec->argument(4).toNumber(exec),
198 exec->argument(5).toNumber(exec),
199 exec->argument(6).toNumber(exec)
H A DErrorConstructor.cpp52 JSValue message = exec->argumentCount() ? exec->argument(0) : jsUndefined();
65 JSValue message = exec->argumentCount() ? exec->argument(0) : jsUndefined();
H A DNativeErrorConstructor.cpp54 JSValue message = exec->argumentCount() ? exec->argument(0) : jsUndefined();
68 JSValue message = exec->argumentCount() ? exec->argument(0) : jsUndefined();
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dprintf-args.h1 /* Decomposed printf argument list.
74 /* Polymorphic argument */
114 argument; typedef in typeref:struct:__anon8929
119 argument *arg;

Completed in 150 milliseconds

1234567891011>>