Home
last modified time | relevance | path

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

12345678910>>...44

/plugin/simplenavi/_test/
H A DSimplenaviTest.php
/plugin/data-au/_test/
H A Ddb.test.php51 $actual_value = substr($actual_value,0,strpos($actual_value,'</td>'));
56 $actual_link = substr($actual_link,strpos($actual_link,'doku.php'));
57 $actual_link = substr($actual_link,0,strpos($actual_link,'</a>'));
80 $actual_value = substr($actual_value,0,strpos($actual_value,'</td>'));
85 $actual_link = substr($actual_link,strpos($actual_link,'doku.php'));
86 $actual_link = substr($actual_link,0,strpos($actual_link,'</a>'));
108 $actual_value = substr($actual_value,0,strpos($actual_value,'</td>'));
113 $actual_link = substr($actual_link,strpos($actual_link,'doku.php'));
114 $actual_link = substr($actual_link,0,strpos($actual_link,'</a>'));
143 $actual_link = substr($actual_link,strpos($actual_link,'doku.php'));
[all …]
/plugin/data/_test/
H A Ddb.test.php
/plugin/const/_test/
H A Dconstants.test.php29 $this->assertTrue(strpos($HTML, 'ID:pageconstants') !== false, 'Page ID is pageconstants');
31 $this->assertTrue(strpos($HTML, 'User:') !== false, 'anonymous');
58 $this->assertTrue(strpos($HTML, 'YEAR:'.date('Y')) !== false);
59 $this->assertTrue(strpos($HTML, 'MONTH:'.date('m')) !== false);
60 $this->assertTrue(strpos($HTML, 'MONTHNAME:'.date('F')) !== false);
61 $this->assertTrue(strpos($HTML, 'WEEK:'.date('W')) !== false);
62 $this->assertTrue(strpos($HTML, 'DAY:'.date('d')) !== false);
63 $this->assertTrue(strpos($HTML, 'DAYNAME:'.date('l')) !== false);
97 $this->assertTrue(strpos($HTML, 'AUTOINDEX1:1') !== false);
98 $this->assertTrue(strpos($HTML, 'AUTOINDEX2:2') !== false);
[all …]
/plugin/instructions/
H A Dsyntax.php82 while (strpos($match, '//') !== false) {
87 while (strpos($match, '**') !== false) {
92 while (strpos($match, "''") !== false) {
97 while (strpos($match, '[[') !== false) {
98 $s1 = strpos($match, '[[') + 2;
99 $s2 = strpos($match, ']]');
101 $s3 = strpos($title, '|') + 1;
111 while (strpos($match, '@PAGE@') !== false) {
114 while (strpos($match, '@ID@') !== false) {
117 while (strpos($match, '@NS@') !== false) {
[all …]
/plugin/badbehaviour/bad-behavior/
H A Dcommon_tests.inc.php16 …if (array_key_exists('Pragma', $package['headers_mixed']) && strpos($package['headers_mixed']['Pra…
28 …if (@strpos($package['headers_mixed']['Cookie'], '$Version=0') !== FALSE && !array_key_exists('Coo…
45 if ($settings['strict'] && strpos($package['request_uri'], "#") !== FALSE) {
49 if (strpos($package['request_uri'], ";DECLARE%20@") !== FALSE) {
58 …if ($settings['strict'] && array_key_exists('Range', $package['headers_mixed']) && strpos($package…
74 strpos($package['headers']['via'],'Clearswift') === FALSE &&
75 strpos($ua,'CoralWebPrx') === FALSE) {
130 if (strpos($package['headers_mixed']['Referer'], ":") === FALSE) {
H A Dmsie.inc.php12strpos($package['headers_mixed']['User-Agent'], "Windows ME") !== FALSE || strpos($package['header…
19 …if (!array_key_exists('Akamai-Origin-Hop', $package['headers_mixed']) && strpos($package['headers_…
/plugin/table2csv/
H A DgetTableData.php16 $start = strpos($content,$startMarker);
19 $start = strpos($content,'<table ');
20 $end = strpos($content,'</table>',$start) + 8;
33 if ((strpos($row,'<th')===false))
66 strpos($field, $delimiter)!==false ||
67 strpos($field, $enclosure)!==false ||
68 strpos($field, $escape_char)!==false ||
69 strpos($field, "\n")!==false ||
70 strpos($field, "\r")!==false ||
71 strpos($field, "\t")!==false ||
[all …]
/plugin/uncmap/_test/
H A Dmapping.test.php91 strpos($response->getContent(), 'Testlink') !== false,
95 strpos($response->getContent(), '>some title</a>') !== false,
99strpos($response->getContent(), 'href="file:///server1/documents/path/to/file"') !== false,
103 strpos($response->getContent(), 'class="windows"') !== false,
118 strpos($response->getContent(), 'Testlink') !== false,
122 strpos($response->getContent(), 'class="wikilink1"') !== false,
126strpos($response->getContent(), 'href="file:///server2/shareTest/testfile.tmp"') !== false,
141 strpos($response->getContent(), 'Testlink') !== false,
145 strpos($response->getContent(), 'class="wikilink2"') !== false,
166 strpos($response->getContent(), 'Testlink') !== false,
[all …]
/plugin/wysiwyg/fckeditor/
H A Dfckeditor_php5.php85 if ( strpos( $this->Width, '%' ) === false )
90 if ( strpos( $this->Height, '%' ) === false )
112 …if ( strpos($sAgent, 'MSIE') !== false && strpos($sAgent, 'mac') === false && strpos($sAgent, 'Ope…
114 $iVersion = (float)substr($sAgent, strpos($sAgent, 'MSIE') + 5, 3) ;
117 else if ( strpos($sAgent, 'Gecko/') !== false )
119 $iVersion = (int)substr($sAgent, strpos($sAgent, 'Gecko/') + 6, 8) ;
122 else if ( strpos($sAgent, 'Opera/') !== false )
124 $fVersion = (float)substr($sAgent, strpos($sAgent, 'Opera/') + 6, 4) ;
H A Dfckeditor_php4.php90 if ( strpos( $this->Width, '%' ) === false )
95 if ( strpos( $this->Height, '%' ) === false )
122 …if ( strpos($sAgent, 'MSIE') !== false && strpos($sAgent, 'mac') === false && strpos($sAgent, 'Ope…
124 $iVersion = (float)substr($sAgent, strpos($sAgent, 'MSIE') + 5, 3) ;
127 else if ( strpos($sAgent, 'Gecko/') !== false )
129 $iVersion = (int)substr($sAgent, strpos($sAgent, 'Gecko/') + 6, 8) ;
132 else if ( strpos($sAgent, 'Opera/') !== false )
134 $fVersion = (float)substr($sAgent, strpos($sAgent, 'Opera/') + 6, 4) ;
/plugin/navbox/
H A Dsyntax.php90 if (strpos($line, '### !') !== false) {
94 } else if (strpos($line, '### ') !== false) {
102 } else if (strpos($line, '## ') !== false) {
119 } else if (strpos($line, '# ') !== false) {
145 if (strpos($line, '!ns') !== false) {
155 if (strpos($line, '+n') !== false) {
162 if (strpos($line, '+t') !== false) {
167 if (strpos($line, '+nt') !== false) {
169 $nsStart = strpos($line, '[[') + 2;
171 $tStart = strpos($line, '|') + 1;
[all …]
/plugin/odt/ODT/
H A DXMLUtil.php57 $start = strpos ($xmlCode, '<'.$element, $pos);
74 $angle = strpos ($xmlCode, '>', $pos);
92 $end = strpos ($xmlCode, '</'.$element.'>', $pos);
142 $angle = strpos ($xmlCode, '>', $pos);
197 $start = strpos ($xmlCode, '<', $pos);
231 $angle = strpos ($xmlCode, '>', $pos);
286 $start = strpos ($xmlCode, '<', $pos);
320 $angle = strpos ($xmlCode, '>', $pos);
360 $start = strpos ($xmlCode, '<'.$element);
372 $end = strpos ($xmlCode, '</'.$element.'>');
[all …]
/plugin/fedauth/Auth/Yadis/
H A DHTTPFetcher.php121 if (strpos(strtolower($line), "location: ") === 0) {
124 $ppos = strpos($loc, "://");
125 if ($ppos === false || $ppos > strpos($loc, "/")) {
127 $hpos = strpos($url, "://");
132 $fspos = strpos($url, "/");
139 $xpos = strpos($url, "/");
141 $apos = strpos($url, "?");
143 $apos = strpos($url, "&");
/plugin/openid/Auth/Yadis/
H A DHTTPFetcher.php139 if (strpos(strtolower($line), "location: ") === 0) {
142 $ppos = strpos($loc, "://");
143 if ($ppos === false || $ppos > strpos($loc, "/")) {
145 $hpos = strpos($url, "://");
150 $fspos = strpos($url, "/");
157 $xpos = strpos($url, "/");
159 $apos = strpos($url, "?");
161 $apos = strpos($url, "&");
/plugin/sketchcanvas/phplib/
H A Dspyc.php304 if (is_string ($value) && ((strpos($value,"\n") !== false || strpos($value,": ") !== false || strpos($value,"- ") !== false ||
305 strpos($value,"*") !== false || strpos($value,"#") !== false || strpos($value,"<") !== false || strpos($value,">") !== false || strpos ($value, ' ') !== false ||
306 strpos($value,"[") !== false || strpos(
[all...]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DFilter.php103 strpos($filename, 'vfs://') === 0 ||
104 strpos($filename, 'xdebug://debug-eval') !== false ||
105 strpos($filename, 'eval()\'d code') !== false ||
106 strpos($filename, 'runtime-created function') !== false ||
107 strpos($filename, 'runkit created function') !== false ||
108 strpos($filename, 'assert code') !== false ||
109 strpos($filename, 'regexp code') !== false) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssRewriteFilter.php38 if (false !== strpos($sourceBase, '://')) {
43 $path = false === strpos($path, '/') ? '' : dirname($path);
56 while (0 !== strpos($sourcePath, $targetDir)) {
71 …if (false !== strpos($matches['url'], '://') || 0 === strpos($matches['url'], '//') || 0 === strpo…
83 while (0 === strpos($url, '../') && 2 <= substr_count($path, '/')) {
/plugin/phprestrict/action/
H A Daction.php72 $phpok = (strpos($id,$path) === 0);
77 $phpok = (strpos($id,substr($path,0,-1)) === 0);
94 if (strpos($conf['disableactions'],'source') === false) $conf['disableactions'] .= ',source';
95 …if (strpos($conf['disableactions'],'export_raw') === false) $conf['disableactions'] .= ',export_ra…
96 …if (strpos($conf['disableactions'],'revisions') === false) $conf['disableactions'] .= ',revisions';
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
H A DPHPClass.php126strpos($str, " ") && strpos($str, "\t")) ? min(strpos($str, " "), strpos($str, "\t")) : (strpos($s…
/plugin/mredirect/
H A Daction.php22 …if (($all == '[[' . $inner . ']]') and (strpos ($inner, '[[') === false) and (strpos ($inner, ']]'…
23 if (!strpos ($inner, '://') === false) {
29 $url = substr ($url, strpos ($url, '"') + 1);
30 $url = substr ($url, 0, strpos ($url, '"'));
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DNativeMailerHandler.php90 if (strpos($header, "\n") !== false || strpos($header, "\r") !== false) {
124 if ($contentType === 'text/html' && false === strpos($headers, 'MIME-Version:')) {
155 if (strpos($contentType, "\n") !== false || strpos($contentType, "\r") !== false) {
166 if (strpos($encoding, "\n") !== false || strpos($encoding, "\r") !== false) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.misc.cue.php173 $line = substr($line, strpos($line, ' ') + 1);
252 $type = strtolower(substr($line, 0, strpos($line, ' ')));
253 $line = substr($line, strpos($line, ' ') + 1);
259 $number = intval(substr($line, 0, strpos($line, ' ')));
260 $line = substr($line, strpos($line, ' ') + 1);
286 $category = strtolower(substr($line, 0, strpos($line, ' ')));
287 $line = substr($line, strpos($line, ' ') + 1);
322 $line = substr($line, strpos($line, ' ') + 1);
323 $track = ltrim(substr($line, 0, strpos($line, ' ')), '0');
326 $datatype = strtolower(substr($line, strpos($line, ' ') + 1));
/plugin/preservefilenames/
H A Dcommon.php73 strpos($filename, '"') === false
74 && strpos($ua, 'Safari/') !== false
75 && strpos($ua, 'Chrome/') === false
85 && strpos($ua, 'Safari/') !== false
86 && strpos($ua, 'Chrome/') === false
/plugin/include/_test/
H A Dnested_include.test.php39 $this->assertTrue(strpos($mainHTML, 'Main Content') !== false, 'Main content contains "Main Content"');
41 $this->assertTrue(strpos($mainHTML, 'Second Content') !== false, 'Main content contains "Second Content"');
43 $this->assertTrue(strpos($mainHTML, 'Third Content') !== false, 'Main content contains "Third Content"');
45 $this->assertTrue(strpos($secondHTML, 'Second Content') !== false, 'Second content contains "Second Content"');
47 $this->assertTrue(strpos($secondHTML, 'Third Content') !== false, 'Second content contains "Third Content"');
49 $this->assertTrue(strpos($thirdHTML, 'Third Content') !== false, 'Third content contains "Third Content"');

12345678910>>...44