Home
last modified time | relevance | path

Searched refs:argument (Results 76 – 100 of 219) sorted by relevance

123456789

/plugin/highlightjs/highlight/styles/
H A Dir_black.css25 .string, .attribute .value, .cdata, .filter .argument, .attr_selector, .apache .cbracket, .date {
H A Didea.css45 .string, .value, .filter .argument, .css .function .params, .apache .tag {
H A Dmagula.css64 .filter .argument,
H A Ddefault.css72 .filter .argument,
H A Ddark.css52 .django .filter .argument,
H A Dsunburst.css29 .string, .attribute .value, .cdata, .filter .argument, .attr_selector, .apache .cbracket, .date {
H A Dfar.css86 .django .filter .argument,
H A Dbrown_paper.css55 .django .filter .argument,
H A Dzenburn.css35 .django .filter .argument {
H A Dschool_book.css57 .django .filter .argument,
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dtemplate_from_string.rst27 takes a template as an argument (like the ``embed`` or ``extends`` tags).
H A Dblock.rst8 Support for the template argument was added in Twig 1.28.
H A Drandom.rst11 The "max" argument was added in Twig 1.38.
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Djoin.rst5 The ``and`` argument was added in Twig 1.37 and 2.6.1.
H A Dconvert_encoding.rst8 another. The first argument is the expected output charset and the second one
H A Dreverse.rst22 them as well, pass ``true`` as an argument to the ``reverse`` filter:
H A Dtrim.rst5 The ``side`` argument was added in Twig 1.32.
H A Descape.rst28 an optional argument which defines the escaping strategy to use:
94 ``core`` extension instance. The first argument is the escaper name (to be
/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 Dadvanced_legacy.rst70 generate (so, ``40`` is an argument of the filter, not the value we want to
131 side of the filter (before the pipe ``|``) as first argument and the extra
150 As you can see, the ``'TWIG'`` string is passed as a first argument to the PHP
160 argument, and the compiled code is equivalent to:
184 The second argument of ``addFilter()`` is an instance of ``Twig_Filter``.
186 first argument passed to the ``Twig_Filter_Function`` constructor is the name
205 As you can see, the ``prefix`` argument of the filter is passed as an extra
206 argument to the ``project_compute_rot13()`` function.
226 The ``Twig_Filter`` classes take options as their last argument. For instance,
232 Twig will then pass the current environment as the first argument to the
[all …]
/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/database2/
H A Ddatabase2.php2779 $argument = '';
2787 'arg' => $this->replaceMarkup( $argument ),
2931 case 'xmark' : $argument = 'x'; break;
2932 case 'yesno' : $argument = 'y'; break;
2933 case 'int' : $argument = '1'; break;
2937 $argument = trim( $filter['arg'] );
2939 if ( $argument !== '' )
2947 if ( strpos( $argument, '%' ) === false )
2948 $argument = '%' . $argument . '%';
2954 $out[1][] = $argument;
[all …]
/plugin/jplayer/vendor/symfony/process/
H A DCHANGELOG.md14 * added `$env` argument to `Process::start()`, `run()`, `mustRun()` and `restart()` methods
/plugin/groupmgr/
H A Dsyntax.php195 // don't render if an argument hasn't been specified
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.2.md26 * Added `AssetFactory` instance as second argument for `WorkerInterface::process()`

123456789