Home
last modified time | relevance | path

Searched refs:writeCall (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/inc/Parsing/Handler/
H A DPreformatted.php32 $this->callWriter->writeCall(['preformatted', [$this->text], $this->pos]);
35 $this->callWriter->writeCall(['eol', [], $this->pos]);
36 $this->callWriter->writeCall(['eol', [], $this->pos]);
H A DAbstractRewriter.php23 public function writeCall($call) function in dokuwiki\\Parsing\\Handler\\AbstractRewriter
49 $this->writeCall([$this->getClosingCall(), [], $last_call[2]]);
H A DCallWriterInterface.php12 public function writeCall($call); function
H A DNest.php29 public function writeCall($call) function in dokuwiki\\Parsing\\Handler\\Nest
56 $this->callWriter->writeCall(["nest", [$this->calls], $first_call[2]]);
H A DCallWriter.php21 public function writeCall($call) function in dokuwiki\\Parsing\\Handler\\CallWriter
/dokuwiki/inc/Parsing/
H A DHandler.php119 $this->callWriter->writeCall($call);
185 $this->callWriter->writeCall($call);