/dokuwiki/bin/ |
H A D | wantedpages.php | 108 if(strpos($entry, '_') === 0) {
|
/dokuwiki/inc/Action/ |
H A D | Search.php | 102 if (strpos($QUERY, '*') === false) { 105 if (strpos($part, '@') === 0) { 108 if (strpos($part, 'ns:') === 0) { 111 if (strpos($part, '^') === 0) { 114 if (strpos($part, '-ns:') === 0) {
|
/dokuwiki/inc/ |
H A D | Ajax.php | 370 if(strpos(getNS($pid), $id) !== false) {
|
H A D | Mailer.class.php | 48 if(strpos($server,'.') === false) $server .= '.localhost'; 216 if(strpos($text, '@EMAILSIGNATURE@') === false) { 339 if ($count > 0 || strpos($name, ',') !== false) { 413 if(strpos($text, ',') !== false || !\dokuwiki\Utf8\Clean::isASCII($text)) {
|
H A D | PassHash.php | 405 $iter = strpos($itoa64, $iterc);
|
H A D | SafeFN.class.php | 102 … if ($codepoint < 127 && (strpos(self::$plain.self::$post_indicator,chr($codepoint))!==false)) {
|
H A D | changelog.php | 337 if (($ns) && (strpos($recent['id'], $ns.':') !== 0)) return false;
|
H A D | common.php | 479 strpos($INPUT->server->str('SERVER_SOFTWARE'), 'Microsoft-IIS') === false 1401 if(strpos($q, '//') !== false) return ''; 1833 (strpos($INPUT->server->str('GATEWAY_INTERFACE'), 'CGI') !== false) && 1893 if(isset($_COOKIE['DOKU_PREFS']) && strpos($_COOKIE['DOKU_PREFS'], $enc_pref) !== false) {
|
H A D | fulltext.php | 104 if (strpos($text, $phrase) !== false) { 120 if (strpos($id, $ns) === 0) { 286 if ((strpos($in_ns ? $p_id : noNSorNS($p_id), $cleaned) !== false)) { 301 if (strpos($p_id, $ns) !== 0) { 308 if (strpos($p_id, $notns) === 0) {
|
H A D | infoutils.php | 84 if (strpos($headCommit, 'ref: ') === 0) {
|
H A D | init.php | 150 $conf['gzip_output'] &= (strpos($httpAcceptEncoding, 'gzip') !== false);
|
H A D | io.php | 151 $pos = strpos($str, "\n"); 155 $pos = strpos($str, "\n");
|
/dokuwiki/inc/Cache/ |
H A D | Cache.php | 209 $i = strpos($line, ',');
|
/dokuwiki/inc/Debug/ |
H A D | PropertyDeprecationHelper.php | 123 if (strpos($obfuscatedProp, $obfuscatedPropTail, 1) !== false) {
|
/dokuwiki/inc/Extension/ |
H A D | PluginController.php | 361 … if (strpos($component, '.') === 0 || strtolower(substr($component, -4)) !== '.php') continue;
|
H A D | RemotePlugin.php | 48 if (strpos($method_name, '_') === 0) {
|
/dokuwiki/inc/File/ |
H A D | PageResolver.php | 22 if (strpos($id, '#') !== false) {
|
H A D | Resolver.php | 69 if ($this->contextID !== '' && strpos($id, ':') === false) {
|
/dokuwiki/inc/Form/ |
H A D | Element.php | 134 if (strpos($id, '__') === false) {
|
/dokuwiki/inc/HTTP/ |
H A D | DokuHTTPClient.php | 40 strpos($_SERVER['HTTP_REFERER'], 'httpdebug') !== false
|
H A D | HTTPClient.php | 122 if(strpos($url,'?')){
|
/dokuwiki/inc/Menu/Item/ |
H A D | AbstractItem.php | 85 if(strpos($label, '%s')) {
|
/dokuwiki/inc/Subscriptions/ |
H A D | SubscriberManager.php | 190 if (strpos($line, ' ') === false) {
|
/dokuwiki/inc/Ui/ |
H A D | Search.php | 378 $firstColon = strpos((string)$namespace, ':', $baseNSLength + 1) ?: strlen($namespace);
|
/dokuwiki/inc/Utf8/ |
H A D | PhpString.php | 360 * @see strpos() 363 public static function strpos($haystack, $needle, $offset = 0) function in dokuwiki\\Utf8\\PhpString 369 $pos = strpos($haystack, $needle, $offset + $comp);
|