Home
last modified time | relevance | path

Searched refs:functions (Results 226 – 250 of 354) sorted by last modified time

12345678910>>...15

/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dtrim.rst33 Internally, Twig uses the PHP `trim`_, `ltrim`_, and `rtrim`_ functions.
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dblock.rst41 .. seealso:: :doc:`extends<../tags/extends>`, :doc:`parent<../functions/parent>`
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst277 For functions, use ``registerUndefinedFunctionCallback()``::
279 // auto-register all native PHP functions as Twig functions
297 As the resolution of functions and filters is done during compilation,
H A Dadvanced.rst11 operators, global variables, and functions. You can even extend the parser
94 As a rule of thumb, use functions for frequently used features and global
312 Tests are defined in the exact same way as filters and functions, but you need
337 Test functions should always return true/false.
380 names (see dynamic filters and functions for the syntax).
573 define tags, filters, tests, operators, global variables, functions, and node
632 * Returns a list of functions to add to the existing list.
796 The ``getTests()`` method lets you add new test functions::
813 Twig filters, functions, and tests runtime implementations can be defined as
816 * **functions/static methods**: Simple to implement and fast (used by all Twig
[all …]
H A Dapi.rst369 * :doc:`Functions <functions/index>`;
487 $functions = ['range'];
488 $policy = new \Twig\Sandbox\SecurityPolicy($tags, $filters, $methods, $properties, $functions);
H A Ddeprecated.rst44 functions, or tests, use the ``needs_environment`` option instead; if you
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dautoescape.rst59 :doc:`parent<../functions/parent>`) always return safe markup.
H A Dinclude.rst16 :doc:`include<../functions/include>` function instead as it provides the
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DDirectory.php48 private $functions; variable in SebastianBergmann\\CodeCoverage\\Node\\Directory
268 if ($this->functions === null) {
269 $this->functions = [];
272 $this->functions = array_merge(
273 $this->functions,
279 return $this->functions;
H A DFile.php53 private $functions = []; variable in SebastianBergmann\\CodeCoverage\\Node\\File
196 return $this->functions;
366 return count($this->functions);
379 foreach ($this->functions as $function) {
651 $functions = $tokens->getFunctions();
656 foreach ($functions as $functionName => $function) {
657 $this->functions[$functionName] = [
669 $this->startLines[$function['startLine']] = &$this->functions[$functionName];
670 $this->endLines[$function['endLine']] = &$this->functions[$functionName];
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md9 properties and class constants but also functions and global constants.
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-2.2.md17 …b.com/sebastianbergmann/php-code-coverage/pull/372): Nested classes and functions are not handled …
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DRestorer.php33 $functions = get_defined_functions();
35 foreach (array_diff($functions['user'], $snapshot->functions()) as $function) {
/plugin/findologicxmlexport/vendor/sebastian/global-state/tests/
H A DSnapshotTest.php51 $functions = $snapshot->functions();
54 $functions,
63 $this->assertNotContains('assert', $functions);
/plugin/findologicxmlexport/vendor/sebastian/resource-operations/build/
H A Dgenerate.php12 $functions = require __DIR__ . '/arginfo.php'; variable
15 foreach ($functions as $function => $arguments) {
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG208 * fixed regression on static calls for functions/filters/tests
314 * added a deprecation "framework" for filters/functions/tests and test fixtures
328 * added support for variadic filters, functions, and tests
403 * added min and max functions
479 * fixed registration of tests and functions as anonymous functions
488 * added support for named arguments for filters, tests, and functions
489 * moved filters/functions/tests syntax errors to the parser
660 * added support for dynamically named filters and functions
667 * enhanced exceptions for unknown filters, functions, tests, and tags
740 * added PHPDoc for all Token parsers and Core extension functions
[all …]
/plugin/metaeditor/
H A Djstree.js3652 if(tmp && tmp.functions && (tmp.functions[chk] === false || tmp.functions[chk] === true)) {
3653 if(tmp.functions[chk] === false) {
3656 return tmp.functions[chk];
/plugin/ckgdoku/ckeditor/
H A DLICENSE.md480 A "library" means a collection of software functions and/or data
482 (which use some of those functions and data) to form executables.
617 functions (ten lines or less in length), then the use of the object
657 rather than copying library functions into the executable, and (2)
H A Dckeditor.js596 …KEDITOR.VALIDATE_OR=1;CKEDITOR.VALIDATE_AND=2;CKEDITOR.dialog.validate={functions:function(){var a… method in CKEDITOR.dialog.validate
598functions(function(a){return e.test(CKEDITOR.tools.trim(a))},a)},htmlLength:function(a){return thi…
H A DCHANGES.md501 …widget helper](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget) functions (see the static …
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc137 // correctly so it can't be done in commit functions.
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified733 …ted in descending order by checking the Reverse Order option. The sort functions are not supporte…
734 DlgFileBrowserInfo_3: "The search functions will search using whole or part of a file name."
H A Den.js.ckgedit78 …"be sorted in descending order by checking the Reverse Order option. The sort functions are not s…
79 DlgFileBrowserInfo_3: "The search functions will search using whole or part of a file name.",
H A Den.js.unc84 …"be sorted in descending order by checking the Reverse Order option. The sort functions are not s…
85 DlgFileBrowserInfo_3: "The search functions will search using whole or part of a file name.",
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt23 This window has three functions
77 These functions enable you to fetch new data from github, then to merge this data into your git. Th…

12345678910>>...15