Home
last modified time | relevance | path

Searched refs:functions (Results 101 – 125 of 354) sorted by relevance

12345678910>>...15

/plugin/siteexport/
H A Dhelper.php97 $functions = new siteexport_functions(false);
106 …search($sites, $conf['datadir'], 'search_allpages', array(), $functions->getNamespaceFromID($ID, $…
113 … $entry = array(':' . $site['id'], $functions->getSiteTitle($site['id']), $sortIdentifier);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php65 protected $functions; variable in Twig\\Environment
1332 if (isset($this->functions[$name])) {
1333 return $this->functions[$name];
1336 foreach ($this->functions as $pattern => $function) {
1380 return $this->functions;
1536 $this->functions = [];
1574 $this->functions[$name] = $function;
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A DREADME.md4 This component provides functions added to PHP 7.2 core:
/plugin/scrollticker/
H A DREADME.md11 besides ordinary lists, also lists generated by dokuwiki functions will work.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php536 private function callArray(array $functions) argument
538 return function () use ($functions) {
540 foreach ($functions as $fn) {
/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 Dadvanced_legacy.rst11 operators, global variables, and functions. You can even extend the parser
95 As a rule of thumb, use functions for frequently used features and global
319 You can also expose extension methods as functions in your templates::
331 Dynamic functions support was added in Twig 1.5.
343 The following functions will be matched by the above defined dynamic function:
357 The function will receive all dynamic part values before the normal functions
513 define tags, filters, tests, operators, global variables, functions, and node
541 * This is where you can load some file that contains filter functions for instance.
574 * Returns a list of functions to add to the existing list.
816 The ``getTests()`` methods allows to add new test functions::
[all …]
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 …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dtrim.rst33 Internally, Twig uses the PHP `trim`_, `ltrim`_, and `rtrim`_ functions.
H A Dsplit.rst44 empty) functions for string splitting.
/plugin/codemirror/dist/modes/
H A Dtcl.min.js.map1functions","isOperatorChar","chain","stream","state","f","tokenize","tokenBase","beforeParams","ch…
/plugin/advanced/lang/en/config/
H A Dusers.txt13 …itbrain.org/encode.php|encode/decode]]. Due to the much better built-in functions of DokuWiki this…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dutil.asp21 ' This file include generic functions used by the ASP Connector.
H A Dbasexml.asp21 ' This file include the functions that create the base XML output.
/plugin/blextra/
H A DREADME3 Provide functions for simple template creation
/plugin/daftdrafts/
H A Dhelper.php14 var $functions = null; variable in helper_plugin_daftdrafts
/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/authldaplocal/
H A DREADME.md9 …DAP backend. It overwrites most of the functions with simple variants. Additionally it contains a …
/plugin/syntaxhighlighter3/sxh3/pkg/styles/
H A DshCoreFadeToGrey.css56 .syntaxhighlighter.printing .functions{color:#ff1493 !important;}
88 .syntaxhighlighter .functions{color:#aaaaaa !important;}
94 .syntaxhighlighter .functions{font-weight:bold !important;}
/plugin/syntaxhighlighter4/dist/
H A Dtheme-fadetogrey.css153 .syntaxhighlighter.printing .functions {
225 .syntaxhighlighter .functions {
240 .syntaxhighlighter .functions {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DSandboxTest.php317 … $options, $templates, $tags = [], $filters = [], $methods = [], $properties = [], $functions = []) argument
321 $policy = new SecurityPolicy($tags, $filters, $methods, $properties, $functions);
/plugin/bez/mdl/
H A DFactory.php52 $functions = array('', 'date');
68 if (!in_array($function, $functions)) {
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md15 * Deprecated: All static functions from `Sabre\HTTP\URLUtil` and
16 `Sabre\HTTP\Util` moved to a separate `functions.php`, which is also
17 autoloaded. The old functions are still there, but will be removed in a
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default17 …if (!file_exists( __DIR__ .'/phpthumb.functions.php') || !include_once( __DIR__ .'/phpthumb.functi…
19 …die('failed to include_once(phpthumb.functions.php) - realpath="'.realpath( __DIR__ .'/phpthumb.fu…
28 …obal to prevent scope issues (when including phpThumb.config.php inside functions inside included …
45 … is strongest, lowercase is weakest; see PasswordStrength() in phpthumb.functions.php). You can us…
117 …ck to resize thumbnails if possible, since it is usually faster than GD functions; if false only u…
217 …lse, only images that can be converted to GD by ImageCreateFrom(JPEG|GIF|PNG) functions are allowed
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md48 * Deprecated: All static functions from `Sabre\HTTP\URLUtil` and
49 `Sabre\HTTP\Util` moved to a separate `functions.php`, which is also
50 autoloaded. The old functions are still there, but will be removed in a

12345678910>>...15