Home
last modified time | relevance | path

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

/dokuwiki/inc/parser/
H A Dhandler.php54 public function addCall($handler, $args, $pos) function in Doku_Handler
107 $this->addCall($handler, $args, $pos);
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_close', [], $pos);
338 $this->addCall('header', [$title, $level, $pos], $pos);
340 $this->addCall('section_open', [$level], $pos);
353 $this->addCall('notoc', [], $pos);
[all …]
/dokuwiki/inc/Parsing/Handler/
H A DNest.php58 foreach ($unmerged_calls as $call) $this->addCall($call);
69 protected function addCall($call) function in dokuwiki\\Parsing\\Handler\\Nest
H A DBlock.php110 protected function addCall($call) function in dokuwiki\\Parsing\\Handler\\Block
187 $this->addCall(['cdata', ["\n"], $call[2]]);
193 $this->addCall($call);
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClientMulticall.php20 public function addCall() function in IXR\\Client\\ClientMulticall