Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Handler/
H A DPreformatted.php13 $last_call = end($this->calls);
14 $this->writeCall(['preformatted_end', [], $last_call[2]]);
H A DNest.php43 $last_call = end($this->calls);
44 $this->writeCall([$this->closingInstruction, [], $last_call[2]]);
H A DQuote.php12 $last_call = end($this->calls);
13 $this->writeCall(['quote_end', [], $last_call[2]]);
H A DLists.php17 $last_call = end($this->calls);
18 $this->writeCall(['list_close', [], $last_call[2]]);
H A DTable.php20 $last_call = end($this->calls);
21 $this->writeCall(['table_end', [], $last_call[2]]);
/dokuwiki/inc/parser/
H A Dhandler.php138 $last_call = end($this->calls);
139 $this->calls[] = ['section_close', [], $last_call[2]];
150 $last_call = end($this->calls);
151 $this->calls[] = ['document_end', [], $last_call[2]];