Searched refs:parameter (Results 26 - 50 of 353) sorted by relevance

1234567891011>>

/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DNodes.cpp165 for (ParameterNode* parameter = firstParameter; parameter; parameter = parameter->nextParam())
177 for (ParameterNode* parameter = firstParameter; parameter; parameter = parameter->nextParam()) {
178 auto pattern = parameter->pattern();
/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Dx_pkey.c90 if (ret->enc_algor->parameter->type == V_ASN1_OCTET_STRING)
92 i=ret->enc_algor->parameter->value.octet_string->length;
100 ret->enc_algor->parameter->value.octet_string->data,i);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKProcessPool.mm222 - (id)_objectForBundleParameter:(NSString *)parameter
224 return [_context->bundleParameters() objectForKey:parameter];
227 - (void)_setObject:(id <NSCopying, NSSecureCoding>)object forBundleParameter:(NSString *)parameter
236 [keyedArchiver encodeObject:copy.get() forKey:@"parameter"];
239 LOG_ERROR("Failed to encode bundle parameter: %@", exception);
243 [_context->ensureBundleParameters() setObject:copy.get() forKey:parameter];
245 [_context->ensureBundleParameters() removeObjectForKey:parameter];
247 _context->sendToAllProcesses(Messages::WebProcess::SetInjectedBundleParameter(parameter, IPC::DataReference(static_cast<const uint8_t*>([data bytes]), [data length])));
/macosx-10.10.1/emacs-93/emacs/lisp/mh-e/
H A Dmh-gnus.el54 (defun-mh mh-mm-set-handle-multipart-parameter
55 mm-set-handle-multipart-parameter (handle parameter value)
58 (put-text-property 0 (length (car handle)) parameter value
81 (defmacro-mh mh-mm-handle-multipart-ctl-parameter
82 mm-handle-multipart-ctl-parameter (handle parameter)
83 `(get-text-property 0 ,parameter (car ,handle)))
/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/src/towitoko/
H A Datr.h108 extern int ATR_GetParameter(ATR_t * atr, int name, /*@out@*/ double *parameter);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/PDF/
H A DPDFLayerControllerDetails.h138 - (NSNumber *)accessibilityLineForIndexAttributeForParameter:(id)parameter;
139 - (NSValue *)accessibilityRangeForLineAttributeForParameter:(id)parameter;
140 - (NSString *)accessibilityStringForRangeAttributeForParameter:(id)parameter;
141 - (NSValue *)accessibilityBoundsForRangeAttributeForParameter:(id)parameter;
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/include/idn/
H A Dchecker.h145 typedef idn_result_t (*idn_checker_createproc_t)(const char *parameter,
H A Dmapper.h133 typedef idn_result_t (*idn_mapper_createproc_t)(const char *parameter,
/macosx-10.10.1/man-16/man/misc/
H A Dmanlint75 'bp' => 0, # Force page break; optional parameter forbidden.
157 # ??? Check parameter count.
168 # ??? sp: only no-parameter or positive values.
179 problem("forbidden ft parameter $parameters");
182 problem("forbidden tr parameter $parameters");
/macosx-10.10.1/xnu-2782.1.97/iokit/conf/
H A DMakefile.template23 CWARNFLAGS = $(CWARNFLAGS_STD) -Wno-unused-parameter
24 CXXWARNFLAGS = $(CXXWARNFLAGS_STD) -Wno-unused-parameter -Wno-cast-qual -Wno-shadow
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A Dbidiapi.txt34 The `default_direction' parameter should be one of UCPGBA_LTR or UCPGBA_RTL
38 The `cursor_motion' parameter should be one of UCPGBA_CURSOR_VISUAL or
H A Dapi.txt41 one of the colon-separated directories in the `paths' parameter. The data
42 files to be loaded are specified in the `masks' parameter as a bitwise
54 This function unloads the data tables specified in the `masks' parameter.
67 directories in the `paths' parameter. The data files to be reloaded are
68 specified in the `masks' parameter as a bitwise combination of the macros
105 If the "outlen" parameter comes back with a value > 0, then the string
106 returned in the "out" parameter needs to be deallocated by the caller.
141 other value indicates the "comp" parameter has a value.
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/mac/
H A DInjectedBundleMac.mm163 id parameter = nil;
165 parameter = [unarchiver decodeObjectOfClass:[NSObject class] forKey:@"parameter"];
167 LOG_ERROR("Failed to decode bundle parameter: %@", exception);
170 if (!m_bundleParameters && parameter)
173 [m_bundleParameters setParameter:parameter forKey:key];
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/actiweb/
H A DCounter.xotcl15 Class Counter -superclass HtmlDocument -parameter {{count 0}}
H A DCounter3.xotcl14 Class Counter -parameter {{count 1}}
H A DMC.xotcl20 Class Pool::Question -parameter {text {altcounter 1}}
21 Class Pool::Question::Alternative -parameter {text correct}
38 Class Exam -parameter {name requiredCorrect pool questions}
46 Class IndividualExam -superclass Agent -parameter {ID exam}
81 -instmixin PageTemplateHtml -parameter {testObject}
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/persistence/
H A DpersistenceTest.xotcl9 Class PersistenceTest -parameter {{countVar 0} {appendVar ""} pm}
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOStorage.cpp131 void * parameter,
139 if (parameter) *((UInt64 *)parameter) = actualByteCount;
203 ( completion->action )( completion->target, completion->parameter, status, actualByteCount );
213 // is equivalent to IOService::open(), but with the correct parameter types.
238 completion.parameter = actualByteCount;
268 completion.parameter = actualByteCount;
130 storageCompletion(void * target, void * parameter, IOReturn status, UInt64 actualByteCount) argument
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dfringe.el108 (let ((parameter (assq 'left-fringe default-frame-alist)))
109 (if (consp parameter)
110 (setcdr parameter (if (consp fringe-mode)
118 (let ((parameter (assq 'right-fringe default-frame-alist)))
119 (if (consp parameter)
120 (setcdr parameter (if (consp fringe-mode)
195 frame parameter is used."
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dulimit.c138 int parameter; /* Parameter to pass to get_limit (). */ member in struct:__anon6269
407 if (limits[ind].parameter >= 256)
409 switch (limits[ind].parameter)
438 if (getrlimit (limits[ind].parameter, &limit) < 0)
443 if (limits[ind].parameter == RLIMIT_FILESIZE)
469 if (limits[ind].parameter >= 256)
470 switch (limits[ind].parameter)
500 if (getrlimit (limits[ind].parameter, &limit) < 0)
503 if (limits[ind].parameter == RLIMIT_FILESIZE)
515 return (setrlimit (limits[ind].parameter,
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclae/tclae/library/
H A Daete.tcl162 # parameter description (Pascal string)
180 # parameter description (Pascal string)
419 lappend parameter [tclAE::aete::parse::parseOSType data]
421 # parameter description (Pascal string)
422 lappend parameter [tclAE::aete::parse::parseString data]
424 lappend parameter [tclAE::aete::parse::parseFlags data]
426 return $parameter
432 lappend parameter [tclAE::aete::parse::parseString data]
434 lappend parameter [tclAE::aete::parse::parseOSType data]
435 lappend parameter [tclA
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/evp/
H A Dp5_crpt2.c194 if(EVP_CIPHER_asn1_to_param(ctx, pbe2->encryption->parameter) < 0) {
204 if(!pbe2->keyfunc->parameter ||
205 (pbe2->keyfunc->parameter->type != V_ASN1_SEQUENCE))
211 pbuf = pbe2->keyfunc->parameter->value.sequence->data;
212 plen = pbe2->keyfunc->parameter->value.sequence->length;
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Protocol/
H A DInspectorBackend.js399 return instance.callSignature.some(function(parameter) {
400 return parameter["name"] === parameterName;
414 var parameter = instance.callSignature[i];
415 var parameterName = parameter["name"];
416 var typeName = parameter["type"];
417 var optionalFlag = parameter["optional"];
/macosx-10.10.1/zsh-61/zsh/Util/
H A Dreporter345 # We run this in a subshell to preserve the parameter module state
357 zmodload -u `zmodload | grep parameter` 2>/dev/null
375 # Run this in a subshell to preserve the parameter module state in
384 zmodload -u `zmodload | grep parameter` 2>/dev/null
399 # Run this in a subshell to preserve the parameter module state in
408 zmodload -u `zmodload | grep parameter` 2>/dev/null
/macosx-10.10.1/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Djoin.t47 ok 3, $@ =~ /db_join: No cursors in parameter list/;
51 ok 4, $@ =~ /db_join: first parameter is not an array reference/;
54 ok 5, $@ =~ /db_join: first parameter is not an array reference/;
60 ok 6, $@ =~ /db_join: first parameter is not an array reference/;

Completed in 358 milliseconds

1234567891011>>