Home
last modified time | relevance | path

Searched refs:functions (Results 51 – 75 of 354) sorted by relevance

12345678910>>...15

/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DSandboxExtension.php73 public function checkSecurity($tags, $filters, $functions) argument
76 $this->policy->checkSecurity($tags, $filters, $functions);
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DCHANGELOG.md9 * Improve parsing of nested functions
24 Version 2 comes with a new definition was a DSN really is. It supports functions
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.2.md9 * Allow custom functions to be registered on the Lessphp filter
18 * Allow functions.php to be included many times
29 * Removed limit and count arguments from CssUtils functions
/plugin/templateconfhelper/
H A DREADME3 various functions to help with template management.
15 ==== functions ====
36 The custom css.php and the functions in //inc/template.php// use following new config settings to l…
76 * ... some undocumented and likely to change functions for use in templates
85 * public functions marked public now for free software reasons
/plugin/phosphor/
H A Dphitem.php102 $functions =& plugin_load('syntax', 'phosphor_phosphor' );
103 … $renderer->doc .= $functions->phosphorContent($renderer, $data, true, 'phosphor');
H A Dphblock.php104 $functions =& plugin_load('syntax', 'phosphor_phosphor' );
105 $renderer->doc .= $functions->backgroundContainer($renderer, $data);
/plugin/indexmenu/scripts/
H A Dcontextmenu.local.js.example47 * Common available functions:
49 * Some common functions are added by [indexmenu plugin folder]/scripts/contextmenu.js
55 * Insert your custom functions (available for all users) at the bottom of this file.
/plugin/bureaucracy/
H A Dsyntax.php27 var $functions = array(); variable in syntax_plugin_bureaucracy
515 foreach ($this->functions as $name => $callback) {
620 $this->functions['curNS'] = 'curNS';
621 $this->functions['getNS'] = 'getNS';
622 $this->functions['noNS'] = 'noNS';
623 $this->functions['p_get_first_heading'] = 'p_get_first_heading';
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DFile.php217 * @param array $functions
222 protected function renderFunctionItems(array $functions, \Text_Template $template) argument
224 if (empty($functions)) {
230 foreach ($functions as $function) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dmacro.rst9 Macros are comparable with functions in regular programming languages. They
35 Macros differ from native PHP functions in a few ways:
42 But as with PHP functions, macros don't have access to the current template
62 macros, or a template and some macros), and import the functions as items of
/plugin/siteexport/syntax/
H A Daggregate.php78 $functions=& plugin_load('helper', 'siteexport');
113 …$allNamespaces = $functions->__getOrderedListOfPagesForID( $listAllNamespaces ? $namespace : $name…
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicyInterface.php21 public function checkSecurity($tags, $filters, $functions); argument
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md69 * Improve documentation and add docblocks to functions and interfaces.
82 * Improve performance by prefixing all global functions calls with \ to skip the look up and resolve process and go straight to the global function.
144 * `all()` and `map()` functions now preserve the order of the array (#77).
162 * Allow cancellation of promises returned by functions working on promise
205 functions.
/plugin/webdav/
H A Dcomposer.lock167 "lib/Loop/functions.php",
168 "lib/Promise/functions.php"
227 "lib/functions.php"
276 "lib/functions.php"
431 "lib/Deserializer/functions.php",
432 "lib/Serializer/functions.php"
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DCHANGELOG.md32 - Replaced functions by static methods
89 - Conditionally require functions.php.
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dindex.rst18 functions/index
/plugin/blextra/
H A Dplugin.info.txt6 desc Provide functions for simple template creation
/plugin/components/
H A Dplugin.info.txt6 desc Easily defining new actions and AJAX functions
/plugin/function/
H A Dplugin.info.txt6 desc Execute a php function from a configured set of functions
/plugin/editx/
H A Dplugin.info.txt6 desc Extended edit functions such as renaming or deleting a page
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Drun-tests7 source $script_path/functions/imports.sh
/plugin/skype/
H A Dplugin.info.txt6 desc Dokuwiki Plugin to add a skype connect button with different functions
/plugin/fedauth/
H A Daction.php39 var $functions = array('select','signin','signedin','remove'); // require a provider id variable in action_plugin_fedauth
95 * of a dummy value before any invocations of Dokuwiki functions are made, eg.
225 … } else if (!in_array($this->cmd, $this->functions) || !$this->providers->get($this->provid)) {
/plugin/diffpreview/
H A DCHANGELOG.md11 - Handle deprecated functions `html_edit` and `html_diff`
/plugin/adultcontent/
H A Daction.php17 var $functions = null; variable in action_plugin_adultcontent

12345678910>>...15