Home
last modified time | relevance | path

Searched refs:str_ends_with (Results 1 – 22 of 22) sorted by relevance

/dokuwiki/inc/Remote/OpenApiDoc/
H A DType.php41 if (str_ends_with($typehint, '[]')) {
118 if (!str_ends_with($type, '[]')) {
/dokuwiki/
H A Dindex.php59 if (str_ends_with($_SERVER['SCRIPT_NAME'], '.php')) {
/dokuwiki/inc/
H A Dio.php121 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 Dcompatibility.php117 function str_ends_with(?string $haystack, ?string $needle) function
H A Dsearch.php314 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 Dpageutils.php84 if (str_ends_with($id, ':') || ($conf['useslash'] && str_ends_with($id, '/'))) {
679 if (str_ends_with($id, ':')) {
H A Dindexer.php310 if (str_starts_with($f, 'i') && str_ends_with($f, '.idx')) {
H A Dinfoutils.php55 if (is_string($resp) && ($resp == '' || str_ends_with(trim($resp), '%'))) {
H A Dcommon.php1220 $pre !== '' && !str_ends_with($pre, "\n") &&
1226 $suf !== '' && !str_ends_with($text, "\n") &&
H A Dfulltext.php590 if (str_ends_with($term, '\\*')) {
/dokuwiki/inc/Action/
H A DSubscribe.php137 if (str_ends_with($target, ':')) {
/dokuwiki/lib/exe/
H A Djs.php131 $ismin = str_ends_with($file, '.min.js');
201 $ismin = str_ends_with($ifile, '.min.js');
H A Dcss.php493 …} elseif (str_ends_with($match[3], '.less')) { // a less file import? - requires a file system loc…
/dokuwiki/inc/Search/
H A DIndexer.php470 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 DBulkSubscriptionSender.php70 if (str_ends_with($target, ':')) {
H A DSubscriberManager.php291 if (str_ends_with($id, ':')) {
/dokuwiki/inc/Parsing/Handler/
H A DLists.php177 if (str_ends_with($match, '*')) {
/dokuwiki/inc/Utf8/
H A DPhpString.php31 if ($suflen && str_ends_with($path, $suffix)) {
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php300 if ($opts['all'] || str_ends_with($file, '.txt')) {
/dokuwiki/inc/Extension/
H A DPluginController.php356 !str_ends_with(strtolower($component), '.php')
/dokuwiki/lib/plugins/acl/
H A Dadmin.php662 if (str_ends_with($where, '*')) {
/dokuwiki/inc/parser/
H A Dxhtml.php687 if (str_ends_with($text, "\n")) {