Home
last modified time | relevance | path

Searched refs:strpos (Results 401 – 425 of 1099) sorted by last modified time

1...<<11121314151617181920>>...44

/plugin/move/helper/
H A Dhandler.php150 if(strpos($relold, ':') === false ||$relold[0] == '.') {
245 $oldpos = strpos($match, $old_title);
339 $srcpos = strpos($match, $p['src']);
/plugin/move/_test/
H A Dnamespace_move.test.php201 $actual_response = substr($actual_response,strpos($actual_response,"<!-- wikipage start -->") + 23);
202 $actual_response = substr($actual_response,strpos($actual_response, 'doku.php'));
203 $actual_response = substr($actual_response,0,strpos($actual_response,"<!-- wikipage stop -->"));
/plugin/move/action/
H A Drewrite.php50 if(strpos($path, $conf['datadir']) === 0) {
92 if(strpos($path, $conf['datadir']) === 0) {
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DConfiguration.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/ExternalLink/
H A DExternalLinkProcessor.php108 if (\strpos($c, '/') === 0) {
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableParser.php85 if (\strpos($cursor->getLine(), '|') === false) {
/plugin/commonmark/vendor/league/commonmark/src/
H A DCursor.php
/plugin/quickstats/GEOIP/
H A Dgeoip.inc1777 $org_buf = _safe_substr($org_buf, 0, strpos($org_buf, "\0"));
1865 // workaround php's broken substr, strpos, etc handling with
H A Dgeoipcity.inc55 // workaround php's broken substr, strpos, etc handling with
/plugin/quickstats/
H A Daction.php360 if(strpos($qs,'edit') !== false || $do == 'edit') {
H A Dhelper.php115 if(strpos($line,'~~QUICKSTATS') !== false) {
H A Dsyntax.php544 if(strpos($key,$a) !== false) {
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php129 if (0 === strpos($caBundleFile, 'phar://')) {
/plugin/quickstats/scripts/php-inet6_1.0.2/
H A Dinet6.php45 if (strpos($addr, '::') !== false) {
/plugin/quickstats/scripts/
H A Dread_ini.php10 if(strpos($entry,'[') !== false){
H A Dextended_data.php42 if(strpos($key,'date') !== false) {
112 if(strpos($key,'date_') !== false) {
203 … if($check_agent && strpos($uas, $check_agent) === false) return null;
406 if(strpos($key,'date_') !== false) {
433 if(strpos($key,'date_') !== false) {
478 if(strpos($key,'date') !== false) {
/plugin/quickstats/GEOIP/vendor/composer/
H A DClassLoader.php411 if (0 === strpos($class, $prefix)) {
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Database/
H A DReader.php235 if (strpos($this->metadata()->databaseType, $type) === false) {
/plugin/bloglinks/
H A Daction.php75 if (trim($namespace) && (strpos($ID, $namespace . ':') === 0)) {
/plugin/skipentity/
H A Dsyntax.php71 if(strpos($match,' ') !== false) {
/plugin/multiorphan/action/
H A Dmultiorphan.php229 if (strpos($mid, '#') !== false) {
/plugin/lightweightscript/
H A Daction.php128 if ( strpos( $str, $entry ) ) return true;
/plugin/preregister/
H A Daction.php93 if(strpos($_REQUEST['sel'],$card) === false) {
H A Dadmin.php75 if(strpos($delete_time,'*') !== false) {
/plugin/tplmod/
H A Daction.php315 if(strpos($pagetools,'all') !== false) {
324 if(strpos($pagetools,'\w+') !== false) {
393 if(strpos($JSINFO['tmplft_ptools_xcl'],$act) !== false) { // if excluded allow
398 if(strpos($JSINFO['tmplft_actions'],$act) === false) { // if allowed action, allow

1...<<11121314151617181920>>...44