Home
last modified time | relevance | path

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

123

/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);
/dokuwiki/inc/parser/
H A Dcode.php34 if (strpos($INPUT->server->str('HTTP_USER_AGENT'), 'Windows') !== false) {
H A Dhandler.php188 $equal_sign = strpos($match [0], '=');
H A Drenderer.php972 if (strpos($url, '?') !== false) {
H A Dxhtml.php1056 if (strpos($url, DOKU_URL) === 0 || strpos($url, DOKU_BASE) === 0) {
1195 if (strpos($src, '#') !== false) {
/dokuwiki/
H A Dinstall.php642 if (strpos(ini_get('disable_functions'), 'mail') !== 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/acl/
H A Dadmin.php740 if (strpos($acl_scope, '*') === false) {
/dokuwiki/lib/plugins/authldap/
H A Dauth.php83 } elseif (strpos($this->getConf('usertree'), '%{user}')) {
/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/extension/
H A Dcli.php359 if ($filter && strpos($status, $filter) === 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/lib/plugins/revert/
H A Dadmin.php100 if (strpos($data, (string) $filter) === false) break;
137 if (strpos(rawWiki($recent['id']), (string) $filter) === false) continue;
/dokuwiki/lib/plugins/safefnrecode/
H A Daction.php64 if (strpos($file, '%') === false) continue; # no encoding used
/dokuwiki/lib/plugins/styling/
H A Daction.php48 strpos($event->data['link'][$i]['href'], 'lib/exe/css.php') !== false
/dokuwiki/vendor/composer/
H A DClassLoader.php533 if (0 === strpos($class, $prefix)) {
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php696 if(strpos($path,':')) {
699 if(!preg_match('#^[a-zA-Z]:#', $path) || false !== strpos($path, ':', 2)) {
710 if(GESHI_SECURITY_PARANOID && false !== strpos($path, '/.')) {
714 if(GESHI_SECURITY_PARANOID && false !== strpos($path, '..')) {
2235 $open_pos = strpos($code, $open, $i);
2246 strpos($code, $close, $matches[$dk][$open]['next_match']+1);
2312 $close_pos = strpos($code, $next_match_pointer['close'], $i);
2588 $close_pos = strpos($part, $char, $start);
2633 $simple_escape = strpos($part, $this->language_data['ESCAPE_CHAR'], $start);
2762 while ($close_pos = strpos(
[all...]
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClientSSL.php209 $contents = substr($contents, strpos($contents, '<'));
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1277 } elseif (strpos($content, '.') !== false) {
1285 if (strpos($content, '-') !== false || strpos($content, '+') !== false) {

123