Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Handler/
H A DAbstractRewriter.php23 public function writeCall($call) function in dokuwiki\\Parsing\\Handler\\AbstractRewriter
H A DCallWriter.php19 public function writeCall($call)
20 public function writeCall($call) global() function in dokuwiki\\Parsing\\Handler\\CallWriter
H A DCallWriterInterface.php12 public function writeCall($call); function
H A DLists.php18 $this->writeCall(['list_close', [], $last_call[2]]);
H A 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]]);
H A 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]);
H A DQuote.php13 $this->writeCall(['quote_end', [], $last_call[2]]);
H A DTable.php21 $this->writeCall(['table_end', [], $last_call[2]]);
/dokuwiki/inc/parser/
H A Dhandler.php57 $this->callWriter->writeCall($call);
122 $this->callWriter->writeCall($call);