Home
last modified time | relevance | path

Searched refs:variable (Results 251 – 275 of 464) sorted by last modified time

1...<<111213141516171819

/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DConsistency.php249 ->variable($_callable)
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DListens.php62 ->variable($result)
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DError.php86 ->variable($result)
129 ->variable($result)
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Ddump.rst7 The ``dump`` function dumps information about a template variable. This is
H A Dinclude.rst32 {# only the foo variable will be accessible #}
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst75 You can use a dot (``.``) to access attributes of a variable (methods or
86 access the variable attribute:
123 If you want to access a dynamic attribute of a variable, use the
151 variable by a pipe symbol (``|``) and may have optional arguments in
255 For example, to display a list of users provided in a variable called
436 variables if needed. What to escape? Any variable you don't trust.
438 Escaping works by piping the variable through the
485 variable you have to use a trick.
487 The easiest way is to output the variable delimiter (``{{``) by using a variable
548 special ``varargs`` variable as a list of values.
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Ddivisibleby.rst8 ``divisible by`` checks if a variable is divisible by a number:
H A Diterable.rst7 ``iterable`` checks if a variable is an array or a traversable object:
11 {# evaluates to true if the foo variable is iterable #}
/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/hoa/stream/Test/Unit/Filter/
H A DBasic.php142 ->variable($result)
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
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/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 DMock.php67 ->variable($iterator->getChildren())
/plugin/findologicxmlexport/vendor/hoa/math/
H A DArithmetic.pp71 | variable()
81 #variable:
/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/twig/twig/doc/tags/
H A Dif.rst29 If you want to test if the variable is defined, use ``if users is
H A Dset.rst7 Here is how you can assign the ``bar`` value to the ``foo`` variable:
13 After the ``set`` call, the ``foo`` variable is available in the template like
58 Note that loops are scoped in Twig; therefore a variable declared inside a
69 If you want to access the variable, just declare it before the loop:
H A Dextends.rst150 Twig supports dynamic inheritance by using a variable as the base template:
156 If the variable evaluates to a ``\Twig\Template`` or a ``\Twig\TemplateWrapper``
190 if the ``standalone`` variable evaluates to ``true``, and "base.html"
H A Dmacro.rst40 special ``varargs`` variable as a list of values.
48 ``_context`` variable.
63 the ``forms`` variable.
73 special ``_self`` variable to import them:
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dmultiline_array_with_undefined_variable.test2 Exception for multiline array with undefined variable
H A Dmultiline_array_with_undefined_variable_again.test2 Exception for multiline array with undefined variable
H A Dmultiline_function_with_undefined_variable.test2 Exception for multile function with undefined variable
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Doperators_as_variables.test2 Twig allows to use named operators as variable names
/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

1...<<111213141516171819