Home
last modified time | relevance | path

Searched refs:callbacks (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
DServer.php13 protected $callbacks = []; variable in IXR\\Server\\Server
20 public function __construct($callbacks = false, $data = false, $wait = false) argument
23 if ($callbacks) {
24 $this->callbacks = $callbacks;
85 $method = $this->callbacks[$methodname];
132 return in_array($method, array_keys($this->callbacks));
DClassServer.php35 $this->callbacks[$rpcName] = $functionName;
53 $this->callbacks[$prefix . $this->_delim . $method] = [$prefix, $targetMethod];
62 $method = $this->callbacks[$methodname];
DIntrospectionServer.php73 $method = $this->callbacks[$methodname];
/dokuwiki/lib/scripts/
Dlocktimer.js17 callbacks: [], property
69 dw_locktimer.callbacks.push(callback);
123 dw_locktimer.callbacks.forEach(
151 dw_locktimer.callbacks.push(dw_locktimer.refreshed);
/dokuwiki/inc/
Ddeprecated.php50 public function __construct($callbacks = false, $data = false, $wait = false) argument
53 parent::__construct($callbacks, $data, $wait);