/dokuwiki/lib/scripts/ |
D | compatibility.js | 14 var func; 15 if(arguments.callee) func = arguments.callee.caller.name; 16 if(func) func = ' '+func+'()'; 17 var line = 'DEPRECATED function call'+func+'. '+msg; 37 function DEPRECATED_WRAP(func, context) { argument 40 return func.apply(context || this, arguments);
|
D | delay.js | 22 add: function (func, timeout) { argument 24 timer._handlers[id] = func; 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);
|
D | hotkeys.js | 119 v.func.call(t); 183 func : cmd_func, property
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/ |
D | EvalBarrett.php | 63 self::$custom_reduction = $func; 104 self::$custom_reduction = $func; 106 return $func;
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/ |
D | PrimeField.php | 61 public function setReduction(\Closure $func) argument 63 $this->reduce = $func->bindTo($this, $this);
|
D | BigInteger.php | 872 $func = $this->value->createRecurringModuloFunction(); 873 return function (BigInteger $x) use ($func) { 874 return new static($func($x->value));
|
/dokuwiki/inc/lang/ro/ |
D | login.txt | 3 Nu ești autentificat! Introdu datele de autentificare. Pentru ca autentificarea să funcționeze treb…
|
/dokuwiki/_test/core/ |
D | DokuWikiTest.php | 223 * @param string $func The method to call 228 protected static function callInaccessibleMethod($obj, $func, array $args) { argument 230 $method = $class->getMethod($func);
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/ |
D | Base.php | 162 public function setReduction(callable $func) argument 164 $this->factory->setReduction($func);
|
/dokuwiki/lib/exe/ |
D | js.php | 333 * @param string $func 337 function js_runonstart($func) argument 339 echo "jQuery(function(){ $func; });" . NL;
|
/dokuwiki/inc/ |
D | search.php | 22 * @param callback $func Callback (function name or array with object,method) 30 function search(&$data, $base, $func, $opts, $dir = '', $lvl = 1, $sort = 'natural') argument 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]);
|
D | html.php | 450 * @param callable $func callback to print an list item 456 function html_buildlist($data, $class, $func, $lifunc = null, $forcewrapper = false) argument 500 $html .= call_user_func($func, $item);
|
/dokuwiki/lib/plugins/acl/lang/ro/ |
D | help.txt | 11 Consultarea [[doku>acl|official documentation on ACL]] vă poate ajuta să înţelegeţi deplin cum func…
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/ |
D | EvalBarrett.php | 72 self::$custom_reduction = $func; 74 return $func; 164 self::$custom_reduction = $func; 166 return $func;
|
/dokuwiki/ |
D | install.php | 645 foreach ($funcs as $func) { 646 if (!function_exists($func)) { 647 $error[] = sprintf($lang['i_funcna'], $func);
|
/dokuwiki/vendor/splitbrain/lesserphp/src/ |
D | Lessc.php | 197 * @param callable $func callback 199 public function registerFunction(string $name, callable $func): void argument 201 $this->libFunctions[$name] = $func; 1260 protected function funcToColor($func) argument 1262 $fname = $func[1]; 1263 if ($func[2][0] != 'list') return false; // need a list of arguments 1264 $rawComponents = $func[2][2];
|
D | Parser.php | 546 if ($this->func($value)) return true; 1116 protected function func(&$func) function in LesserPHP\\Parser 1143 $func = ['function', $fname, $args]; 1149 $func = ['function', $fname, $string];
|
/dokuwiki/inc/Search/ |
D | Indexer.php | 663 * @param callback $func comparison function 669 public function lookupKey($key, &$value, $func = null) argument 687 if (!is_null($func)) { 690 if (call_user_func_array($func, [$val, $word]))
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
D | Engine.php | 1159 $func = $fqengine::generateCustomReduction($this, static::class);
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/ |
D | SymmetricKey.php | 3207 return \Closure::bind($func, $this, static::class);
|