Home
last modified time | relevance | path

Searched refs:quotelevel (Results 1 – 2 of 2) sorted by relevance

/plugin/qc/
H A Drenderer.php51 protected $quotelevel = 0;
277 $this->quotelevel++;
278 $this->docArray['quote_nest'] = max($this->quotelevel, $this->docArray['quote_nest']);
284 $this->quotelevel--;
50 protected $quotelevel = 0; global() variable in renderer_plugin_qc
/plugin/combo/renderer/
H A Danalytics.php154 protected $quotelevel = 0; variable in renderer_plugin_combo_analytics
745 $this->quotelevel++;
747 $this->stats['quote_nest'] = max($this->quotelevel, $quoteNest);
752 $this->quotelevel--;