Searched refs:addCall (Results 1 – 4 of 4) sorted by relevance
/dokuwiki/inc/parser/ |
H A D | handler.php | 54 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 D | Nest.php | 58 foreach ($unmerged_calls as $call) $this->addCall($call); 69 protected function addCall($call) function in dokuwiki\\Parsing\\Handler\\Nest
|
H A D | Block.php | 110 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 D | ClientMulticall.php | 20 public function addCall() function in IXR\\Client\\ClientMulticall
|