Home
last modified time | relevance | path

Searched refs:call (Results 1 – 25 of 49) sorted by last modified time

12

/dokuwiki/lib/scripts/jquery/
H A Djquery.min.js2 !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,y=n.hasOwnProperty,a=y.toString,l=a.call(Object),v={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.4",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0<t&&t-1 in e)}S.fn=S.prototype={jquery:f,constructor:S,length:0,toArray:function(){return s.call(this)},get:function(e){return null==e?s.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=S.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return S.each(this,e)},map:function(n){return this.pushStack(S.map(this,function(e,t){return n.call(e,t,e)}))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(S.grep(this,function(e,t){return(t+1)%2}))},odd:function(){return this.pushStack(S.grep(this,function(e,t){return t%2}))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(0<=n&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:u,sort:t.sort,splice:t.splice},S.extend=S.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{},s=1,u=arguments.length,l=!1;for("boolean"==typeof a&&(l=a,a=arguments[s]||{},s++),"object"==typeof a||m(a)||(a={}),s===u&&(a=this,s--);s<u;s++)if(null!=(e=arguments[s]))for(t in e)r=e[t],"__proto__"!==t&&a!==r&&(l&&r&&(S.isPlainObject(r)||(i=Array.isArray(r)))?(n=a[t],o=i&&!Array.isArray(n)?[]:i||S.isPlainObject(n)?n:{},i=!1,a[t]=S.extend(l,o,r)):void 0!==r&&(a[t]=r));return a},S.extend({expando:"jQuery"+(f+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==o.call(e))&&(!(t=r(e))||"function"==typeof(n=y.call(t,"constructor")&&t.constructor)&&a.call(n)===l)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t,n){b(e,{nonce:t&&t.nonce},n)},each:function(e,t){var n,r=0;if(p(e)){for(n=e.length;r<n;r++)if(!1===t.call(
[all...]
/dokuwiki/inc/Parsing/Handler/
H A DAbstractRewriter.php23 public function writeCall($call) argument
25 $this->calls[] = $call;
H A DBlock.php110 protected function addCall($call)
113 if ($key && $call[0] == 'cdata' && $this->calls[$key - 1][0] == 'cdata') {
114 $this->calls[$key - 1][1][0] .= $call[1][0];
116 $this->calls[] = $call;
121 protected function storeCall($call)
123 $this->calls[] = $call;
140 foreach ($calls as $key => $call) {
141 $cname = $call[0];
143 $cname = 'plugin_' . $call[1][0];
145 $plugin_open = (($call[
118 addCall($call) global() argument
129 storeCall($call) global() argument
[all...]
H A DLists.php29 foreach ($this->calls as $call) {
30 switch ($call[0]) {
32 $this->listOpen($call);
35 $this->listStart($call);
38 $this->listEnd($call);
41 $this->listContent($call);
50 protected function listStart($call) argument
52 $depth = $this->interpretSyntax($call[1][0], $listType);
58 $this->listCalls[] = ['list' . $listType . '_open', [], $call[2]];
59 $this->listCalls[] = ['listitem_open', [1], $call[
64 listEnd($call) global() argument
78 listOpen($call) global() argument
170 listContent($call) global() argument
[all...]
H A DNest.php6 * Generic call writer class to handle nesting of rendering instructions
18 * @param CallWriterInterface $CallWriter the parser's current call writer, i.e. the one above us in the chain
29 public function writeCall($call) argument
31 $this->calls[] = $call;
58 foreach ($unmerged_calls as $call) $this->addCall($call);
67 * @param array $call
69 protected function addCall($call) argument
72 if ($key && $call[0] == 'cdata' && $this->calls[$key - 1][0] == 'cdata') {
73 $this->calls[$key - 1][1][0] .= $call[
[all...]
H A DTable.php31 foreach ($this->calls as $call) {
32 switch ($call[0]) {
34 $this->tableStart($call);
37 $this->tableRowClose($call);
38 $this->tableRowOpen(['tablerow_open', $call[1], $call[2]]);
42 $this->tableCell($call);
45 $this->tableRowClose($call);
46 $this->tableEnd($call);
49 $this->tableDefault($call);
59 tableStart($call) global() argument
66 tableEnd($call) global() argument
72 tableRowOpen($call) global() argument
84 tableRowClose($call) global() argument
116 tableCell($call) global() argument
142 tableDefault($call) global() argument
[all...]
/dokuwiki/lib/scripts/
H A Ddelay.js11 * To get a timeout for non-global functions, just call
32 * To call a function with a delay, just create a new Delay(func, timeout) and
33 * call that object’s method “start”.
57 this.timer = timer.add(function () { _this.exec.call(_this); },
62 _params: Array.prototype.slice.call(arguments, 2)
68 this.func.call(this._data._this, this._data._params);
H A Dedit.js212 call: 'draftdel',
H A Dhotkeys.js94 return t.onkeyup.call(t,e);
98 return t.onkeypress.call(t,e);
102 return t.onkeydown.call(t,e);
119 v.func.call(t);
217 * @param s Namespace to be used during call of cb (default namespace is o)
231 if (cb.call(s, o[n], n, o) === false)
238 if (cb.call(s, o[n], n, o) === false)
/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php278 $base = $this->registry->call(Misc::class, 'absolutize_url', [$attribs[\SimplePie\SimplePie::NAMESPACE_XML]['base'], end($this->xml_base)]);
H A DRegistry.php186 * Where possible, use {@see create()} or {@see call()} instead
249 public function &call($type, $method, $parameters = []) function in SimplePie\\Registry
H A DSanitize.php459 $absolute = $this->registry->call(Misc::class, 'absolutize_url', [$data, $base]);
470 $data = $this->registry->call(Misc::class, 'change_encoding', [$data, 'UTF-8', $this->output_encoding]);
508 $value = $this->registry->call(Misc::class, 'absolutize_url', [$element->getAttribute($attribute), $this->base]);
644 $cache = $this->registry->call(Cache::class, 'get_handler', [
H A DSimplePie.php787 $this->multifeed_url[] = $this->registry->call(Misc::class, 'fix_protocol', [$value, 1]);
790 $this->feed_url = $this->registry->call(Misc::class, 'fix_protocol', [$url, 1]);
1583 $parsed_feed_url = $this->registry->call(Misc::class, 'parse_url', [$this->feed_url]);
1603 $this->registry->call(Misc::class, 'error', [$this->error, E_USER_NOTICE, __FILE__, __LINE__]);
1624 $encodings = array_merge($encodings, $this->registry->call(Misc::class, 'xml_encoding', [$this->raw_data, &$this->registry]));
1639 $encodings = array_merge($encodings, $this->registry->call(Misc::class, 'xml_encoding', [$this->raw_data, &$this->registry]));
1649 if ($utf8_data = $this->registry->call(Misc::class, 'change_encoding', [$this->raw_data, $encoding, 'UTF-8'])) {
1658 $this->registry->call(Misc::class, 'error', [$this->error, E_USER_NOTICE, __FILE__, __LINE__]);
1700 $this->registry->call(Misc::class, 'error', [$this->error, E_USER_NOTICE, __FILE__, __LINE__]);
1874 $this->registry->call(Mis
[all...]
H A DSource.php107 return $this->sanitize($return[0]['data'], $this->registry->call(Misc::class, 'atom_10_construct_type', [$return[0]['attribs']]), $this->get_base($return[0]));
109 return $this->sanitize($return[0]['data'], $this->registry->call(Misc::class, 'atom_03_construct_type', [$return[0]['attribs']]), $this->get_base($return[0]));
348 if ($this->registry->call(Misc::class, 'is_isegment_nz_nc', [$key])) {
372 return $this->sanitize($return[0]['data'], $this->registry->call(Misc::class, 'atom_10_construct_type', [$return[0]['attribs']]), $this->get_base($return[0]));
374 return $this->sanitize($return[0]['data'], $this->registry->call(Misc::class, 'atom_03_construct_type', [$return[0]['attribs']]), $this->get_base($return[0]));
397 return $this->sanitize($return[0]['data'], $this->registry->call(Misc::class, 'atom_10_construct_type', [$return[0]['attribs']]), $this->get_base($return[0]));
399 return $this->sanitize($return[0]['data'], $this->registry->call(Misc::class, 'atom_03_construct_type', [$return[0]['attribs']]), $this->get_base($return[0]));
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md71 - instantiate your class and call ```run()``` on it
131 you call backend code from your CLI that expects a Logger instance to produce any sensible status output while running.
/dokuwiki/lib/plugins/extension/
H A Dscript.js66 call: 'plugin_extension',
107 call: 'plugin_extension',
/dokuwiki/lib/exe/
H A Dajax.php4 * DokuWiki AJAX call handler
19 // default header, ajax call may overwrite it later
22 //call the requested function
24 if ($INPUT->has('call')) {
25 $call = $INPUT->filter([Clean::class, 'stripspecials'])->str('call');
26 new Ajax($call);
21 $call = $INPUT->filter([\dokuwiki\Utf8\Clean::class, 'stripspecials'])->str('call'); global() variable
/dokuwiki/lib/plugins/acl/
H A Dscript.js30 {call: 'plugin_acl',
69 jQuery('#acl__detail form').serialize() + '&call=plugin_acl&ajax=info'
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DClassServer.php57 public function call($methodname, $args) function in IXR\\Server\\ClassServer
H A DIntrospectionServer.php61 public function call($methodname, $args) function in IXR\\Server\\IntrospectionServer
68 // Over-rides default call method, adds signature check
123 // It passed the test - run the "real" method call
124 return parent::call($methodname, $argsbackup);
H A DServer.php46 $result = $this->call($this->message->methodName, $this->message->params);
74 protected function call($methodname, $args) function in IXR\\Server\\Server
171 foreach ($methodcalls as $call) {
172 $method = $call['methodName'];
173 $params = $call['params'];
177 $result = $this->call($method, $params);
/dokuwiki/inc/
H A DPassHash.php118 $call = 'hash_' . $method;
119 $newhash = $this->$call($clear, $salt, $magic);
/dokuwiki/inc/Remote/
H A DApi.php105 foreach ($methods as $method => $call) {
106 $this->pluginMethods["plugin.$pluginName.$method"] = $call;
116 * @param string $method name of the method to call.
118 * @return mixed result of method call, must be a primitive type.
121 public function call($method, $args = [])
158 * Check if the current user is allowed to call the given method
162 * @throws AccessDeniedException Thrown when the user is not allowed to call the method
178 throw new AccessDeniedException('server error. not authorized to call method', -32604);
90 public function call($method, $args = array()) global() function in dokuwiki\\Remote\\Api
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md65 you can call ```setCompression``` before each ```addFile()``` and ```addData()``` function call.
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE82 We call this license the "Lesser" General Public License because it

12