Home
last modified time | relevance | path

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

/dokuwiki/inc/parser/
H A Dmetadata.php42 public $capturing = true;
116 * This function takes care of the amount captured data and will stop capturing when
123 if (!$this->capture || !$this->capturing) {
228 // disable capturing
229 $this->capturing = false;
237 * the previously rendered content is restored and capturing is re-enabled.
244 // re-enable capturing
245 $this->capturing = true;
37 public $capturing = true; global() variable in Doku_Renderer_metadata