Home
last modified time | relevance | path

Searched refs:strpos (Results 51 – 66 of 66) sorted by last modified time

123

/dokuwiki/inc/
H A DSafeFN.class.php109 if ($codepoint < 127 && (strpos(self::$plain . self::$post_indicator, chr($codepoint)) !== false)) {
H A Dfulltext.php111 if (strpos($text, $phrase) !== false) {
127 if (strpos($id, $ns) === 0) {
307 if ((strpos($in_ns ? $p_id : noNSorNS($p_id), $cleaned) !== false)) {
322 if (strpos($p_id, $ns) !== 0) {
329 if (strpos($p_id, $notns) === 0) {
396 $pos = PhpString::strpos(
/dokuwiki/lib/plugins/authldap/
H A Dauth.php83 } elseif (strpos($this->getConf('usertree'), '%{user}')) {
/dokuwiki/inc/parser/
H A Dhandler.php188 $equal_sign = strpos($match [0], '=');
/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);
/dokuwiki/vendor/splitbrain/php-jsstrip/src/
H A DJSStrip.php65 while ($idx < $slen && (strpos(self::CHARS, $source[$idx]) === false)) {
73 $endC = strpos($source, '*/', $idx + 2);
82 $beginNC = strpos($source, '/* BEGIN NOCOMPRESS */', $nextNC + 2);
83 $endNC = strpos($source, '/* END NOCOMPRESS */', $nextNC + 2);
106 $endC = strpos($source, "\n", $idx + 2);
210 || strpos(self::OPS, $source[$idx + 1]) === false)) {
212 if ($idx + 1 < $slen && (strpos(self::CHARS, $source[$idx + 1]) !== false)) {
219 if ($lch && (strpos(self::CHARS, $lch) !== false)) {
/dokuwiki/inc/Cache/
H A DCache.php209 $i = strpos($line, ',');
/dokuwiki/inc/Debug/
H A DPropertyDeprecationHelper.php122 if (strpos($obfuscatedProp, $obfuscatedPropTail, 1) !== false) {
/dokuwiki/inc/Extension/
H A DPluginController.php
H A DRemotePlugin.php
/dokuwiki/inc/File/
H A DPageResolver.php22 if (strpos($id, '#') !== false) {
H A DResolver.php68 if ($this->contextID !== '' && strpos($id, ':') === false) {
/dokuwiki/inc/Form/
H A DElement.php134 if (strpos($id, '__') === false) {
/dokuwiki/inc/HTTP/
H A DDokuHTTPClient.php41 strpos($_SERVER['HTTP_REFERER'], 'httpdebug') !== false
H A DHTTPClient.php115 if (strpos($url, '?')) {

123