Home
last modified time | relevance | path

Searched refs:maxIdLength (Results 1 – 1 of 1) sorted by last modified time

/plugin/qna/syntax/
H A Dblock.php14 private $maxIdLength; variable in syntax_plugin_qna_block
22 $this->maxIdLength = 30;
124 if (\dokuwiki\Utf8\PhpString::strlen($identifier) > $this->maxIdLength) {
125 $identifier = \dokuwiki\Utf8\PhpString::substr($identifier, 0, $this->maxIdLength);