Home
last modified time | relevance | path

Searched refs:strpos (Results 1 – 25 of 84) sorted by relevance

1234

/dokuwiki/_test/tests/test/
H A Dscope.test.php14 strpos($response->getContent(), 'DokuWiki') >= 0,
26 strpos($response->getContent(), 'DokuWiki') >= 0,
38 strpos($response->getContent(), 'DokuWiki') >= 0,
45 strpos($response->getContent(), 'DokuWiki') >= 0,
H A Dbasic.test.php36 strpos($response->getContent(), 'DokuWiki') !== false,
63 $this->assertTrue(strpos($response->getContent(), 'Andreas Gohr') !== false);
87 $this->assertTrue(strpos($response->getContent(), 'Andreas Gohr') !== false);
119 $this->assertTrue(strpos($response->getContent(), 'Andreas Gohr') !== false);
177 $this->assertTrue(strpos($response->getContent(), 'Netiquette') !== false);
/dokuwiki/_test/tests/conf/
H A Dtitle.test.php11 $this->assertTrue(strpos($content,$conf['title']) > 0);
17 $this->assertTrue(strpos($content,'Foo') > 0);
/dokuwiki/inc/Action/
H A DSearch.php104 if (strpos($QUERY, '*') === false) {
107 if (strpos($part, '@') === 0) {
110 if (strpos($part, 'ns:') === 0) {
113 if (strpos($part, '^') === 0) {
116 if (strpos($part, '-ns:') === 0) {
/dokuwiki/_test/tests/inc/parser/
H A Dlexer.test.php421 ["<file>", DOKU_LEXER_ENTER, strpos($doc, '<file>')],
422 ["b", DOKU_LEXER_SPECIAL, strpos($doc, 'b')],
423 ["c", DOKU_LEXER_MATCHED, strpos($doc, 'c')],
424 ["d", DOKU_LEXER_UNMATCHED, strpos($doc, 'd')],
425 ["</file>", DOKU_LEXER_EXIT, strpos($doc, '</file>')],
451 ["<file>", DOKU_LEXER_ENTER, strpos($doc, '<file>')],
452 ["b", DOKU_LEXER_SPECIAL, strpos($doc, 'b')],
453 ["c", DOKU_LEXER_MATCHED, strpos($doc, 'c')],
454 ["d", DOKU_LEXER_UNMATCHED, strpos($doc, 'd')],
455 ["</file>", DOKU_LEXER_EXIT, strpos($doc, '</file>')],
[all …]
H A Dparser_media.test.php78 $substr_start = strpos($url, '&amp;media', $substr_start + $substr_len);
113 $substr_start = strpos($url, $source_webm, $substr_start + $substr_len);
118 $substr_start = strpos($url, $source_ogv, $substr_start + strlen($source_webm));
123 $substr_start = strpos($url, $a_webm, $substr_start + strlen($source_ogv));
128 $substr_start = strpos($url, $a_ogv, $substr_start + strlen($a_webm));
/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/vendor/simplepie/simplepie/src/Content/Type/
H A DSniffer.php96 if (($pos = strpos($this->file->headers['content-type'], ';')) !== false) {
229 if ($pos < $len && ($pos = strpos($this->file->body, '-->', $pos)) !== false) {
235 if ($pos < $len && ($pos = strpos($this->file->body, '>', $pos)) !== false) {
241 if ($pos < $len && ($pos = strpos($this->file->body, '?>', $pos)) !== false) {
/dokuwiki/_test/tests/inc/
H A Dhtml_secedit_pattern.test.php68 …$this->assertFalse(strpos($xhtml_without_secedit, '<script>'), 'Plain <script> tag found in output…
/dokuwiki/vendor/simplepie/simplepie/
H A Dautoloader.php120 if (strpos($class, 'SimplePie') !== 0)
/dokuwiki/lib/plugins/styling/
H A Daction.php48 strpos($event->data['link'][$i]['href'], 'lib/exe/css.php') !== false
/dokuwiki/vendor/simplepie/simplepie/src/
H A DIRI.php361 …while (strpos($input, './') !== false || strpos($input, '/.') !== false || $input === '.' || $inpu…
363 if (strpos($input, '../') === 0) {
365 } elseif (strpos($input, './') === 0) {
369 elseif (strpos($input, '/./') === 0) {
375 elseif (strpos($input, '/../') === 0) {
387 elseif (($pos = strpos($input, '/', 1)) !== false) {
698 strpos($this->ipath, ':') !== false &&
699 strpos($this->ipath, '/', 1) !== false &&
700 strpos($this->ipath, ':') < strpos($this->ipath, '/', 1)) {
828 if (($port_start = strpos($remaining, ':', intval(strpos($remaining, ']')))) !== false) {
H A DMisc.php1713 while (($start = strpos($data, '<!--')) !== false) {
1715 if (($end = strpos($data, '-->', $start)) !== false) {
1760 while ($position < $length && ($pos = strpos($string, '(', $position)) !== false) {
1796 if (($pos = strpos($mime, ';')) === false) {
1941 if (strpos($section, '=') !== false) {
1984 if ($pos = strpos($data, "\x00\x00\x00\x3F\x00\x00\x00\x3E")) {
1994 if ($pos = strpos($data, "\x3F\x00\x00\x00\x3E\x00\x00\x00")) {
2004 if ($pos = strpos($data, "\x00\x3F\x00\x3E")) {
2014 if ($pos = strpos($data, "\x3F\x00\x3E\x00")) {
2024 if ($pos = strpos($data, "\x3F\x3E")) {
/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/inc/parser/
H A Dcode.php34 if (strpos($INPUT->server->str('HTTP_USER_AGENT'), 'Windows') !== false) {
/dokuwiki/inc/HTTP/
H A DDokuHTTPClient.php41 strpos($_SERVER['HTTP_REFERER'], 'httpdebug') !== false
/dokuwiki/vendor/simplepie/simplepie/src/Net/
H A DIPv6.php96 if (strpos($ip2, '.') !== false) {
180 if (strpos($ip, '.') !== false) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPKCS1.php51 if (strpos($key, 'PUBLIC') !== false) {
53 } elseif (strpos($key, 'PRIVATE') !== false) {
/dokuwiki/lib/plugins/config/_test/
H A DDocumentationTest.php50 $fail = (bool)strpos($check, 'topic does not exist');
/dokuwiki/inc/Utf8/
H A DPhpString.php351 * @see strpos()
354 public static function strpos($haystack, $needle, $offset = 0) function in dokuwiki\\Utf8\\PhpString
360 $pos = strpos($haystack, $needle, $offset + $comp);
/dokuwiki/inc/
H A Dload.php172 $plugin = substr($classPath, 0, strpos($classPath, '/'));
200 $template = substr($classPath, 0, strpos($classPath, '/'));
/dokuwiki/lib/plugins/safefnrecode/
H A Daction.php64 if (strpos($file, '%') === false) continue; # no encoding used
/dokuwiki/inc/File/
H A DResolver.php68 if ($this->contextID !== '' && strpos($id, ':') === false) {
/dokuwiki/inc/Debug/
H A DPropertyDeprecationHelper.php122 if (strpos($obfuscatedProp, $obfuscatedPropTail, 1) !== false) {
/dokuwiki/inc/Form/
H A DElement.php134 if (strpos($id, '__') === false) {

1234