Searched refs:quoteCalls (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/inc/Parsing/Handler/ |
| H A D | Quote.php | 7 protected $quoteCalls = []; variable in dokuwiki\\Parsing\\Handler\\Quote 26 $this->quoteCalls[] = ['quote_open', [], $call[2]]; 34 $this->quoteCalls[] = ['quote_open', [], $call[2]]; 39 $this->quoteCalls[] = ['quote_close', [], $call[2]]; 42 $this->quoteCalls[] = ['linebreak', [], $call[2]]; 53 $this->quoteCalls[] = ['quote_close', [], $call[2]]; 57 $this->quoteCalls[] = ['quote_close', [], $call[2]]; 59 $this->callWriter->writeCalls($this->quoteCalls); 63 $this->quoteCalls[] = $call;
|