Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Handler/
H A DQuote.php7 protected $quoteCalls = []; variable in dokuwiki\\Parsing\\Handler\\Quote
31 $this->quoteCalls[] = ['quote_open', [], $call[2]];
39 $this->quoteCalls[] = ['quote_open', [], $call[2]];
44 $this->quoteCalls[] = ['quote_close', [], $call[2]];
47 $this->quoteCalls[] = ['linebreak', [], $call[2]];
58 $this->quoteCalls[] = ['quote_close', [], $call[2]];
62 $this->quoteCalls[] = ['quote_close', [], $call[2]];
64 $this->callWriter->writeCalls($this->quoteCalls);
68 $this->quoteCalls[] = $call;