/plugin/simplenavi/_test/ |
H A D | simplenavi.test.php | 46 $naviBegin = strpos($response->getContent(), '<!-- ********** ASIDE ********** -->')+36; 47 $naviEnd = strpos($response->getContent(), '<!-- /aside -->'); 53 if (strpos($line,'namespace') === false) continue; 58 …$this->assertTrue(strpos($listlines[1],'href="/./doku.php?id=namespace1:foo"') !== false, 'level2 … 60 …$this->assertTrue(strpos($listlines[3],'href="/./doku.php?id=namespace12:start"') !== false, 'name… 61 …$this->assertTrue(strpos($listlines[4],'href="/./doku.php?id=namespace21:start"') !== false, 'name… 79 $naviBegin = strpos($response->getContent(), '<!-- ********** ASIDE ********** -->')+36; 80 $naviEnd = strpos($response->getContent(), '<!-- /aside -->'); 86 if (strpos($line,'namespace') === false) continue; 91 …$this->assertTrue(strpos($listlines[1],'href="/./doku.php?id=namespace1:foo"') !== false, 'level2 … [all …]
|
/plugin/data-au/_test/ |
H A D | db.test.php | 51 $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 D | db.test.php | 51 $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/const/_test/ |
H A D | constants.test.php | 29 $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/badbehaviour/bad-behavior/ |
H A D | common_tests.inc.php | 16 …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 D | msie.inc.php | 12 …strpos($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/instructions/ |
H A D | syntax.php | 82 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/table2csv/ |
H A D | getTableData.php | 16 $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/wysiwyg/fckeditor/ |
H A D | fckeditor_php5.php | 85 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 D | fckeditor_php4.php | 90 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/uncmap/_test/ |
H A D | mapping.test.php | 91 strpos($response->getContent(), 'Testlink') !== false, 95 strpos($response->getContent(), '>some title</a>') !== false, 99 … strpos($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, 126 … strpos($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/navbox/ |
H A D | syntax.php | 90 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/openid/Auth/Yadis/ |
H A D | HTTPFetcher.php | 121 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/fedauth/Auth/Yadis/ |
H A D | HTTPFetcher.php | 121 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/findologicxmlexport/vendor/phpunit/php-code-coverage/src/ |
H A D | Filter.php | 103 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/odt/ODT/ |
H A D | XMLUtil.php | 57 $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/phprestrict/action/ |
H A D | action.php | 72 $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/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/ |
H A D | CssRewriteFilter.php | 38 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/sketchcanvas/phplib/ |
H A D | spyc.php | 304 …if (is_string ($value) && ((strpos($value,"\n") !== false || strpos($value,": ") !== false || strp… 305 …strpos($value,"*") !== false || strpos($value,"#") !== false || strpos($value,"<") !== false || st… 306 …strpos($value,"[") !== false || strpos($value,"]") !== false || strpos($value,"{") !== false || st… 337 if (strpos($key, ":") !== false || strpos($key, "#") !== false) { $key = '"' . $key . '"'; } 352 if (strpos($value, "\n") === false && strpos($value, "'") === false) { 355 if (strpos($value, "\n") === false && strpos($value, '"') === false) { 443 if (strpos ($line, '#')) { 444 if (strpos ($line, '"') === false && strpos ($line, "'") === false) 654 } while (strpos ($inline, '[') !== false || strpos ($inline, '{') !== false); 923 return strpos($line, ':'); [all …]
|
/plugin/mredirect/ |
H A D | action.php | 22 …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/html2pdf/html2pdf/html2ps/ |
H A D | css.background.repeat.inc.php | 35 if (strpos($value, ' repeat-x ') !== false) { return BR_REPEAT_X; }; 36 if (strpos($value, ' repeat-y ') !== false) { return BR_REPEAT_Y; }; 37 if (strpos($value, ' no-repeat ') !== false) { return BR_NO_REPEAT; }; 38 if (strpos($value, ' repeat ') !== false) { return BR_REPEAT; };
|
/plugin/preservefilenames/ |
H A D | common.php | 73 strpos($filename, '"') === false 74 && strpos($ua, 'Safari/') !== false 75 && strpos($ua, 'Chrome/') === false 85 && strpos($ua, 'Safari/') !== false 86 && strpos($ua, 'Chrome/') === false
|
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/ |
H A D | PHPClass.php | 126 …strpos($str, " ") && strpos($str, "\t")) ? min(strpos($str, " "), strpos($str, "\t")) : (strpos($s…
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
H A D | ImageTypeGuesser.php | 15 …if (in_array(substr($data, 6, 4), ['JFIF', 'Exif'], true) || strpos($data, chr(255) . chr(216)) ==… 23 if (strpos($data, chr(137) . 'PNG' . chr(13) . chr(10) . chr(26) . chr(10)) === 0) { 27 if (strpos($data, chr(215) . chr(205) . chr(198) . chr(154)) === 0) { 35 if (strpos($data, 'BM') === 0) {
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
H A D | NativeMailerHandler.php | 90 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) {
|