Home
last modified time | relevance | path

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

/dokuwiki/inc/parser/
H A Dmetadata.php24 public const ABSTRACT_MAX = 500;
100 if (strlen($this->doc) > self::ABSTRACT_MAX) {
101 $this->doc = PhpString::substr($this->doc, 0, self::ABSTRACT_MAX) . '…';
19 const ABSTRACT_MAX = 500; global() define in Doku_Renderer_metadata