| /dokuwiki/inc/Remote/OpenApiDoc/ |
| H A D | Type.php | 41 if (str_ends_with($typehint, '[]')) { 118 if (!str_ends_with($type, '[]')) {
|
| /dokuwiki/ |
| H A D | index.php | 59 if (str_ends_with($_SERVER['SCRIPT_NAME'], '.php')) {
|
| /dokuwiki/inc/ |
| H A D | io.php | 121 if (str_ends_with($file, '.gz')) { 127 } elseif (str_ends_with($file, '.bz2')) { 259 if (str_ends_with($file, '.gz')) { 265 } elseif (str_ends_with($file, '.bz2')) { 356 if (str_ends_with($file, '.gz')) { 359 } elseif (str_ends_with($file, '.bz2')) { 777 if (!str_ends_with($line, "\n")) continue; 809 if (str_ends_with($file, '.gz')) { 817 } elseif (str_ends_with($file, '.bz2')) {
|
| H A D | compatibility.php | 117 function str_ends_with(?string $haystack, ?string $needle) function
|
| H A D | search.php | 314 if (str_ends_with($file, '.txt')) { 346 if (!str_ends_with($file, '.txt')) return true; 398 if (!str_ends_with($file, '.txt')) return true; 558 if (!empty($opts['pagesonly']) && !str_ends_with($file, '.txt')) return $return;
|
| H A D | pageutils.php | 84 if (str_ends_with($id, ':') || ($conf['useslash'] && str_ends_with($id, '/'))) { 679 if (str_ends_with($id, ':')) {
|
| H A D | indexer.php | 310 if (str_starts_with($f, 'i') && str_ends_with($f, '.idx')) {
|
| H A D | infoutils.php | 55 if (is_string($resp) && ($resp == '' || str_ends_with(trim($resp), '%'))) {
|
| H A D | common.php | 1220 $pre !== '' && !str_ends_with($pre, "\n") && 1226 $suf !== '' && !str_ends_with($text, "\n") &&
|
| H A D | fulltext.php | 590 if (str_ends_with($term, '\\*')) {
|
| /dokuwiki/inc/Action/ |
| H A D | Subscribe.php | 137 if (str_ends_with($target, ':')) {
|
| /dokuwiki/lib/exe/ |
| H A D | js.php | 131 $ismin = str_ends_with($file, '.min.js'); 201 $ismin = str_ends_with($ifile, '.min.js');
|
| H A D | css.php | 493 …} elseif (str_ends_with($match[3], '.less')) { // a less file import? - requires a file system loc…
|
| /dokuwiki/inc/Search/ |
| H A D | Indexer.php | 470 str_ends_with($f, '.idx') && 473 str_ends_with($f, '_w.idx') || 474 str_ends_with($f, '_i.idx') || 475 str_ends_with($f, '_p.idx')) 704 if (str_ends_with($xval, '*')) { 785 if (str_ends_with($xword, '*')) { 1071 if (!str_ends_with($line, "\n"))
|
| /dokuwiki/inc/Subscriptions/ |
| H A D | BulkSubscriptionSender.php | 70 if (str_ends_with($target, ':')) {
|
| H A D | SubscriberManager.php | 291 if (str_ends_with($id, ':')) {
|
| /dokuwiki/inc/Parsing/Handler/ |
| H A D | Lists.php | 177 if (str_ends_with($match, '*')) {
|
| /dokuwiki/inc/Utf8/ |
| H A D | PhpString.php | 31 if ($suflen && str_ends_with($path, $suffix)) {
|
| /dokuwiki/lib/plugins/popularity/ |
| H A D | helper.php | 300 if ($opts['all'] || str_ends_with($file, '.txt')) {
|
| /dokuwiki/inc/Extension/ |
| H A D | PluginController.php | 356 !str_ends_with(strtolower($component), '.php')
|
| /dokuwiki/lib/plugins/acl/ |
| H A D | admin.php | 662 if (str_ends_with($where, '*')) {
|
| /dokuwiki/inc/parser/ |
| H A D | xhtml.php | 687 if (str_ends_with($text, "\n")) {
|