Home
last modified time | relevance | path

Searched refs:variable (Results 226 – 250 of 464) sorted by path

12345678910>>...19

/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DError.php86 ->variable($result)
129 ->variable($result)
H A DGroup.php390 ->variable($result)
422 ->variable($result)
H A DIdle.php190 ->variable($result)
233 ->variable($result)
262 ->variable($result)
/plugin/findologicxmlexport/vendor/hoa/file/
H A DCHANGELOG.md11 * Finder: Better variable semantics in `in`. (Ivan Enderlin, 2016-10-13T22:47:37+02:00)
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DBuffer.php191 ->variable($result->next())
200 ->variable($result->next())
209 ->variable($result->next())
214 ->variable($result->key())
241 ->variable($result->next())
261 ->variable($result->next())
333 ->variable($result->next())
357 ->variable($result->next())
381 ->variable($result->next())
401 ->variable($result->key())
[all …]
H A DLookahead.php120 ->variable($next)
H A DLookbehind.php86 ->variable($previous)
H A DMock.php67 ->variable($iterator->getChildren())
/plugin/findologicxmlexport/vendor/hoa/math/
H A DArithmetic.pp71 | variable()
81 #variable:
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DContext.php164 ->variable($result)
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/Node/
H A DNode.php68 ->variable($result->getName())
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php82 ->variable($result)
84 ->variable($wrapper->getStream())
86 ->variable($wrapper->getStreamName())
197 ->variable($_time)
199 ->variable($_atime)
591 ->variable($result)
593 ->variable($wrapper->getStream())
595 ->variable($wrapper->getStreamName())
643 ->variable($wrapper->getStream())
645 ->variable($wrapper->getStreamName())
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DBucket.php69 ->variable($result->getBrigade())
H A DComposite.php61 ->variable($result)
88 ->variable($result)
H A DStream.php143 ->variable($result->getStreamName())
179 ->variable($result)
183 ->variable(SUT::getStreamHandler($stream))
185 ->variable($stream->getStreamName())
187 ->variable($stream->getStream())
189 ->variable($stream->getStreamContext())
207 ->variable($result)
321 ->variable($result)
343 ->variable($result)
741 ->variable($called)
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Filter/
H A DBasic.php142 ->variable($result)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md113 The `$dummy` variable now holds a special dummy object. Dummy objects are objects that extend
121 assigned to `$prophecy` variable and in order to manipulate with your expectations, you
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md43 …nbergmann/phpunit/issues/2769): Usage of `setUseErrorHandler()` produces `Undefined variable` error
133 …verted backwards incompatible change to handling of boolean environment variable values specified …
151 …/github.com/sebastianbergmann/phpunit/issues/2331): Boolean environment variable values specified …
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DGlobalState.php179 protected static function exportVariable($variable) argument
181 if (is_scalar($variable) || is_null($variable) ||
182 (is_array($variable) && self::arrayOnlyContainsScalars($variable))) {
183 return var_export($variable, true);
187 var_export(serialize($variable), true) .
H A DXML.php185 $variable = null;
189 $variable = [];
204 $variable[(string) $entry->getAttribute('key')] = $value;
206 $variable[] = $value;
225 $variable = $class->newInstanceArgs($constructorArgs);
227 $variable = new $className;
232 $variable = $element->textContent == 'true' ? true : false;
238 $variable = $element->textContent;
240 settype($variable, $element->tagName);
244 return $variable;
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DCodeExporter.php58 * @param mixed $variable
61 private function exportVariable($variable) argument
63 if (is_scalar($variable) || is_null($variable) ||
64 (is_array($variable) && $this->arrayOnlyContainsScalars($variable))) {
65 return var_export($variable, true);
68 return 'unserialize(' . var_export(serialize($variable), true) . ')';
H A DSnapshot.php399 * @param mixed $variable
403 private function canBeSerialized($variable) argument
405 if (!is_object($variable)) {
406 return !is_resource($variable);
409 if ($variable instanceof \stdClass) {
413 $class = new ReflectionClass($variable);
417 return $variable instanceof Serializable;
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/src/
H A DEnumerator.php25 * @param array|object $variable
29 public function enumerate($variable) argument
31 if (!is_array($variable) && !is_object($variable)) {
47 if ($processed->contains($variable)) {
51 $array = $variable;
52 $processed->add($variable);
54 if (is_array($variable)) {
66 $objects[] = $variable;
67 $reflector = new \ReflectionObject($variable);
73 $value = $attribute->getValue($variable);
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml772 Unknown variable "bar"
789 'User' => 'ed', 'Fatal' => "Unknown variable \"bar\"\n",
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst66 result to a variable:
87 string. Within the translatable string, the special ``count`` variable always
122 {# assign the translation to a temporary variable #}
131 {# use the temporary variable within an expression #}

12345678910>>...19