Home
last modified time | relevance | path

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

12

/plugin/bez/renderer/
H A 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/
H A Dsyntax.php3 use dokuwiki\Utf8\PhpString;
4 use dokuwiki\Utf8\Sort;
/plugin/qna/syntax/
H A Dblock.php124 if (\dokuwiki\Utf8\PhpString::strlen($identifier) > $this->maxIdLength) {
125 $identifier = \dokuwiki\Utf8\PhpString::substr($identifier, 0, $this->maxIdLength);
/plugin/edittable/action/
H A Deditor.php10 use dokuwiki\Utf8; alias
251 } elseif (method_exists(Utf8\PhpString::class, 'strlen')) {
253 $callable = [Utf8\PhpString::class, 'strlen'];
/plugin/usecounter/
H A Dhelper.php3 use dokuwiki\Utf8\PhpString;
/plugin/pureldap/classes/
H A DClient.php7 use dokuwiki\Utf8\Clean;
8 use dokuwiki\Utf8\PhpString;
H A DADClient.php5 use dokuwiki\Utf8\PhpString;
/plugin/menuext/
H A DMenuExtItem.php6 use dokuwiki\Utf8\PhpString;
/plugin/bpmnio/action/
H A Deditor.php13 use dokuwiki\Utf8; alias
/plugin/twofactor/
H A DProvider.php8 use dokuwiki\Utf8\PhpString;
/plugin/struct/types/
H A DTag.php9 use dokuwiki\Utf8\PhpString;
H A DUser.php10 use dokuwiki\Utf8\PhpString;
H A DPage.php9 use dokuwiki\Utf8\PhpString;
/plugin/do/syntax/
H A Ddo.php4 use dokuwiki\Utf8\PhpString;
/plugin/combo/action/
H A Dstaticresource.php21 use dokuwiki\Utf8\PhpString;
/plugin/struct/meta/
H A DSchema.php7 use dokuwiki\Utf8\PhpString;
H A DSchemaBuilder.php6 use dokuwiki\Utf8\PhpString;
/plugin/batchedit/
H A Dengine.php212 $context = \dokuwiki\Utf8\PhpString::substr(substr($pageText, 0, $pageOffset), -$contextChars);
230 $context = \dokuwiki\Utf8\PhpString::substr(substr($pageText, $pageOffset), 0, $contextChars);
/plugin/tagfilter/
H A Dhelper.php3 use dokuwiki\Utf8\PhpString;
/plugin/combo/ComboStrap/
H A DLinkMarkup.php20 use dokuwiki\Utf8\Conversion;
/plugin/passpolicy/_test/
H A DHelperTest.php5 use dokuwiki\Utf8\Clean;
/plugin/tag/
H A Dhelper.php8 use dokuwiki\Utf8\PhpString;
/plugin/bureaucracy/
H A Dsyntax.php13 use dokuwiki\Utf8\PhpString;
/plugin/nodetailsxhtml/
H A Drenderer.php115 if ( class_exists('dokuwiki\Utf8\PhpString') ) {
116 return dokuwiki\Utf8\PhpString::strlen( $input );
/plugin/pagelist/
H A Dhelper.php3 use dokuwiki\Utf8\PhpString;
4 use dokuwiki\Utf8\Sort;

12