Searched refs:writeCall (Results 1 – 6 of 6) sorted by relevance
| /dokuwiki/inc/Parsing/Handler/ | ||
| H A D | Preformatted.php | 32 $this->callWriter->writeCall(['preformatted', [$this->text], $this->pos]); |
| H A D | AbstractRewriter.php | 23 public function writeCall($call) function in dokuwiki\\Parsing\\Handler\\AbstractRewriter |
| H A D | CallWriterInterface.php | 12 public function writeCall($call); function |
| H A D | Nest.php | 29 public function writeCall($call) function in dokuwiki\\Parsing\\Handler\\Nest |
| H A D | CallWriter.php | 21 public function writeCall($call) function in dokuwiki\\Parsing\\Handler\\CallWriter |
| /dokuwiki/inc/Parsing/ | ||
| H A D | Handler.php | 119 $this->callWriter->writeCall($call); |