Home
last modified time | relevance | path

Searched refs:strpos (Results 76 – 100 of 1099) sorted by relevance

12345678910>>...44

/plugin/dtable/
H A Daction.php44 if(strpos($line, '<dtable>') === 0) {
68 if(strpos($line, '<dtable>') === 0)
70 if(strpos($line, '</dtable>') === 0)
73 if(strpos($line, '|') !== 0 && $in_tab == 1 && $in_dtable_tag == 0)
79 if(strpos($line, '^') === 0 && $in_tab == 0 && $in_dtable_tag == 0)
180 if( strpos( $k, 'col' ) === 0)
H A Dsyntax.php74 …while( $i < count($file_cont) && strpos($file_cont[$i], '|') !== 0 && strpos($file_cont[$i], '^')…
81 while( $i < count($file_cont) && strpos( $file_cont[ $i ], '</dtable>' ) !== 0 )
/plugin/badbehaviour/bad-behavior/
H A Dtrackback.inc.php20 if (strpos($package['headers_mixed']['User-Agent'], "WordPress/") !== FALSE) {
21 if (strpos($package['headers_mixed']['Content-Type'], "charset=") === FALSE) {
H A Dblacklist.inc.php104 $pos = strpos($ua, $spambot);
111 if (strpos($ua, $spambot) !== FALSE) {
H A Dwhitelist.inc.php71 if (strpos($package['request_uri'], "?") === FALSE) {
74 $request_uri = substr($package['request_uri'], 0, strpos($package['request_uri'], "?"));
/plugin/backlinks2/_test/
H A Dsyntax.test.php100 strpos($response->getContent(), 'A link to Bob Ross') !== false,
110 strpos($response->getContent(), 'Bob Ross says') !== false,
120 strpos($response->getContent(), 'Backlinks to what Bob Ross says') !== false,
/plugin/imagecarousel/_test/
H A Dparse.test.php20 $this->assertTrue(strpos($HTML, '<div class="slick') !== false, 'render class slick');
21 $this->assertTrue(strpos($HTML, '"slidesToShow":4') !== false, 'slidesToShow is 4');
/plugin/swiftmail/Swift/Connection/
H A DSendmail.php205 if (strpos($this->getFlags(), "t") !== false) return;
231 if (strpos($this->getFlags(), "t") !== false)
259 if (strpos($this->getFlags(), "t") !== false)
261 … if (!$this->send && strpos($command, " ")) $command = substr($command, strpos($command, " ")+1);
/plugin/sphinxsearch-was/
H A Dfunctions.php116 $end = strpos($doc, $matches[1]);
132 $startHeaderPos = strpos($doc, $startHeader) + strlen($startHeader);
138 $endHeaderPos = strpos($doc, $endHeader);
157 $endHeaderPos = strpos($doc, $endHeader);
251 if (false === strpos($id, ":")) {
276 if (false === strpos($id, ":")) {
318 $page = substr($page, 0, strpos($page, ":start"));
/plugin/sphinxsearch/
H A Dfunctions.php124 $end = strpos($doc, $matches[1]);
140 $startHeaderPos = strpos($doc, $startHeader) + strlen($startHeader);
146 $endHeaderPos = strpos($doc, $endHeader);
165 $endHeaderPos = strpos($doc, $endHeader);
257 if (false === strpos($id, ":")){
282 if (false === strpos($id, ":")){
324 $page = substr($page, 0, strpos($page, ":start"));
/plugin/combo/ComboStrap/
H A DPluginUtility.php256 $spacePosition = strpos($match, " ");
270 $spacePosition = strpos($match, " ");
277 $isBooleanAttribute = !strpos($nextArgument, "=");
304 $spacePosition = strpos($match, " ");
310 if (!strpos($nextArgument, "=") && !empty($nextArgument)) {
604 $start = strpos($match, ">");
757 $pos = strpos($match, ">");
781 $spacePosition = strpos($match, " ");
907 $pos = strpos($match, ">");
941 $spacePosition = strpos(
[all...]
H A DPipelineUtility.php44 $firstQuoteChar = strpos($processedExpression, '"');
45 $firstPipeChar = strpos($processedExpression, '|');
56 $secondQuoteChar = strpos($processedExpression, '"');
62 $pipeCharPosition = strpos($processedExpression, '|');
106 $leftParenthesis = strpos($command, "(");
/plugin/scrape/HTMLPurifier/ConfigSchema/Interchange/
H A DId.php
/plugin/templateconfhelper/inc/
H A Dpreload.php28 if( strpos( $_SERVER['PHP_SELF'], 'css.php' ) !== false ) {
35 if( strpos( $_SERVER['PHP_SELF'], 'js.php' ) !== false ) {
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DSetupDecorator.php166 if (strpos($file, $aExclude) !== FALSE) {
176 if (strpos($tmp, DIRECTORY_SEPARATOR) === 0) {
180 if (strpos($tmp, '/') === 0) {
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DRuntime.php61 if (strpos($_SERVER['_'], 'phpunit') !== false) {
64 if (strpos($file[0], ' ') !== false) {
70 } elseif (strpos(basename($_SERVER['_']), 'php') !== false) {
/plugin/loglog/helper/
H A Dreport.php98 strpos(
106 strpos(
112 } elseif (strpos($line['msg'], 'admin') !== false) {
/plugin/outliner/
H A Dsyntax.php81 $opened = (strpos($matches[2], '^') !== false);
83 $nopopup = (strpos($matches[2], '#') !== false);
85 $link = (strpos($matches[2], '@') !== false);
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.random.php58 $portrait = (strpos(@$_REQUEST['o'], 'P') !== false);
59 $landscape = (strpos(@$_REQUEST['o'], 'L') !== false);
60 $square = (strpos(@$_REQUEST['o'], 'S') !== false);
/plugin/sqlraw/
H A Dsyntax.php293 if(strpos($url, 'http') !==false) {
444 $start = strpos($content,$startMarker);
451 $start = strpos($content,'<table ', $end);
452 $end = strpos($content,'</table>',$start) + 8;
487 if (strpos($row,'<th')===false) {
659 strpos($field, $delimiter)!==false ||
660 strpos($field, $enclosure)!==false ||
662 strpos($field, "\n")!==false ||
663 strpos($field, "\r")!==false ||
664 strpos($field, "\t")!==false ||
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DObject_.php38 if (strpos((string)$fqsen, '::') !== false || strpos((string)$fqsen, '()') !== false) {
/plugin/dlcount/
H A Daction.php59 if (strpos($href, 'fetch.php?') !== false) {
61 $fn = '/' . substr($href, strpos($href, '?media=')+strlen('?media='));
63 } elseif (strpos($href, 'fetch.php/') !== false) {
66 $fn = '/' . substr($href, strpos($href, 'fetch.php/')+strlen('fetch.php/'));
70 $fn = substr($href, strpos($href, '/_media/')+strlen('/_media/')-1);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoHash.php169 $lap = strlen($point->y()) - strpos($point->y(), ".");
170 $lop = strlen($point->x()) - strpos($point->x(), ".");
230 $v = strpos(self::$characterTable, $hash[$i]);
320 if (strpos((self::$borders[$direction][$type]), $last) !== false) {
323 return $base . self::$characterTable[strpos(self::$neighbours[$direction][$type], $last)];
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DIssue220Test.php94 …$this->assertFalse(strpos($response->body, '<s:exception>PHPUnit_Framework_Error_Warning</s:except…
95 …$this->assertFalse(strpos($response->body, 'Invalid argument supplied for foreach()'), 'Invalid ar…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DWatermarkImage.php23 if (strpos($size, ',')) {
31 if (strpos($pos, ',')) {

12345678910>>...44