Home
last modified time | relevance | path

Searched refs:str_starts_with (Results 1 – 25 of 30) sorted by relevance

12

/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php163 while ($lines !== [] && str_starts_with($lines[0], ' ')) {
189 if (str_starts_with($line, ' ')) {
192 while (str_starts_with($line, ' ')) {
/dokuwiki/inc/
H A Dcompatibility.php95 function str_starts_with(?string $haystack, ?string $needle) function
H A Dfetch.functions.php161 if (str_starts_with($MIME, 'image/')) $file = media_get_from_URL($media, $EXT, $CACHE);
H A Dload.php275 if (str_starts_with($string, $prefix)) {
H A Dconfutils.php230 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 DPassHash.php39 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 Dhttputils.php342 if (str_starts_with(PHP_SAPI, 'cgi') || defined('SIMPLE_TEST')) {
H A DJpegMeta.php147 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 Dcommon.php472 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 Dindexer.php310 if (str_starts_with($f, 'i') && str_ends_with($f, '.idx')) {
H A Dinfoutils.php40 $is_http = !str_starts_with(DOKU_MESSAGEURL, 'https');
H A Dtemplate.php153 } elseif (($ACT == 'show' || str_starts_with($ACT, 'export')) && !$REV && $INFO['exists']) {
1734 if (str_starts_with($img, ':')) {
/dokuwiki/inc/Ui/Media/
H A DDisplay.php118 if (str_starts_with($id, $this->relativeDisplay)) {
/dokuwiki/lib/exe/
H A Dfetch.php98 str_starts_with($MIME, 'image') &&
/dokuwiki/inc/Ui/
H A DAdmin.php93 if (!str_starts_with($conf['savedir'], './')) return;
/dokuwiki/inc/File/
H A DMediaFile.php119 return (str_starts_with($this->mime, 'image/'));
/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php229 return str_starts_with($mode, '_');
267 if (str_starts_with($handler, 'plugin_')) {
H A DParallelRegex.php181 if (str_starts_with($elt, '\\'))
/dokuwiki/
H A Ddoku.php113 ($ACT == 'show' || (!is_array($ACT) && str_starts_with($ACT, 'export_')))
/dokuwiki/bin/
H A Dgittool.php257 if (str_starts_with($ext, 'template:')) {
/dokuwiki/inc/parser/
H A Dxhtml.php157 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 Dhandler.php981 if (str_starts_with($url, 'ftp') && !str_starts_with($url, 'ftp://')) {
985 if (str_starts_with($url, 'www')) {
/dokuwiki/inc/Search/
H A DIndexer.php471 (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 DPluginController.php355 str_starts_with($component, '.') ||
/dokuwiki/lib/plugins/authldap/
H A Dauth.php558 if (str_starts_with($server, 'ldap://') || str_starts_with($server, 'ldaps://')) {

12