Home
last modified time | relevance | path

Searched refs:strpos (Results 1 – 25 of 66) sorted by last modified time

123

/dokuwiki/lib/plugins/authpdo/
H A Dauth.php666 if (strpos($sql, (string) $key) === false) continue; // skip if parameter is missing
686 $semi_pos = strpos($currentsql, ';');
753 if (strpos($sql, ":$param") === false) return false;
/dokuwiki/lib/plugins/acl/
H A Dadmin.php740 if (strpos($acl_scope, '*') === false) {
/dokuwiki/inc/
H A Dpageutils.php543 } elseif ($ns !== false && strpos($id, ':') === false) {
H A Dsearch.php350 if (strpos($file, (string) $opts['query']) !== false) {
H A Dtemplate.php607 if (strpos($id, '#') === 0) {
613 if (strpos($caption, '%s')) {
H A Dutf8.php210 dbg_deprecated(PhpString::class . '::strpos()');
211 return PhpString::strpos($haystack, $needle, $offset);
H A Dio.php168 $pos = strpos($str, "\n");
172 $pos = strpos($str, "\n");
H A DMailer.class.php47 if (strpos($server, '.') === false) $server .= '.localhost';
222 if (strpos($text, '@EMAILSIGNATURE@') === false) {
354 if ($count > 0 || strpos($name, ',') !== false) {
429 if (strpos($text, ',') !== false || !Clean::isASCII($text)) {
H A Dcommon.php480 strpos($INPUT->server->str('SERVER_SOFTWARE'), 'Microsoft-IIS') === false
1417 if (strpos($q, '//') !== false) return '';
1865 (strpos($INPUT->server->str('GATEWAY_INTERFACE'), 'CGI') !== false) &&
1927 if (isset($_COOKIE['DOKU_PREFS']) && strpos($_COOKIE['DOKU_PREFS'], $enc_pref) !== false) {
/dokuwiki/inc/parser/
H A Dcode.php34 if (strpos($INPUT->server->str('HTTP_USER_AGENT'), 'Windows') !== false) {
H A Dxhtml.php1056 if (strpos($url, DOKU_URL) === 0 || strpos($url, DOKU_BASE) === 0) {
1195 if (strpos($src, '#') !== false) {
/dokuwiki/lib/exe/
H A Djs.php131 $debugjs = ($conf['allowdebug'] && strpos($file, DOKU_INC . 'lib/scripts/') !== 0);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php87 if (strpos($label, '%s')) {
/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php184 if (strpos($input, '@')) { // Maybe it is an email address
/dokuwiki/vendor/simplepie/simplepie/src/Content/Type/
H A DSniffer.php97 if (($pos = strpos($this->file->headers['content-type'], ';')) !== false) {
230 if ($pos < $len && ($pos = strpos($this->file->body, '-->', $pos)) !== false) {
236 if ($pos < $len && ($pos = strpos($this->file->body, '>', $pos)) !== false) {
242 if ($pos < $len && ($pos = strpos($this->file->body, '?>', $pos)) !== false) {
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php225 if (strpos($this->data, "\x0A") !== false && strtoupper(substr($this->data, 0, 5)) === 'HTTP/') {
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Decode/HTML/
H A DEntities.php100 while (($this->position = strpos($this->data, '&', $this->position)) !== false) {
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClientSSL.php209 $contents = substr($contents, strpos($contents, '<'));
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php1714 while (($start = strpos($data, '<!--')) !== false) {
1716 if (($end = strpos($data, '-->', $start)) !== false) {
1761 while ($position < $length && ($pos = strpos($string, '(', $position)) !== false) {
1797 if (($pos = strpos($mime, ';')) === false) {
1942 if (strpos($section, '=') !== false) {
1985 if ($pos = strpos($data, "\x00\x00\x00\x3F\x00\x00\x00\x3E")) {
1995 if ($pos = strpos($data, "\x3F\x00\x00\x00\x3E\x00\x00\x00")) {
2005 if ($pos = strpos($data, "\x00\x3F\x00\x3E")) {
2015 if ($pos = strpos($data, "\x3F\x00\x3E\x00")) {
2025 if ($pos = strpos(
[all...]
H A DParser.php128 if (substr($data, 0, 5) === '<?xml' && strspn(substr($data, 5, 1), "\x09\x0A\x0D\x20") && ($pos = strpos($data, '?>')) !== false) {
352 if ($pos = strpos($string, $this->separator)) {
486 } elseif (strpos($author, 'http') === 0) {
521 if (!empty($photo) && strpos($content, $photo) === false) {
607 } elseif ($position = strpos($data, '<title>')) {
/dokuwiki/vendor/simplepie/simplepie/src/Net/
H A DIPv6.php97 if (strpos($ip2, '.') !== false) {
181 if (strpos($ip, '.') !== false) {
/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php765 while ($position < $length && ($pos = strpos($string, '(', $position)) !== false) {
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php701 if(strpos($magic, "\x42\x5a") === 0) return Archive::COMPRESS_BZIP;
702 if(strpos($magic, "\x1f\x8b") === 0) return Archive::COMPRESS_GZIP;
/dokuwiki/lib/plugins/revert/
H A Dadmin.php100 if (strpos($data, (string) $filter) === false) break;
137 if (strpos(rawWiki($recent['id']), (string) $filter) === false) continue;

123