Home
last modified time | relevance | path

Searched refs:parameter (Results 1 – 25 of 234) sorted by relevance

12345678910

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php175 $name = $parameter->getName() == '...' ? '__dot_dot_dot__' : $parameter->getName();
180 if ($this->isVariadic($parameter)) {
184 if ($this->hasDefaultValue($parameter)) {
188 if ($parameter->isPassedByReference()) {
199 if ($this->isVariadic($parameter)) {
207 return $parameter->isOptional() || $this->isNullable($parameter);
216 return $parameter->getDefaultValue();
225 if (true === $parameter->isArray()) {
234 return (string) $parameter->getType();
247 return $parameter->allowsNull() && null !== $this->getTypeHint($parameter);
[all …]
/plugin/combo/ComboStrap/Api/
H A DApiRouter.php82 public static function getRequestParameter(string $parameter) argument
87 if (array_key_exists($parameter, $_GET)) {
91 return $_GET[$parameter];
98 if (array_key_exists($parameter, $_REQUEST)) {
99 return $_REQUEST[$parameter];
103 if ($INPUT->has($parameter)) {
104 return $INPUT->str($parameter);
109 if (array_key_exists($parameter, $COMBO)) {
110 return $COMBO[$parameter];
114 throw new ExceptionNotFound("The parameter (
118 hasRequestParameter(string $parameter) global() argument
[all...]
/plugin/profiles/
H A Dsyntax.php61 $parameter = htmlspecialchars($p[0]);
65 if ($type == "link") $ahref = $parameter;
69 … if ($type == "profile" || $type == "page" || $type == "") $ahref = $ahref.$parameter;
74 $ahref = $ahref.$parameter;
79 $ahref = $ahref.$parameter;
84 if ($type == "profile" || $type == "") $ahref = $ahref."in/".$parameter;
85 else if ($type == "page") $ahref = $ahref.$parameter;
90 if ($type != "link") $ahref = $ahref.$parameter;
95 if ($type != "link") $ahref = $ahref.$parameter;
100 if ($type != "link") $ahref = $ahref.$parameter;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
H A DParameters.php42 foreach ($parameters as $parameter) {
43 if (!($parameter instanceof PHPUnit_Framework_Constraint)) {
44 $parameter = new PHPUnit_Framework_Constraint_IsEqual(
45 $parameter
49 $this->parameters[] = $parameter;
60 foreach ($this->parameters as $index => $parameter) {
65 $text .= ' ' . $index . ' ' . $parameter->toString();
130 foreach ($this->parameters as $i => $parameter) {
131 $parameter->evaluate(
H A DConsecutiveParameters.php39 foreach ($parameters as $parameter) {
40 if (!$parameter instanceof PHPUnit_Framework_Constraint) {
41 $parameter = new PHPUnit_Framework_Constraint_IsEqual($parameter);
44 $this->parameterGroups[$index][] = $parameter;
113 foreach ($parameters as $i => $parameter) {
114 $parameter->evaluate(
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/Simple/
H A DPseudoClass.php10 public $parameter; variable in PhpCss\\Ast\\Selector\\Simple\\PseudoClass
12 public function __construct(string $name, Ast\Node $parameter = NULL) { argument
14 $this->parameter = $parameter;
18 if ($this->parameter instanceOf Ast\Node) {
20 $this->parameter->accept($visitor);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3FulfillmentSetParameterAction.php25 public $parameter; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3FulfillmentSetParameterAction
34 public function setParameter($parameter) argument
36 $this->parameter = $parameter;
43 return $this->parameter;
H A DGoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction.php25 public $parameter; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction
34 public function setParameter($parameter) argument
36 $this->parameter = $parameter;
43 return $this->parameter;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DNewRelicHandler.php99 foreach ($record['formatted']['context'] as $key => $parameter) {
100 if (is_array($parameter) && $this->explodeArrays) {
101 foreach ($parameter as $paramKey => $paramValue) {
105 $this->setNewRelicParameter('context_' . $key, $parameter);
111 foreach ($record['formatted']['extra'] as $key => $parameter) {
112 if (is_array($parameter) && $this->explodeArrays) {
113 foreach ($parameter as $paramKey => $paramValue) {
117 $this->setNewRelicParameter('extra_' . $key, $parameter);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1TrialParameter.php30 public $parameter; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1TrialParameter
61 public function setParameter($parameter) argument
63 $this->parameter = $parameter;
70 return $this->parameter;
H A DGoogleCloudMlV1StudyConfigParameterSpec.php36 public $parameter; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1StudyConfigParameterSpec
125 public function setParameter($parameter) argument
127 $this->parameter = $parameter;
134 return $this->parameter;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/
H A DInputParameter.php41 public $parameter; variable in Google\\Service\\Connectors\\InputParameter
102 public function setParameter($parameter) argument
104 $this->parameter = $parameter;
111 return $this->parameter;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTextStructureNamespace.asciidoc34 $params['charset'] = (string) Optional parameter to specify the character set of the file
35 $params['format'] = (enum) Optional parameter to specify the high level file format (Options = ndjson,xml,delimited,semi_structured_text)
36 $params['has_header_row'] = (boolean) Optional parameter to specify whether a delimited file includes the column names in its first row
37 $params['column_names'] = (list) Optional parameter containing a comma separated list of the column names for a delimited file
38 $params['delimiter'] = (string) Optional parameter to specify the delimiter character for a delimited file - must be a single character
39 $params['quote'] = (string) Optional parameter to specify the quote character for a delimited file - must be a single character
40 $params['should_trim_fields'] = (boolean) Optional parameter to specify whether the values between delimiters in a delimited file should have whitespace trimmed from them
41 $params['grok_pattern'] = (string) Optional parameter to specify the Grok pattern that should be used to extract fields from messages in a semi-structured text file
42 $params['timestamp_field'] = (string) Optional parameter to specify the timestamp field in the file
43 $params['timestamp_format'] = (string) Optional parameter t
[all...]
/plugin/judge/
H A Dsyntax.php110 foreach ($parameters as $parameter) {
111 if (strpos($parameter, '=') == false) {
116 switch ($parameter) {
118 $type = $parameter;
121 $type = $parameter;
124 $method = $parameter;
127 $method = $parameter;
130 $method = $parameter;
166 if (is_numeric($parameter)) {
167 $runtime = $parameter;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reports/
H A DActivityEventsParametersMultiMessageValue.php29 public function setParameter($parameter) argument
31 $this->parameter = $parameter;
38 return $this->parameter;
H A DActivityEventsParametersMessageValue.php29 public function setParameter($parameter) argument
31 $this->parameter = $parameter;
38 return $this->parameter;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DCondition.php33 public function setParameter($parameter) argument
35 $this->parameter = $parameter;
42 return $this->parameter;
H A DClient.php161 public function setParameter($parameter) argument
163 $this->parameter = $parameter;
170 return $this->parameter;
/plugin/feed/
H A Dsyntax.php91 list($namespace, $parameter) = explode('?', $params, 2);
101 return array($feed, $namespace, trim($parameter), trim($title));
114 list($feed, $namespace, $parameter, $title) = $data;
131 if (!$title) $title = ucwords(str_replace('_', ' ', $parameter));
138 if ($parameter) {
139 $url .= '&' . $feeds[$feed]['params'][1] . '=' . urlencode($parameter);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DProperty.php307 foreach ($this->parameters as $parameter) {
308 if ($parameter->name === 'VALUE') {
311 $parameters[strtolower($parameter->name)] = $parameter->jsonSerialize();
355 foreach ($this->parameters as $parameter) {
357 if ($parameter->name === 'VALUE') {
361 $parameters[] = $parameter;
371 foreach ($parameters as $parameter) {
373 $writer->startElement(strtolower($parameter->name));
374 $writer->write($parameter);
438 foreach ($this->parameters as $parameter) {
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/
H A DProperty.php287 foreach ($this->parameters as $parameter) {
288 if ('VALUE' === $parameter->name) {
291 $parameters[strtolower($parameter->name)] = $parameter->jsonSerialize();
330 foreach ($this->parameters as $parameter) {
331 if ('VALUE' === $parameter->name) {
335 $parameters[] = $parameter;
343 foreach ($parameters as $parameter) {
344 $writer->startElement(strtolower($parameter->name));
345 $writer->write($parameter);
404 foreach ($this->parameters as $parameter) {
[all …]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DPseudoClass.php65 $parameter = $this->delegate(Text::CLASS);
67 $name, $parameter
71 $parameter = $this->read(Scanner\Token::NUMBER);
73 $name, new Ast\Value\Number((int)$parameter->content)
92 $parameter = $this->createSelector($parameterToken);
100 $parameter = $this->delegate(self::CLASS);
104 $parameter = $this->createPseudoElement($parameterToken);
108 $parameter = $this->delegate(Attribute::CLASS);
111 $parameter = NULL;
114 $name, $parameter
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php1167 $name = '$' . $parameter->getName();
1176 if ($this->isVariadic($parameter)) {
1190 if ($this->hasType($parameter) && (string) $parameter->getType() !== 'self') {
1191 …if (version_compare(PHP_VERSION, '7.1', '>=') && $parameter->allowsNull() && !$parameter->isVariad…
1196 } elseif ($parameter->isArray()) {
1198 } elseif ($parameter->isCallable()) {
1202 $class = $parameter->getClass();
1221 if (!$this->isVariadic($parameter)) {
1231 if ($parameter->isPassedByReference()) {
1242 * @param ReflectionParameter $parameter
[all …]
/plugin/authgooglesheets/vendor/psr/http-message/
H A DCHANGELOG.md28 - Updated the `ServerRequestInterface::withUploadedFiles()` parameter annotation
29 to add the parameter name (`$uploadedFiles`).
31 method to correctly reference the method parameter (it was referencing an
32 incorrect parameter name previously).
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Drandom.rst14 parameter type:
18 * a random integer between 0 and the integer parameter (inclusive).
19 * a random integer between the integer parameter (when negative) and 0 (inclusive).
20 * a random integer between the first integer and the second integer parameter (inclusive).

12345678910