Home
last modified time | relevance | path

Searched refs:func (Results 1 – 12 of 12) sorted by path

/dokuwiki/inc/Search/
H A DIndexer.php663 * @param callback $func comparison function
669 public function lookupKey($key, &$value, $func = null)
687 if (!is_null($func)) {
690 if (call_user_func_array($func, [$val, $word]))
650 lookupKey($key, & $value, $func = null) global() argument
/dokuwiki/inc/
H A Dhtml.php438 * the item itself gets printed by the given $func user
450 * @param callable $func callback to print an list item
456 function html_buildlist($data, $class, $func, $lifunc = null, $forcewrapper = false)
500 $html .= call_user_func($func, $item);
428 html_buildlist($data, $class, $func, $lifunc = null, $forcewrapper = false) global() argument
H A Dsearch.php22 * @param callback $func Callback (function name or array with object,method)
30 function search(&$data, $base, $func, $opts, $dir = '', $lvl = 1, $sort = 'natural')
65 if (call_user_func_array($func, [&$data, $base, $dir, 'd', $lvl, $opts])) {
66 search($data, $base, $func, $opts, $dir, $lvl + 1, $sort);
71 call_user_func_array($func, [&$data, $base, $file, 'f', $lvl, $opts]);
27 search(& $data, $base, $func, $opts, $dir = '', $lvl = 1, $sort = 'natural') global() argument
/dokuwiki/inc/lang/ro/
H A Dlogin.txt
/dokuwiki/
H A Dinstall.php650 foreach ($funcs as $func) {
651 if (!function_exists($func)) {
652 $error[] = sprintf($lang['i_funcna'], $func);
/dokuwiki/lib/exe/
H A Djs.php333 * @param string $func
337 function js_runonstart($func)
339 echo "jQuery(function(){ $func; });" . NL;
330 js_runonstart($func) global() argument
/dokuwiki/lib/plugins/acl/lang/ro/
H A Dhelp.txt
/dokuwiki/lib/scripts/
H A Dcompatibility.js14 var func;
15 if(arguments.callee) func = arguments.callee.caller.name;
16 if(func) func = ' '+func+'()';
17 var line = 'DEPRECATED function call'+func+'. '+msg;
34 * @param func The new function
37 function DEPRECATED_WRAP(func, context) { argument
40 return func.apply(context || this, arguments);
H A Ddelay.js12 * delay.add(func, timeout).
22 add: function (func, timeout) { argument
24 timer._handlers[id] = func;
32 * To call a function with a delay, just create a new Delay(func, timeout) and
35 function Delay (func, timeout) { argument
36 this.func = func;
43 func: null, property in Delay
68 this.func.call(this._data._this, this._data._params);
H A Dhotkeys.js119 v.func.call(t);
183 func : cmd_func, property in Hotkeys.addShortcut.o
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBase.php