Searched refs:parameter (Results 1 - 25 of 479) sorted by relevance

1234567891011>>

/macosx-10.9.5/bash-92/bash-3.2/examples/scripts.v2/
H A Dcal2day.bash26 : ${1:?missing month parameter [1-12]}
27 : ${2:?missing day parameter [1-31]}
/macosx-10.9.5/CPANInternal-140/Params-Validate/t/
H A D14-no_validate.t13 like( $@, qr/parameter 'foo'/ );
25 like( $@, qr/parameter 'foo'/ );
H A D27-string-as-type.t18 like( $@, qr/\QThe 'foo' parameter ("1") has a type specification which is not a number. It is a string - SCALAR/ );
31 like( $@, qr/\QThe 'foo' parameter ("1") has a type specification which is not a number. It is undef/ );
/macosx-10.9.5/WebKit2-7537.78.2/Scripts/webkit2/
H A Dmessages_unittest.py262 for index, parameter in enumerate(message.parameters):
264 self.assertEquals(parameter.type, expected_parameter[0])
265 self.assertEquals(parameter.name, expected_parameter[1])
267 self.assertEquals(parameter.attributes, frozenset(expected_parameter[2]))
269 self.assertTrue(parameter.has_attribute(attribute))
271 self.assertEquals(parameter.attributes, frozenset())
273 for index, parameter in enumerate(message.reply_parameters):
274 self.assertEquals(parameter.type, expected_message['reply_parameters'][index][0])
275 self.assertEquals(parameter.name, expected_message['reply_parameters'][index][1])
H A Dmessages.py98 arguments_type = '%s<%s>' % (arguments_type, ', '.join(parameter_type_function(parameter.type) for parameter in parameters))
235 for parameter in receiver.iterparameters():
236 type = parameter.type
360 for parameter in parser.split_parameters_string(match.groupdict()['parameter_string']):
361 parameter_header_infos_and_types = class_template_headers(parameter)
450 for parameter in receiver.iterparameters():
451 if not parameter.type in type_conditions:
452 type_conditions[parameter.type] = []
454 if not parameter
[all...]
H A Dmodel.py34 return itertools.chain((parameter for message in self.messages for parameter in message.parameters),
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DContentType.h38 String parameter(const String& parameterName) const;
H A DContentType.cpp38 String ContentType::parameter(const String& parameterName) const function in class:WebCore::ContentType
81 String codecsParameter = parameter(ASCIILiteral("codecs"));
/macosx-10.9.5/CPANInternal-140/Params-Validate/t/lib/PVTests/
H A DStandard.pm29 expect => qr|^Mandatory parameter 'bar' missing|,
39 expect => qr|^The following parameter .* baz|,
81 qr|^The 'foo' parameter \("ARRAY\(0x[a-f0-9]+\)"\) to [\w:]+sub3 was an 'arrayref'.* types: scalar|,
92 qr|^The 'brax' parameter \("ARRAY\(0x[a-f0-9]+\)"\) to [\w:]+sub3 was an 'arrayref'.* types: scalar hash|,
103 qr|^The 'bar' parameter \("HASH\(0x[a-f0-9]+\)"\) to [\w:]+sub3 was a 'hashref'.* types: arrayref|,
123 qr|^The 'bar' parameter \("GLOB\(0x[a-f0-9]+\)"\) to [\w:]+sub4 was a 'globref'.* types: glob|,
133 qr|^The 'baz' parameter \((?:"\*[\w:]+FH"\|GLOB)\) to [\w:]+sub4 was a 'glob'.* types: globref|,
143 qr|^The 'foo' parameter \("foo"\) to [\w:]+sub4 was a 'scalar'.* types: scalarref|,
153 qr|^The 'quux' parameter \("GLOB\(0x[a-f0-9]+\)"\) to [\w:]+sub4 was a 'globref'.* types: coderef|,
169 expect => qr|^The 'foo' parameter \("ARRA
[all...]
H A DDefaults.pm29 q|Correct default assigned for parameter 'c'| );
32 q|Correct default assigned for parameter 'd'| );
48 q|Correct default assigned for parameter 'c'| );
51 q|Correct default assigned for parameter 'd'| );
61 '1st parameter was not altered' );
64 '2nd parameter was not altered' );
67 'Correct default assigned for 3rd parameter' );
70 'Correct default assigned for 4th parameter' );
80 '1st parameter was not altered' );
83 '2nd parameter wa
[all...]
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/taskpolicy.tproj/
H A Dtaskpolicy.c42 static int parse_qos_tier(const char *strpolicy, int parameter);
193 static int parse_qos_tier(const char *strtier, int parameter){ argument
202 return parameter ? THROUGHPUT_QOS_TIER_0 : LATENCY_QOS_TIER_0;
205 return parameter ? THROUGHPUT_QOS_TIER_1 : LATENCY_QOS_TIER_1;
208 return parameter ? THROUGHPUT_QOS_TIER_2 : LATENCY_QOS_TIER_2;
211 return parameter ? THROUGHPUT_QOS_TIER_3 : LATENCY_QOS_TIER_3;
214 return parameter ? THROUGHPUT_QOS_TIER_4 : LATENCY_QOS_TIER_4;
217 return parameter ? THROUGHPUT_QOS_TIER_5 : LATENCY_QOS_TIER_5;
/macosx-10.9.5/system_cmds-597.90.1/taskpolicy.tproj/
H A Dtaskpolicy.c42 static int parse_qos_tier(const char *strpolicy, int parameter);
193 static int parse_qos_tier(const char *strtier, int parameter){ argument
202 return parameter ? THROUGHPUT_QOS_TIER_0 : LATENCY_QOS_TIER_0;
205 return parameter ? THROUGHPUT_QOS_TIER_1 : LATENCY_QOS_TIER_1;
208 return parameter ? THROUGHPUT_QOS_TIER_2 : LATENCY_QOS_TIER_2;
211 return parameter ? THROUGHPUT_QOS_TIER_3 : LATENCY_QOS_TIER_3;
214 return parameter ? THROUGHPUT_QOS_TIER_4 : LATENCY_QOS_TIER_4;
217 return parameter ? THROUGHPUT_QOS_TIER_5 : LATENCY_QOS_TIER_5;
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/include/idn/
H A Dfilechecker.h123 idn__filechecker_createproc(const char *parameter, void **ctxp);
H A Dfilemapper.h124 idn__filemapper_createproc(const char *parameter, void **ctxp);
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/src/towitoko/
H A Datr.c256 ATR_GetParameter (ATR_t * atr, int name, double *parameter) argument
263 (*parameter) = (double) (atr_f_table[FI]);
265 (*parameter) = (double) ATR_DEFAULT_F;
272 (*parameter) = (double) (atr_d_table[DI]);
274 (*parameter) = (double) ATR_DEFAULT_D;
281 (*parameter) = (double) (atr_i_table[II]);
283 (*parameter) = ATR_DEFAULT_I;
290 (*parameter) = (double) PI2;
292 (*parameter) = (double) PI1;
294 (*parameter)
[all...]
H A Datr.h108 extern int ATR_GetParameter(ATR_t * atr, int name, /*@out@*/ double *parameter);
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Dencrypt.t42 ok 1, $@ =~ /^Encrypt parameter must be a hash reference at/;
50 ok 2, $@ =~ /^Must specify Password and Flags with Encrypt parameter at/;
58 ok 3, $@ =~ /^Must specify Password and Flags with Encrypt parameter at/;
66 ok 4, $@ =~ /^Must specify Password and Flags with Encrypt parameter at/;
149 ok 16, $@ =~ /^Encrypt parameter must be a hash reference at/;
157 ok 17, $@ =~ /^Must specify Password and Flags with Encrypt parameter at/;
165 ok 18, $@ =~ /^Must specify Password and Flags with Encrypt parameter at/;
173 ok 19, $@ =~ /^Must specify Password and Flags with Encrypt parameter at/;
192 ok 21, $@ =~ /^Encrypt parameter must be a hash reference at/;
200 ok 22, $@ =~ /^Must specify Password and Flags with Encrypt parameter a
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/websockets/
H A DWebSocketDeflateFramer.cpp75 return extensionToken(); // No parameter
89 HashMap<String, String>::const_iterator parameter = serverParameters.find("max_window_bits"); local
90 if (parameter != serverParameters.end()) {
91 windowBits = parameter->value.toInt();
93 m_failureReason = "Received invalid max_window_bits parameter";
100 parameter = serverParameters.find("no_context_takeover");
101 if (parameter != serverParameters.end()) {
102 if (!parameter->value.isNull()) {
103 m_failureReason = "Received invalid no_context_takeover parameter";
111 m_failureReason = "Received unexpected deflate-frame parameter";
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/apps/actiweb/
H A DCounter2.xotcl16 Class Counter -superclass Agent -parameter {{count 1}}
36 -instmixin PageTemplateHtml -parameter {counter}
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DInspectorBackend.js355 var parameter = parameters[k];
358 if (parameter.type)
359 type = jsTypes[parameter.type] || parameter.type;
361 var ref = parameter["$ref"];
368 var text = "{\"name\": \"" + parameter.name + "\", \"type\": \"" + type + "\", \"optional\": " + (parameter.optional ? "true" : "false") + "}";
375 var parameter = returns[k];
376 returnsText.push("\"" + parameter.name + "\"");
385 var parameter
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/apps/scripts/
H A Dparameter.xotcl1 ### Sample file for parameter testing....
2 ### For every class "-parameter" can be specified which accepts
3 ### a list of parameter specifications.
5 ### * If a parameter specification consists of a single word,
6 ### the word is considered as the parameter name and
9 ### * If the parameter specification consists of two words, the
15 ### parameter is created automatically during initialization
18 ### * If the parameter specification consists of more than two words,
19 ### various parameter methods (starting with "-") with arguments
21 ### Class C -parameter {{
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOPolledInterface.h53 void * parameter,
60 void * parameter; member in struct:IOPolledCompletion
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/rsa/
H A Drsa_sign.c91 ASN1_TYPE parameter; local
119 parameter.type=V_ASN1_NULL;
120 parameter.value.ptr=NULL;
121 sig.algor->parameter= &parameter;
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DNodes.cpp159 for (ParameterNode* parameter = firstParameter; parameter; parameter = parameter->nextParam())
171 for (ParameterNode* parameter = firstParameter; parameter; parameter = parameter->nextParam())
172 new (&identifiers()[i++]) Identifier(parameter->ident());
/macosx-10.9.5/emacs-92/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)))

Completed in 155 milliseconds

1234567891011>>