Home
last modified time | relevance | path

Searched refs:PhpString (Results 1 – 25 of 40) sorted by relevance

12

/plugin/bez/renderer/
Dxhtmlmail.php58 $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/
Dsyntax.php3 use dokuwiki\Utf8\PhpString; alias
75 $first = PhpString::strtoupper(PhpString::substr($page['title'], 0, 1));
/plugin/anonprotect/
Daction.php6 use dokuwiki\Utf8\PhpString; alias
55 if (PhpString::strpos($rule, '@ALL') !== false) {
/plugin/nspages/printers/
DprinterNice.php12 use dokuwiki\Utf8\PhpString; alias
83 $return_char = PhpString::strtoupper(PhpString::substr($item['sort'], 0, 1));
/plugin/struct/meta/
DNestedResult.php6 use dokuwiki\Utf8\PhpString; alias
167 $key = PhpString::strtoupper(PhpString::substr($compare, 0, $index));
DSchema.php7 use dokuwiki\Utf8\PhpString; alias
346 …if ($col->isEnabled() && PhpString::strtolower($col->getLabel()) === PhpString::strtolower($name))…
DSchemaBuilder.php6 use dokuwiki\Utf8\PhpString; alias
135 while (isset($labels[PhpString::strtolower($fixedlabel)])) {
143 $labels[PhpString::strtolower($fixedlabel)] = 1;
/plugin/bureaucracy/
Dsyntax.php13 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/
Dblock.php124 if (\dokuwiki\Utf8\PhpString::strlen($identifier) > $this->maxIdLength) {
125 $identifier = \dokuwiki\Utf8\PhpString::substr($identifier, 0, $this->maxIdLength);
/plugin/twofactor/
DProvider.php8 use dokuwiki\Utf8\PhpString; alias
92 return PhpString::ucfirst($this->providerID);
/plugin/struct/types/
DPage.php9 use dokuwiki\Utf8\PhpString; alias
75 if (PhpString::strlen($lookup) < $this->config['autocomplete']['mininput']) return [];
226 if (PhpString::substr($filter, 0, 1) === ':') {
DTag.php9 use dokuwiki\Utf8\PhpString; alias
53 if (PhpString::strlen($lookup) < $this->config['autocomplete']['mininput']) return [];
DUser.php10 use dokuwiki\Utf8\PhpString; alias
77 if (PhpString::strlen($lookup) < $this->config['autocomplete']['mininput']) return [];
/plugin/passpolicy/
Dhelper.php7 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/
Daliases.php12 use dokuwiki\Utf8\PhpString; alias
82 $row['name'] = PhpString::strtolower($row['name']);
/plugin/qc/
Drenderer.php7 use dokuwiki\Utf8\PhpString; alias
85 $this->docArray['chars'] = PhpString::strlen($text);
328 $len = PhpString::strlen($text);
/plugin/gallery/classes/
DImage.php5 use dokuwiki\Utf8\PhpString; alias
88 $title = PhpString::ucwords($title);
/plugin/combo/action/
Dstaticresource.php23 use dokuwiki\Utf8\PhpString; alias
325 'filename', PhpString::basename($originalFile)) . ';'
329 'filename', PhpString::basename($originalFile)) . ';'
/plugin/data/
Daction.php6 use dokuwiki\Utf8\PhpString; alias
199 $title = PhpString::ucwords(str_replace('_', ' ', $id));
Dhelper.php11 use dokuwiki\Utf8\PhpString; alias
51 $lang[PhpString::strtolower($key)] = $val;
/plugin/parserfunctions/
Dsyntax.php14 use dokuwiki\Utf8\PhpString; alias
90 $funcName = PhpString::strtolower($m[1]);
/plugin/usecounter/
Dhelper.php3 use dokuwiki\Utf8\PhpString; alias
/plugin/nspages/
DoptionParser.php9 use dokuwiki\Utf8\PhpString; alias
133 $excludedNs[] = PhpString::substr($exclude, 0, -1);
/plugin/edittable/action/
Deditor.php251 } elseif (method_exists(Utf8\PhpString::class, 'strlen')) {
253 $callable = [Utf8\PhpString::class, 'strlen'];
/plugin/captcha/
Dhelper.php5 use dokuwiki\Utf8\PhpString; alias
147 PhpString::strtolower($field_in) != PhpString::strtolower($code) ||

12