| /dokuwiki/inc/ |
| H A D | utf8.php | 14 use dokuwiki\Utf8\PhpString; alias 84 dbg_deprecated(PhpString::class . '::basename()'); 85 return PhpString::basename($path, $suffix); 93 dbg_deprecated(PhpString::class . '::strlen()'); 94 return PhpString::strlen($str); 102 dbg_deprecated(PhpString::class . '::substr()'); 103 return PhpString::substr($str, $offset, $length); 111 dbg_deprecated(PhpString::class . '::substr_replace()'); 112 return PhpString::substr_replace($string, $replacement, $start, $length); 120 dbg_deprecated(PhpString::class . '::ltrim()'); [all …]
|
| H A D | fetch.functions.php | 4 use dokuwiki\Utf8\PhpString; alias 83 PhpString::basename($orig) 88 PhpString::basename($orig)
|
| H A D | common.php | 14 use dokuwiki\Utf8\PhpString; alias 1143 PhpString::ucfirst(curNS($id)), 1144 PhpString::ucwords(curNS($id)), 1145 PhpString::strtoupper(curNS($id)), 1147 PhpString::ucfirst($file), 1148 PhpString::strtoupper($file), 1150 PhpString::ucfirst($page), 1151 PhpString::ucwords($page), 1152 PhpString::strtoupper($page), 1542 $max -= PhpString::strlen($keep); [all …]
|
| H A D | auth.php | 17 use dokuwiki\Utf8\PhpString; alias 655 $user = PhpString::strtolower($user); 656 $groups = array_map(PhpString::strtolower(...), $groups); 670 if (!$auth->isCaseSensitive()) $member = PhpString::strtolower($member); 777 $user = PhpString::strtolower($user); 778 $groups = array_map(PhpString::strtolower(...), $groups); 804 $acl[1] = PhpString::strtolower($acl[1]); 834 $acl[1] = PhpString::strtolower($acl[1]);
|
| H A D | search.php | 10 use dokuwiki\Utf8\PhpString; alias 222 $info['file'] = PhpString::basename($file); 569 $item['file'] = PhpString::basename($file);
|
| H A D | Mailer.class.php | 15 use dokuwiki\Utf8\PhpString; alias 144 $name = PhpString::basename($path); 636 if (PhpString::strlen($conf['title']) < 20) { 639 $prefix = '[' . PhpString::substr($conf['title'], 0, 20) . '...]';
|
| H A D | pageutils.php | 11 use dokuwiki\Utf8\PhpString; alias 56 PhpString::basename($INPUT->server->str('SCRIPT_FILENAME')); 142 $id = PhpString::strtolower($id);
|
| /dokuwiki/inc/Action/ |
| H A D | Sitemap.php | 7 use dokuwiki\Utf8\PhpString; alias 54 header('Content-Disposition: attachment; filename=' . PhpString::basename($sitemap));
|
| /dokuwiki/_test/tests/inc/ |
| H A D | utf8_substr.test.php | 24 … $this->assertEquals(\dokuwiki\Utf8\PhpString::substr($test[0],$test[1],$test[2]),$test[3]); 37 … $this->assertEquals(\dokuwiki\Utf8\PhpString::substr($test[0],$test[1],$test[2]),$test[3]);
|
| H A D | utf8_basename.test.php | 87 …$this->assertEquals($test[2], \dokuwiki\Utf8\PhpString::basename($test[0], $test[1]), "input: ('".…
|
| H A D | utf8_strtolower.test.php | 31 $this->assertEquals($expected, \dokuwiki\Utf8\PhpString::strtolower($input));
|
| /dokuwiki/inc/Ui/Media/ |
| H A D | DisplayRow.php | 5 use dokuwiki\Utf8\PhpString; alias 78 if (PhpString::strlen($d) > 250) $d = PhpString::substr($d, 0, 250) . '...';
|
| /dokuwiki/inc/parser/ |
| H A D | code.php | 4 use dokuwiki\Utf8\PhpString; alias 30 $filename = PhpString::basename($filename);
|
| /dokuwiki/inc/Search/ |
| H A D | FulltextSearch.php | 12 use dokuwiki\Utf8\PhpString; alias 152 $len = PhpString::strlen($text); 182 $utf8_idx = PhpString::strlen(substr($text, 0, $idx)); 183 $utf8_len = PhpString::strlen($str); 213 … $snippets[count($snippets) - 1] .= PhpString::substr($text, $append, $end - $append); 215 $snippets[] = PhpString::substr($text, $start, $end - $start); 224 $offset = $idx + strlen(PhpString::substr($text, $utf8_idx, $utf8_len));
|
| H A D | Tokenizer.php | 7 use dokuwiki\Utf8\PhpString; alias 105 PhpString::strtolower($word) : strtolower($word);
|
| /dokuwiki/inc/Search/Collection/ |
| H A D | Term.php | 5 use dokuwiki\Utf8\PhpString; alias 78 $this->base = PhpString::strtolower($this->base); 139 $tokenValue = PhpString::strtolower($tokenValue);
|
| /dokuwiki/inc/Remote/OpenApiDoc/ |
| H A D | OpenAPIGenerator.php | 8 use dokuwiki\Utf8\PhpString; alias 191 'tags' => [PhpString::ucwords($call->getCategory())], 335 $name = PhpString::ucwords($name);
|
| /dokuwiki/inc/ChangeLog/ |
| H A D | ChangeLogTrait.php | 5 use dokuwiki\Utf8\PhpString; alias 62 'sum' => PhpString::substr(str_replace($strip, '', $info['sum'] ?? ''), 0, 255),
|
| /dokuwiki/inc/Search/Query/ |
| H A D | QueryEvaluator.php | 5 use dokuwiki\Utf8\PhpString; alias 223 $text = PhpString::strtolower($evdata['text']);
|
| H A D | QueryParser.php | 7 use dokuwiki\Utf8\PhpString; alias 106 PhpString::strtolower($query),
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | Installer.php | 7 use dokuwiki\Utf8\PhpString; alias 282 $file = $file ? PhpString::basename($file) : md5($url); 309 $file = PhpString::basename($match[1]); 432 $base = PhpString::basename($file);
|
| H A D | Extension.php | 6 use dokuwiki\Utf8\PhpString; alias 249 return $this->getTag('name', PhpString::ucwords($this->getBase() . ' ' . $this->getType()));
|
| /dokuwiki/bin/ |
| H A D | dwpage.php | 6 use dokuwiki\Utf8\PhpString; alias 217 $localfile = getcwd() . '/' . PhpString::basename($wiki_fn);
|
| /dokuwiki/lib/exe/ |
| H A D | js.php | 11 use dokuwiki\Utf8\PhpString; alias 189 $base = PhpString::basename($ifile);
|
| /dokuwiki/lib/plugins/authad/ |
| H A D | auth.php | 6 use dokuwiki\Utf8\PhpString; alias 312 $group = PhpString::strtolower(trim($group)); 337 $domain = PhpString::strtolower(trim($domain)); 338 $user = PhpString::strtolower(trim($user));
|