Home
last modified time | relevance | path

Searched refs:argument (Results 126 – 150 of 219) sorted by path

123456789

/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Ddate.rst10 Converts an argument to a date to allow date comparison:
18 The argument must be in one of PHP’s supported `date and time formats`_.
20 You can pass a timezone as the second argument:
28 If no argument is passed, the function returns the current date:
H A Drandom.rst11 The "max" argument was added in Twig 1.38.
H A Dtemplate_from_string.rst27 takes a template as an argument (like the ``embed`` or ``extends`` tags).
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dintro.rst68 The ``render()`` method loads the template passed as a first argument and
69 renders it with the variables passed as a second argument.
H A Dtemplates.rst229 …{# the first argument is the date format, which defaults to the global date format if null is pass…
232 {# or skip the format value by using a named argument for the time zone #}
501 Support for default argument values was added in Twig 1.12.
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dmacro.rst21 Each argument can have a default value (here ``text`` is the default value for
26 Before Twig 1.12, defining default argument values was done via the
47 You can pass the whole context as an argument by using the special
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dconstant.rst5 constant now accepts object instances as the second argument.
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c389 zval *argument; in TWIG_CALL_S() local
393 MAKE_STD_ZVAL(argument); in TWIG_CALL_S()
394 ZVAL_STRING(argument, arg0, 1); in TWIG_CALL_S()
395 args[0] = &argument; in TWIG_CALL_S()
415 zval_ptr_dtor(&argument); in TWIG_CALL_S()
419 zval_ptr_dtor(&argument); in TWIG_CALL_S()
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DCallExpression.php78 foreach ($this->getAttribute('arguments') as $argument) {
82 $compiler->string($argument);
247 foreach ($this->getAttribute('arguments') as $argument) {
252 $argument = end($parameters);
253 …if ($argument && $argument->isArray() && $argument->isDefaultValueAvailable() && [] === $argument-…
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DMacroNode.php28 foreach ($arguments as $argumentName => $argument) {
30 …arbitrary arguments.', self::VARARGS_NAME, $name, self::VARARGS_NAME), $argument->getTemplateLine(…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dmultiline_function_with_unknown_argument.test2 Exception for multiline function with unknown argument
9 Twig\Error\SyntaxError: Unknown argument "invalid" for function "include(template, variables, with_…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dreplace_invalid_arg.test2 Exception for invalid argument type in replace call
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dblock_with_template.test2 "block" function with a template argument
H A Dblock_without_name.test12 Twig\Error\SyntaxError: The "block" function takes one argument (the block name) in "base.twig" at …
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/
H A Dvarargs_argument.test2 macro with varargs argument
7 Twig\Error\SyntaxError: The argument "varargs" in macro "test" cannot be defined because the variab…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Ddefined_for_blocks_with_template.test2 "defined" support for blocks with a template argument
/plugin/flowplayer/player/
H A DREADME.txt86 - #391 add message argument to connection failure callback required by some connection providers.
281 - Clip's custom properties are now present in the root of the clip argument in all clip events that…
345 - the API method play() now accepts an array of clip objects as an argument, the playlist is replac…
/plugin/groupmanager/
H A Dsyntax.php245 // don't render if an argument hasn't been specified
/plugin/groupmgr/
H A Dsyntax.php195 // don't render if an argument hasn't been specified
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt205 argument filter argument
H A Dreadme.rus.txt210 argument аргумент фильтра
/plugin/highlightjs/highlight/styles/
H A Dascetic.css15 .filter .argument,
H A Dbrown_paper.css55 .django .filter .argument,
H A Ddark.css52 .django .filter .argument,
H A Ddefault.css72 .filter .argument,

123456789