Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Handler/
DPreformatted.php14 $this->writeCall(['preformatted_end', [], $last_call[2]]);
37 $this->callWriter->writeCall(['preformatted', [$this->text], $this->pos]);
40 $this->callWriter->writeCall(['eol', [], $this->pos]);
41 $this->callWriter->writeCall(['eol', [], $this->pos]);
DNest.php29 public function writeCall($call) function in dokuwiki\\Parsing\\Handler\\Nest
44 $this->writeCall([$this->closingInstruction, [], $last_call[2]]);
61 $this->callWriter->writeCall(["nest", [$this->calls], $first_call[2]]);
DCallWriterInterface.php12 public function writeCall($call); function
DAbstractRewriter.php23 public function writeCall($call) function in dokuwiki\\Parsing\\Handler\\AbstractRewriter
DCallWriter.php19 public function writeCall($call) function in dokuwiki\\Parsing\\Handler\\CallWriter
DQuote.php13 $this->writeCall(['quote_end', [], $last_call[2]]);
DLists.php18 $this->writeCall(['list_close', [], $last_call[2]]);
DTable.php21 $this->writeCall(['table_end', [], $last_call[2]]);
/dokuwiki/inc/parser/
Dhandler.php57 $this->callWriter->writeCall($call);
122 $this->callWriter->writeCall($call);