Home
last modified time | relevance | path

Searched refs:addCall (Results 1 – 4 of 4) sorted by path

/dokuwiki/inc/Parsing/Handler/
H A DBlock.php110 protected function addCall($call)
120 // simple version of addCall, without checking cdata
187 $this->addCall(['cdata', ["\n"], $call[2]]);
193 $this->addCall($call);
118 protected function addCall($call) global() function in dokuwiki\\Parsing\\Handler\\Block
H A DNest.php58 foreach ($unmerged_calls as $call) $this->addCall($call);
69 protected function addCall($call) function in dokuwiki\\Parsing\\Handler\\Nest
/dokuwiki/inc/parser/
H A Dhandler.php54 public function addCall($handler, $args, $pos)
103 /** @deprecated 2019-10-31 use addCall() instead */
106 dbg_deprecated('addCall');
107 $this->addCall($handler, $args, $pos);
111 * Similar to addCall, but adds a plugin call
255 $this->addCall($name . '_open', [], $pos);
258 $this->addCall($name . '_close', [], $pos);
261 $this->addCall('cdata', [$match], $pos);
315 $this->addCall('cdata', [$match], $pos);
336 if ($this->status['section']) $this->addCall('section_clos
52 public function addCall($handler, $args, $pos) { global() function in Doku_Handler
[all...]
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClientMulticall.php20 public function addCall() function in IXR\\Client\\ClientMulticall