Searched refs:quotelvl (Results 1 – 1 of 1) sorted by relevance
27 private $quotelvl = 0; variable in renderer_plugin_edittable_inverse84 if($this->quotelvl === 0) {94 $this->doc .= str_repeat('>', $this->quotelvl);283 … if(substr($this->doc, -(++$this->quotelvl)) === DOKU_LF.str_repeat('>', $this->quotelvl - 1)) {286 $this->doc .= DOKU_LF.str_repeat('>', $this->quotelvl);293 $this->quotelvl--;