Searched refs:argument (Results 1 - 25 of 980) sorted by relevance

1234567891011>>

/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/
H A Dgss-commands.in51 argument = "domain"
56 argument = "domain"
61 argument = "hostname"
66 argument = "gssapi mechanism"
74 argument = "[user name]"
86 argument = "gssapi mechanism"
96 argument = "name-type"
101 argument = "gssapi mechanism"
109 argument = "[user name]"
118 argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/kuser/
H A Dkdigest-commands.in55 argument = "realm"
61 argument = "digest-type"
67 argument = "type"
73 argument = "value"
79 argument = "hostname"
100 argument = "realm"
106 argument = "name"
112 argument = "nonce"
118 argument = "nonce"
124 argument
[all...]
H A Dkcc-commands.in124 argument = "enctype"
131 argument = "cachename"
179 argument = "enctype"
186 argument = "cachename"
193 argument = "keytabname"
200 argument = "principal"
226 argument = "realm..."
241 argument = "service"
247 argument = "enctype"
258 argument
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rake/
H A Drake_test_loader.rb4 argv = ARGV.select do |argument|
5 case argument
7 argument
9 FileList[argument].to_a.each do |file|
15 require File.expand_path argument
/macosx-10.9.5/cctools-845/include/stuff/
H A Dversion_number.h25 char *argument,
H A Ddylib_table.h36 char *argument);
/macosx-10.9.5/Heimdal-323.92.1/lib/akadmin/
H A Dhod-commands.in38 argument = "record [principal]"
45 argument = "record [principal]"
52 argument = "record flags..."
58 argument = "record flags..."
64 argument = "record"
70 argument = "record"
76 argument = "record ace..."
82 argument = "record"
88 argument = "record"
99 argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/admin/
H A Dktutil-commands.in42 argument = "principal"
56 argument = "enctype"
99 argument = "realm"
106 argument = "host"
113 argument = "port number"
117 argument = "[principal...]"
123 argument = "source destination"
135 argument = "principal"
142 argument = "enctype"
148 argument
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dtoll-free-bridging.m18 PyObjC_CFTypeToID(PyObject* argument)
23 if (PyObjCObject_Check(argument)) {
24 val = PyObjCObject_GetObject(argument);
33 r = CFObj_Convert(argument, (CFTypeRef*)&val);
48 PyObjC_IDToCFType(id argument __attribute__((__unused__)))
51 CFTypeRef typeRef = (CFTypeRef)argument;
52 CFTypeID typeID = CFGetTypeID(argument);
63 return CFMutableStringRefObj_New((CFMutableStringRef)argument);
65 return CFMutableArrayRefObj_New((CFMutableArrayRef)argument);
67 return CFMutableDictionaryRefObj_New((CFMutableDictionaryRef)argument);
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A Dtoll-free-bridging.m18 PyObjC_CFTypeToID(PyObject* argument)
23 if (PyObjCObject_Check(argument)) {
24 val = PyObjCObject_GetObject(argument);
36 r = CFObj_Convert(argument, (CFTypeRef*)&val);
51 PyObjC_IDToCFType(id argument __attribute__((__unused__)))
55 CFTypeRef typeRef = (CFTypeRef)argument;
56 CFTypeID typeID = CFGetTypeID(argument);
67 return CFMutableStringRefObj_New((CFMutableStringRef)argument);
69 return CFMutableArrayRefObj_New((CFMutableArrayRef)argument);
71 return CFMutableDictionaryRefObj_New((CFMutableDictionaryRef)argument);
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/kadm5/
H A Diprop-commands.in42 argument = "file"
61 argument = "file"
79 argument = "version-number"
86 argument = "version-number"
94 argument = "file"
113 argument = "file"
127 argument = "command"
/macosx-10.9.5/bless-98/
H A Dstructs.h42 char argument[kMaxArgLength]; member in struct:clarg
H A DhandleFolder.c81 ret = BLGetCommonMountPoint(context, actargs[kmount].argument, "", actargs[kmount].argument);
83 blesscontextprintf(context, kBLLogLevelError, "Can't determine mount point of '%s'\n", actargs[kmount].argument );
85 blesscontextprintf(context, kBLLogLevelVerbose, "Mount point is '%s'\n", actargs[kmount].argument );
93 ret = BLGetCommonMountPoint(context, actargs[kfolder].argument, actargs[kfolder9].argument, actargs[kmount].argument);
96 actargs[kfolder].argument, actargs[kfolder9].argument);
100 actargs[kfolder].argument,
[all...]
H A DmodeUnbless.c59 ret = BLGetCommonMountPoint(context, actargs[kunbless].argument, "", actargs[kmount].argument);
61 blesscontextprintf(context, kBLLogLevelError, "Can't determine mount point of '%s'\n", actargs[kunbless].argument );
63 blesscontextprintf(context, kBLLogLevelVerbose, "Mount point is '%s'\n", actargs[kmount].argument );
66 ret = BLIsMountHFS(context, actargs[kmount].argument, &isHFS);
68 blesscontextprintf(context, kBLLogLevelError, "Could not determine filesystem of %s\n", actargs[kmount].argument );
72 if(0 != statfs(actargs[kmount].argument, &sb)) {
74 actargs[kmount].argument);
82 ret = BLGetVolumeFinderInfo(context, actargs[kmount].argument, oldwords);
84 blesscontextprintf(context, kBLLogLevelError, "Error getting old Finder info words for %s\n", actargs[kmount].argument );
[all...]
H A DhandleDevice.c73 ret = BLLoadFile(context, actargs[klabelfile].argument, 0, &labeldata);
76 actargs[klabelfile].argument);
80 ret = BLGenerateLabelData(context, actargs[klabel].argument, kBitmapScale_1x, &labeldata);
83 actargs[klabel].argument);
86 ret = BLGenerateLabelData(context, actargs[klabel].argument, kBitmapScale_2x, &labeldata2);
89 actargs[klabel].argument);
101 ret = BLLoadFile(context, actargs[kbootinfo].argument, 0, &bootXdata);
104 actargs[kbootinfo].argument);
112 ret = setefidevice(context, actargs[kdevice].argument + strlen("/dev/"),
115 actargs[klegacydrivehint].present ? actargs[klegacydrivehint].argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/kadmin/
H A Dkadmin-commands.in49 argument = "file"
70 argument = "fd"
94 argument = "[dump-file]"
107 argument = "[dump-file]"
129 argument = "realm..."
140 argument = "file"
152 argument = "file"
187 argument ="lifetime"
193 argument = "lifetime"
199 argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSXSLTProcessorCustom.cpp51 if (exec->argument(1).isUndefinedOrNull() || exec->argument(2).isUndefinedOrNull())
53 String namespaceURI = exec->argument(0).toString(exec)->value(exec);
54 String localName = exec->argument(1).toString(exec)->value(exec);
55 String value = exec->argument(2).toString(exec)->value(exec);
62 if (exec->argument(1).isUndefinedOrNull())
64 String namespaceURI = exec->argument(0).toString(exec)->value(exec);
65 String localName = exec->argument(1).toString(exec)->value(exec);
72 if (exec->argument(1).isUndefinedOrNull())
74 String namespaceURI = exec->argument(
[all...]
H A DScriptFunctionCall.cpp45 void ScriptCallArgumentHandler::appendArgument(const ScriptObject& argument) argument
47 if (argument.scriptState() != m_exec) {
51 m_arguments.append(argument.jsObject());
54 void ScriptCallArgumentHandler::appendArgument(const ScriptValue& argument) argument
56 m_arguments.append(argument.jsValue());
59 void ScriptCallArgumentHandler::appendArgument(const String& argument) argument
62 m_arguments.append(jsStringWithCache(m_exec, argument));
65 void ScriptCallArgumentHandler::appendArgument(const char* argument) argument
68 m_arguments.append(jsString(m_exec, String(argument)));
71 void ScriptCallArgumentHandler::appendArgument(JSC::JSValue argument) argument
76 appendArgument(long argument) argument
82 appendArgument(long long argument) argument
88 appendArgument(unsigned int argument) argument
94 appendArgument(unsigned long argument) argument
100 appendArgument(int argument) argument
106 appendArgument(bool argument) argument
[all...]
H A DJSDeviceOrientationEventCustom.cpp73 const String type = exec->argument(0).toString(exec)->value(exec);
74 bool bubbles = exec->argument(1).toBoolean(exec);
75 bool cancelable = exec->argument(2).toBoolean(exec);
78 bool alphaProvided = !exec->argument(3).isUndefinedOrNull();
79 double alpha = exec->argument(3).toNumber(exec);
80 bool betaProvided = !exec->argument(4).isUndefinedOrNull();
81 double beta = exec->argument(4).toNumber(exec);
82 bool gammaProvided = !exec->argument(5).isUndefinedOrNull();
83 double gamma = exec->argument(5).toNumber(exec);
84 bool absoluteProvided = !exec->argument(
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dhxtool-commands.in42 argument = "certificate-store"
49 argument = "signer-friendly-name"
55 argument = "certificate-store"
61 argument = "certificate-pool"
67 argument = "password"
73 argument = "oid"
79 argument = "oid"
119 argument="in-file out-file"
128 argument = "certificate-store"
135 argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DPolicyCallback.h43 typedef void (*NavigationPolicyDecisionFunction)(void* argument,
45 typedef void (*NewWindowPolicyDecisionFunction)(void* argument,
47 typedef void (*ContentPolicyDecisionFunction)(void* argument, PolicyAction);
56 NavigationPolicyDecisionFunction, void* argument);
58 NewWindowPolicyDecisionFunction, void* argument);
59 void set(ContentPolicyDecisionFunction, void* argument);
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGOSREntry.cpp87 for (size_t argument = 0; argument < entry->m_expectedValues.numberOfArguments(); ++argument) {
88 if (argument >= exec->argumentCountIncludingThis()) {
90 dataLogF(" OSR failed because argument %zu was not passed, expected ", argument);
91 entry->m_expectedValues.argument(argument).dump(WTF::dataFile());
98 if (!argument)
101 value = exec->argument(argumen
[all...]
/macosx-10.9.5/cctools-845/libstuff/
H A Dversion_number.c35 * and flag and argument are used for error messages. It TRUE if there were
42 char *argument,
49 p = allocate(strlen(argument) + 1);
50 strcpy(p, argument);
76 error("first field (%s) in argument for: %s %s not a proper "
77 "unsigned number", x, flag, argument);
81 error("first field (%s) in argument for: %s %s too large (maximum "
82 "%d)", x, flag, argument, 0xffff);
88 error("second field (%s) in argument for: %s %s not a proper "
89 "unsigned number", y, flag, argument);
40 get_version_number( char *flag, char *argument, uint32_t *value) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSExport.h96 // block types, if a JavaScript Function is passed as an argument, where the
126 // or more argument.
128 @optional Selector __JS_EXPORT_AS__##PropertyName:(id)argument; @required Selector
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dsocket.test29 # Do all argument and error checking. We can at least test this, even
33 Test socket-1.0 {host_info argument checking} {
37 Test socket-1.1 {host_info argument checking} {
41 Test socket-1.2 {host_info argument checking} {
45 Test socket-1.3 {host_info argument checking} {

Completed in 148 milliseconds

1234567891011>>