Home
last modified time | relevance | path

Searched refs:Utf8 (Results 1 – 25 of 59) sorted by relevance

123

/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;
4 use dokuwiki\Utf8\Sort;
/plugin/qna/syntax/ !
Dblock.php124 if (\dokuwiki\Utf8\PhpString::strlen($identifier) > $this->maxIdLength) {
125 $identifier = \dokuwiki\Utf8\PhpString::substr($identifier, 0, $this->maxIdLength);
/plugin/edittable/action/ !
Deditor.php10 use dokuwiki\Utf8; alias
251 } elseif (method_exists(Utf8\PhpString::class, 'strlen')) {
253 $callable = [Utf8\PhpString::class, 'strlen'];
/plugin/usecounter/ !
Dhelper.php3 use dokuwiki\Utf8\PhpString;
/plugin/menuext/ !
DMenuExtItem.php7 use dokuwiki\Utf8\PhpString;
/plugin/anonprotect/ !
Daction.php6 use dokuwiki\Utf8\PhpString;
/plugin/pureldap/classes/ !
DClient.php7 use dokuwiki\Utf8\Clean;
8 use dokuwiki\Utf8\PhpString;
/plugin/gallery/classes/ !
DAbstractGallery.php5 use dokuwiki\Utf8\Sort;
DImage.php5 use dokuwiki\Utf8\PhpString;
/plugin/bpmnio/action/ !
Deditor.php14 use dokuwiki\Utf8; alias
/plugin/linklist/ !
Dsyntax.php4 use dokuwiki\Utf8\Sort;
/plugin/twofactor/ !
DProvider.php8 use dokuwiki\Utf8\PhpString;
/plugin/xfortune/ !
Dhelper.php4 use dokuwiki\Utf8\Clean;
/plugin/struct/meta/ !
DAggregationFilter.php6 use dokuwiki\Utf8\Sort;
DNestedValue.php5 use dokuwiki\Utf8\Sort;
DNestedResult.php6 use dokuwiki\Utf8\PhpString;
/plugin/data/admin/ !
Daliases.php12 use dokuwiki\Utf8\PhpString;
/plugin/struct/types/ !
DTag.php9 use dokuwiki\Utf8\PhpString;
DUser.php10 use dokuwiki\Utf8\PhpString;
/plugin/data/ !
Daction.php6 use dokuwiki\Utf8\PhpString;
Dhelper.php11 use dokuwiki\Utf8\PhpString;
/plugin/passpolicy/ !
Dhelper.php7 use dokuwiki\Utf8\PhpString;
8 use dokuwiki\Utf8\Clean;
/plugin/parserfunctions/ !
Dsyntax.php14 use dokuwiki\Utf8\PhpString;
/plugin/nspages/printers/ !
DprinterNice.php12 use dokuwiki\Utf8\PhpString;

123