Searched refs:Utf8 (Results 1 – 25 of 31) sorted by relevance
12
/plugin/bez/renderer/ |
H A 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/ |
H A D | syntax.php | 3 use dokuwiki\Utf8\PhpString; 4 use dokuwiki\Utf8\Sort;
|
/plugin/qna/syntax/ |
H A D | block.php | 124 if (\dokuwiki\Utf8\PhpString::strlen($identifier) > $this->maxIdLength) { 125 $identifier = \dokuwiki\Utf8\PhpString::substr($identifier, 0, $this->maxIdLength);
|
/plugin/edittable/action/ |
H A D | editor.php | 10 use dokuwiki\Utf8; alias 251 } elseif (method_exists(Utf8\PhpString::class, 'strlen')) { 253 $callable = [Utf8\PhpString::class, 'strlen'];
|
/plugin/usecounter/ |
H A D | helper.php | 3 use dokuwiki\Utf8\PhpString;
|
/plugin/pureldap/classes/ |
H A D | Client.php | 7 use dokuwiki\Utf8\Clean; 8 use dokuwiki\Utf8\PhpString;
|
H A D | ADClient.php | 5 use dokuwiki\Utf8\PhpString;
|
/plugin/menuext/ |
H A D | MenuExtItem.php | 7 use dokuwiki\Utf8\PhpString;
|
/plugin/bpmnio/action/ |
H A D | editor.php | 13 use dokuwiki\Utf8; alias
|
/plugin/twofactor/ |
H A D | Provider.php | 8 use dokuwiki\Utf8\PhpString;
|
/plugin/struct/types/ |
H A D | Tag.php | 9 use dokuwiki\Utf8\PhpString;
|
H A D | User.php | 10 use dokuwiki\Utf8\PhpString;
|
H A D | Page.php | 9 use dokuwiki\Utf8\PhpString;
|
/plugin/do/syntax/ |
H A D | do.php | 4 use dokuwiki\Utf8\PhpString;
|
/plugin/combo/action/ |
H A D | staticresource.php | 21 use dokuwiki\Utf8\PhpString;
|
/plugin/struct/meta/ |
H A D | Schema.php | 7 use dokuwiki\Utf8\PhpString;
|
H A D | SchemaBuilder.php | 6 use dokuwiki\Utf8\PhpString;
|
/plugin/batchedit/ |
H A D | engine.php | 212 $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 D | helper.php | 3 use dokuwiki\Utf8\PhpString;
|
/plugin/combo/ComboStrap/ |
H A D | LinkMarkup.php | 20 use dokuwiki\Utf8\Conversion;
|
/plugin/passpolicy/_test/ |
H A D | HelperTest.php | 5 use dokuwiki\Utf8\Clean;
|
/plugin/tag/ |
H A D | helper.php | 8 use dokuwiki\Utf8\PhpString;
|
/plugin/bureaucracy/ |
H A D | syntax.php | 13 use dokuwiki\Utf8\PhpString;
|
/plugin/nodetailsxhtml/ |
H A D | renderer.php | 115 if ( class_exists('dokuwiki\Utf8\PhpString') ) { 116 return dokuwiki\Utf8\PhpString::strlen( $input );
|
/plugin/pagelist/ |
H A D | helper.php | 3 use dokuwiki\Utf8\PhpString; 4 use dokuwiki\Utf8\Sort;
|
12