/plugin/bez/renderer/ |
D | xhtmlmail.php | 58 $title = $this->_xmlEntities(\dokuwiki\Utf8\PhpString::basename(noNS($src))); 87 … return $this->_xmlEntities($title ? $title : \dokuwiki\Utf8\PhpString::basename(noNS($src))); 111 $title = \dokuwiki\Utf8\PhpString::basename(noNS($src)); 132 $ret .= $this->_xmlEntities(\dokuwiki\Utf8\PhpString::basename(noNS($src)));
|
/plugin/autoindex/ |
D | syntax.php | 3 use dokuwiki\Utf8\PhpString; alias 75 $first = PhpString::strtoupper(PhpString::substr($page['title'], 0, 1));
|
/plugin/anonprotect/ |
D | action.php | 6 use dokuwiki\Utf8\PhpString; alias 55 if (PhpString::strpos($rule, '@ALL') !== false) {
|
/plugin/nspages/printers/ |
D | printerNice.php | 12 use dokuwiki\Utf8\PhpString; alias 83 $return_char = PhpString::strtoupper(PhpString::substr($item['sort'], 0, 1));
|
/plugin/struct/meta/ |
D | NestedResult.php | 6 use dokuwiki\Utf8\PhpString; alias 167 $key = PhpString::strtoupper(PhpString::substr($compare, 0, $index));
|
D | Schema.php | 7 use dokuwiki\Utf8\PhpString; alias 346 …if ($col->isEnabled() && PhpString::strtolower($col->getLabel()) === PhpString::strtolower($name))…
|
D | SchemaBuilder.php | 6 use dokuwiki\Utf8\PhpString; alias 135 while (isset($labels[PhpString::strtolower($fixedlabel)])) { 143 $labels[PhpString::strtolower($fixedlabel)] = 1;
|
/plugin/bureaucracy/ |
D | syntax.php | 13 use dokuwiki\Utf8\PhpString; alias 585 $this->values['__formpage_!file__'] = PhpString::ucfirst($file); 586 $this->values['__formpage_!file!__'] = PhpString::strtoupper($file); 588 $this->values['__formpage_!page__'] = PhpString::ucfirst($page); 589 $this->values['__formpage_!!page__'] = PhpString::ucwords($page); 590 $this->values['__formpage_!page!__'] = PhpString::strtoupper($page);
|
/plugin/qna/syntax/ |
D | block.php | 124 if (\dokuwiki\Utf8\PhpString::strlen($identifier) > $this->maxIdLength) { 125 $identifier = \dokuwiki\Utf8\PhpString::substr($identifier, 0, $this->maxIdLength);
|
/plugin/twofactor/ |
D | Provider.php | 8 use dokuwiki\Utf8\PhpString; alias 92 return PhpString::ucfirst($this->providerID);
|
/plugin/struct/types/ |
D | Page.php | 9 use dokuwiki\Utf8\PhpString; alias 75 if (PhpString::strlen($lookup) < $this->config['autocomplete']['mininput']) return []; 226 if (PhpString::substr($filter, 0, 1) === ':') {
|
D | Tag.php | 9 use dokuwiki\Utf8\PhpString; alias 53 if (PhpString::strlen($lookup) < $this->config['autocomplete']['mininput']) return [];
|
D | User.php | 10 use dokuwiki\Utf8\PhpString; alias 77 if (PhpString::strlen($lookup) < $this->config['autocomplete']['mininput']) return [];
|
/plugin/passpolicy/ |
D | helper.php | 7 use dokuwiki\Utf8\PhpString; alias 201 $pass = PhpString::strtolower($pass); 202 $username = PhpString::strtolower($username); 214 for ($i = 0; $i < PhpString::strlen($pass) - $this->usernamecheck + 1; $i++) { 215 $chunk = PhpString::substr($pass, $i, $this->usernamecheck + 1);
|
/plugin/data/admin/ |
D | aliases.php | 12 use dokuwiki\Utf8\PhpString; alias 82 $row['name'] = PhpString::strtolower($row['name']);
|
/plugin/qc/ |
D | renderer.php | 7 use dokuwiki\Utf8\PhpString; alias 85 $this->docArray['chars'] = PhpString::strlen($text); 328 $len = PhpString::strlen($text);
|
/plugin/gallery/classes/ |
D | Image.php | 5 use dokuwiki\Utf8\PhpString; alias 88 $title = PhpString::ucwords($title);
|
/plugin/combo/action/ |
D | staticresource.php | 23 use dokuwiki\Utf8\PhpString; alias 325 'filename', PhpString::basename($originalFile)) . ';' 329 'filename', PhpString::basename($originalFile)) . ';'
|
/plugin/data/ |
D | action.php | 6 use dokuwiki\Utf8\PhpString; alias 199 $title = PhpString::ucwords(str_replace('_', ' ', $id));
|
D | helper.php | 11 use dokuwiki\Utf8\PhpString; alias 51 $lang[PhpString::strtolower($key)] = $val;
|
/plugin/parserfunctions/ |
D | syntax.php | 14 use dokuwiki\Utf8\PhpString; alias 90 $funcName = PhpString::strtolower($m[1]);
|
/plugin/usecounter/ |
D | helper.php | 3 use dokuwiki\Utf8\PhpString; alias
|
/plugin/nspages/ |
D | optionParser.php | 9 use dokuwiki\Utf8\PhpString; alias 133 $excludedNs[] = PhpString::substr($exclude, 0, -1);
|
/plugin/edittable/action/ |
D | editor.php | 251 } elseif (method_exists(Utf8\PhpString::class, 'strlen')) { 253 $callable = [Utf8\PhpString::class, 'strlen'];
|
/plugin/captcha/ |
D | helper.php | 5 use dokuwiki\Utf8\PhpString; alias 147 PhpString::strtolower($field_in) != PhpString::strtolower($code) ||
|