Home
last modified time | relevance | path

Searched refs:strpos (Results 26 – 50 of 66) sorted by relevance

123

/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php87 if (strpos($label, '%s')) {
/dokuwiki/inc/
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 Dutf8.php210 dbg_deprecated(PhpString::class . '::strpos()');
211 return PhpString::strpos($haystack, $needle, $offset);
H A Dchangelog.php352 if (($ns) && (strpos($recent['id'], $ns . ':') !== 0)) return false;
H A Dio.php168 $pos = strpos($str, "\n");
172 $pos = strpos($str, "\n");
H A Dinfoutils.php105 if (strpos($headCommit, 'ref: ') === 0) {
495 if ($header === '' && is_string($msg) && strpos($msg, "\n") === false) {
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) {
H A DAjax.php382 if (strpos(getNS($pid), $id) !== false) {
H A Dinit.php155 $conf['gzip_output'] &= (strpos($httpAcceptEncoding, 'gzip') !== false);
/dokuwiki/bin/
H A Dwantedpages.php111 if (strpos($entry, '_') === 0) {
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php193 if (strpos($line, ' ') === false) {
/dokuwiki/lib/exe/
H A Dcss.php681 $nextcom = strpos($line, '//', $i);
697 $i = strpos($line, ')', $nexturl);
H A Djs.php131 $debugjs = ($conf['allowdebug'] && strpos($file, DOKU_INC . 'lib/scripts/') !== 0);
/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/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php138 if (substr($address, 0, 9) != '\\\\.\\pipe\\' || strpos(substr($address, 9), '\\') !== false) {
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php1244 if (strpos($magic, "\x42\x5a") === 0) return 'bz';
1245 if (strpos($magic, "\x1f\x8b") === 0) return 'gz';
1246 if (strpos($magic, "\x50\x4b\x03\x04") === 0) return 'zip';
/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php765 while ($position < $length && ($pos = strpos($string, '(', $position)) !== false) {
/dokuwiki/inc/Extension/
H A DPluginController.php
/dokuwiki/vendor/composer/
H A DClassLoader.php533 if (0 === strpos($class, $prefix)) {
/dokuwiki/lib/plugins/extension/
H A Dcli.php359 if ($filter && strpos($status, $filter) === 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/inc/parser/
H A Drenderer.php972 if (strpos($url, '?') !== false) {
/dokuwiki/
H A Dinstall.php642 if (strpos(ini_get('disable_functions'), 'mail') !== 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/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1277 } elseif (strpos($content, '.') !== false) {
1285 if (strpos($content, '-') !== false || strpos($content, '+') !== false) {

123