/dokuwiki/lib/plugins/logviewer/ |
H A D | admin.php | 163 while ($lines !== [] && str_starts_with($lines[0], ' ')) { 189 if (str_starts_with($line, ' ')) { 192 while (str_starts_with($line, ' ')) {
|
/dokuwiki/inc/ |
H A D | compatibility.php | 95 function str_starts_with(?string $haystack, ?string $needle) function
|
H A D | fetch.functions.php | 161 if (str_starts_with($MIME, 'image/')) $file = media_get_from_URL($media, $EXT, $CACHE);
|
H A D | load.php | 275 if (str_starts_with($string, $prefix)) {
|
H A D | confutils.php | 230 if (isset($lines[0]) && str_starts_with($lines[0], pack('CCC', 0xef, 0xbb, 0xbf))) 490 if (str_starts_with($val, DOKU_CONF_NEGATION)) {
|
H A D | PassHash.php | 39 if (str_starts_with($hash, 'U$')) { 83 } elseif (str_starts_with($hash, 'Bcrypt:$2')) { 86 } elseif (str_starts_with($hash, '{SSHA}')) { 89 } elseif (str_starts_with($hash, '{SMD5}')) {
|
H A D | httputils.php | 342 if (str_starts_with(PHP_SAPI, 'cgi') || defined('SIMPLE_TEST')) {
|
H A D | JpegMeta.php | 147 if(str_starts_with($lower_field, 'iptc.')){ 149 }elseif(str_starts_with($lower_field, 'exif.')){ 151 }elseif(str_starts_with($lower_field, 'xmp.')){ 153 }elseif(str_starts_with($lower_field, 'file.')){ 155 }elseif(str_starts_with($lower_field, 'date.')){ 206 if(str_starts_with($lower_field, 'iptc.')){ 208 }elseif(str_starts_with($lower_field, 'exif.')){ 226 if(str_starts_with($lower_field, 'iptc.')){ 228 }elseif(str_starts_with($lower_field, 'exif.')){ 431 if(strlen($field) >= 8 && str_starts_with(strtolower($field), 'datetime')) { [all …]
|
H A D | common.php | 472 str_starts_with(strtoupper(PHP_OS), 'WIN') && 1220 !str_starts_with($text, "\n") 1226 !str_starts_with($suf, "\n") 1757 if (str_starts_with($conf['license'], 'cc-')) { 2002 if (!str_starts_with($content, '<svg ')) return false;
|
H A D | indexer.php | 310 if (str_starts_with($f, 'i') && str_ends_with($f, '.idx')) {
|
H A D | infoutils.php | 40 $is_http = !str_starts_with(DOKU_MESSAGEURL, 'https');
|
H A D | template.php | 153 } elseif (($ACT == 'show' || str_starts_with($ACT, 'export')) && !$REV && $INFO['exists']) { 1734 if (str_starts_with($img, ':')) {
|
/dokuwiki/inc/Ui/Media/ |
H A D | Display.php | 118 if (str_starts_with($id, $this->relativeDisplay)) {
|
/dokuwiki/lib/exe/ |
H A D | fetch.php | 98 str_starts_with($MIME, 'image') &&
|
/dokuwiki/inc/Ui/ |
H A D | Admin.php | 93 if (!str_starts_with($conf['savedir'], './')) return;
|
/dokuwiki/inc/File/ |
H A D | MediaFile.php | 119 return (str_starts_with($this->mime, 'image/'));
|
/dokuwiki/inc/Parsing/Lexer/ |
H A D | Lexer.php | 229 return str_starts_with($mode, '_'); 267 if (str_starts_with($handler, 'plugin_')) {
|
H A D | ParallelRegex.php | 181 if (str_starts_with($elt, '\\'))
|
/dokuwiki/ |
H A D | doku.php | 113 ($ACT == 'show' || (!is_array($ACT) && str_starts_with($ACT, 'export_')))
|
/dokuwiki/bin/ |
H A D | gittool.php | 257 if (str_starts_with($ext, 'template:')) {
|
/dokuwiki/inc/parser/ |
H A D | xhtml.php | 157 if (!str_starts_with($footnote, "@@FNT")) { 684 if (str_starts_with($text, "\n")) { 1207 if (str_starts_with($mime, 'image') && $render) { 1301 if (str_starts_with($mime, 'image') && $render) { 1630 if (!str_starts_with($link['url'], 'mailto:')) { 1684 if (str_starts_with($mime, 'image')) {
|
H A D | handler.php | 981 if (str_starts_with($url, 'ftp') && !str_starts_with($url, 'ftp://')) { 985 if (str_starts_with($url, 'www')) {
|
/dokuwiki/inc/Search/ |
H A D | Indexer.php | 471 (str_starts_with($f, 'i') || 472 str_starts_with($f, 'w') || 700 if (str_starts_with($xval, '*')) { 780 if (str_starts_with($xword, '*')) {
|
/dokuwiki/inc/Extension/ |
H A D | PluginController.php | 355 str_starts_with($component, '.') ||
|
/dokuwiki/lib/plugins/authldap/ |
H A D | auth.php | 558 if (str_starts_with($server, 'ldap://') || str_starts_with($server, 'ldaps://')) {
|