Home
last modified time | relevance | path

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

/dokuwiki/inc/parser/
H A Dmetadata.php41 /** @var bool whether or not data is being captured for the abstract, public to be accessible by plugins */
47 /** @var int number of bytes captured for abstract */
48 protected $captured = 0;
116 * This function takes care of the amount captured data and will stop capturing when
129 $this->captured += strlen($text);
130 if ($this->captured > self::ABSTRACT_LEN) {
43 protected $captured = 0; global() variable in Doku_Renderer_metadata