/dokuwiki/inc/parser/ |
H A D | renderer.php | 853 if (strpos($url, '?') !== false) {
|
/dokuwiki/inc/ |
H A D | search.php | 341 if(strpos($file,$opts['query']) !== false){
|
H A D | template.php | 543 if(strpos($id, '#') === 0) { 549 if(strpos($caption, '%s')){
|
H A D | utf8.php | 210 return PhpString::strpos($haystack, $needle, $offset);
|
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 | Ajax.php | 370 if(strpos(getNS($pid), $id) !== 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) {
|
/dokuwiki/ |
H A D | install.php | 614 if (strpos(ini_get('disable_functions'), 'mail') !== false) {
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
H A D | RSA.php | 478 if (strpos(ini_get('disable_functions'), 'phpinfo') === false) { 1834 case strpos($key, '-BEGIN PUBLIC KEY-') !== false: 1835 case strpos($key, '-BEGIN RSA PUBLIC KEY-') !== false: 2783 $ps = substr($em, 2, strpos($em, chr(0), 2) - 2);
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/ |
H A D | Agent.php | 142 … if (substr($address, 0, 9) != '\\\\.\\pipe\\' || strpos(substr($address, 9), '\\') !== false) {
|
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Decode/HTML/ |
H A D | Entities.php | 100 while (($this->position = strpos($this->data, '&', $this->position)) !== false) {
|
/dokuwiki/lib/plugins/authpdo/ |
H A D | auth.php | 706 if (strpos($sql, $key) === false) continue; // skip if parameter is missing 726 $semi_pos = strpos($currentsql, ';'); 794 if (strpos($sql, ":$param") === false) return false;
|
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/ |
H A D | Parser.php | 225 … if (strpos($this->data, "\x0A") !== false && strtoupper(substr($this->data, 0, 5)) === 'HTTP/') {
|
/dokuwiki/inc/Menu/Item/ |
H A D | AbstractItem.php | 85 if(strpos($label, '%s')) {
|
/dokuwiki/vendor/geshi/geshi/src/ |
H A D | geshi.php | 696 if(strpos($path,':')) { 710 if(GESHI_SECURITY_PARANOID && false !== strpos($path, '/.')) { 714 if(GESHI_SECURITY_PARANOID && false !== strpos($path, '..')) { 3123 if (false !== strpos($result, "\t")) { 3131 if (false === strpos($line, "\t")) { 3159 $posi = strpos($substr, ';'); 3183 if (false === strpos($line, "\t", $i + 1)) { 3521 if (false !== strpos($stuff_to_parse, $splitter)) { 3551 if (strpos($symbol_match, '<') !== false || strpos($symbol_match, '>') !== false) { 3555 if(strpos($symbol_match, '<SEMI>') === false && [all …]
|
/dokuwiki/bin/ |
H A D | wantedpages.php | 108 if(strpos($entry, '_') === 0) {
|
/dokuwiki/inc/Ui/ |
H A D | Search.php | 378 $firstColon = strpos((string)$namespace, ':', $baseNSLength + 1) ?: strlen($namespace);
|
/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/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);
|
/dokuwiki/inc/Cache/ |
H A D | Cache.php | 209 $i = strpos($line, ',');
|
/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) {
|