Home
last modified time | relevance | path

Searched defs:func (Results 1 – 12 of 12) sorted by relevance

/dokuwiki/lib/scripts/
H A Ddelay.js22 add: function (func, timeout) { argument
35 function Delay (func, timeout) { argument
43 func: null, property in Delay
H A Dcompatibility.js37 function DEPRECATED_WRAP(func, context) { argument
H A Dhotkeys.js183 func : cmd_func, property
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DPrimeField.php61 public function setReduction(\Closure $func)
/dokuwiki/lib/exe/
H A Djs.php338 function js_runonstart($func)
/dokuwiki/_test/core/
H A DDokuWikiTest.php228 protected static function callInaccessibleMethod($obj, $func, array $args) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBase.php162 public function setReduction(callable $func)
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DParser.php1116 protected function func(&$func) function in LesserPHP\\Parser
H A DLessc.php199 public function registerFunction(string $name, callable $func): void
1260 protected function funcToColor($func)
/dokuwiki/inc/
H A Dsearch.php30 function search(&$data, $base, $func, $opts, $dir = '', $lvl = 1, $sort = 'natural')
H A Dhtml.php456 function html_buildlist($data, $class, $func, $lifunc = null, $forcewrapper = false)
/dokuwiki/inc/Search/
H A DIndexer.php669 public function lookupKey($key, &$value, $func = null)