Searched refs:addCall (Results 1 – 4 of 4) sorted by relevance
/dokuwiki/inc/parser/ |
H A D | handler.php | 94 $this->addCall($handler, $args, $pos); 333 $this->addCall('notoc', array(), $pos); 366 $this->addCall('eol', array(), $pos); 377 $this->addCall('hr', array(), $pos); 798 $this->addCall( 805 $this->addCall( 812 $this->addCall( 819 $this->addCall( 826 $this->addCall( 833 $this->addCall( [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 | 118 protected function addCall($call) function in dokuwiki\\Parsing\\Handler\\Block 195 $this->addCall(array('cdata',array("\n"), $call[2])); 201 $this->addCall($call);
|
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/ |
H A D | ClientMulticall.php | 20 public function addCall() function in IXR\\Client\\ClientMulticall
|