Home
last modified time | relevance | path

Searched refs:strpos (Results 51 – 75 of 1099) sorted by relevance

12345678910>>...44

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssImportFilter.php51 if (false !== strpos($matches['url'], '://')) {
56 } elseif (0 === strpos($matches['url'], '//')) {
74 if (false !== strpos($importSource, '://') || 0 === strpos($importSource, '//')) {
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DDayOfWeekField.php38 if (strpos($value, 'L')) {
39 $weekday = str_replace('7', '0', substr($value, 0, strpos($value, 'L')));
53 if (strpos($value, '#')) {
90 if (strpos($value, '-')) {
/plugin/dw2pdf/syntax/
H A Dexportlink.php62 $ns = substr($match, 8, strpos($match, '|') - 8);
67 $title = substr($match, strpos($match, '|') + 1, -2);
71 $amp = strpos($title, '&');
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php205 if (strpos($geometries->geometryType(), 'Multi') === 0) {
255 if ($item->geometryType() == 'GeometryCollection' || strpos($item->geometryType(), 'Multi') === 0) {
317 $newType = (strpos($geometryTypes[0], 'Multi') !== false ? '' : 'Multi') . $geometryTypes[0];
404 if (strpos($string, '<kml') !== false) {
407 if (strpos($string, '<coordinate') !== false) {
410 if (strpos($string, '<gpx') !== false) {
413 if (strpos($string, '<osm ') !== false) {
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php94 while ( strpos($folderPath, '//') !== false )
150 $position = strpos( $sRealPath, $sSelfPath ) ;
220 if ( strpos( $sCurrentFolder, '/' ) !== 0 ) $sCurrentFolder = '/' . $sCurrentFolder ;
223 while ( strpos ($sCurrentFolder, '//') !== false ) {
228 if ( strpos( $sCurrentFolder, '..' ) )
/plugin/git/
H A Dhelper.php76 if (strpos($filename, 'syntax') > 0) continue; // Skip instructional pages
194 if(strpos(strtolower($line), strtolower('@USER')) === FALSE)
229 $pos = strpos(strtolower($raw_message), 'merge');
289 if (strpos($change, '?') !== false)
291 else if (strpos($change, 'M') !== false)
293 else if (strpos($change, 'A') !== false)
295 else if (strpos($change, 'D') !== false)
297 else if (strpos($change, 'R') !== false)
299 else if (strpos($change, 'r') !== false)
328 if (strpos($file, 'pages/') === false) return $file;
/plugin/sqlraw/
H A Dtest2.php68 …if (strpos(trim($cell->class), 'actions') === false && strpos(trim($cell->class), 'checker') === f…
75 …if (strpos(trim($cell->class), 'actions') === false && strpos(trim($cell->class), 'checker') === f…
/plugin/aclauditor/
H A Dhelper.php95 if(strpos($a["what"], $b["what"]) === 0) return 1;
96 if(strpos($b["what"], $a["what"]) === 0) return -1;
187 if(($b == "") || strpos($a, $b) === 0) return 1;
188 if(($a == "") || strpos($b, $a) === 0) return -1;
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DTag.php262 $i = strpos($tagString, $this->tagStartOpen, $i);
283 $separatorPosTemp = strpos($tagString, $this->tagAttributeSeparators[$counter], $tagStartOpen);
293 $j = strpos($tagString, $this->tagStartClose, $tagStartOpen);
295 $k = strpos($tagString, $this->tagClose, $tagStartOpen);
343 $tempPos = strpos($tagString, $this->tagEndOpen . $tagName . $this->tagEndClose, $n);
357 $tempPos = strpos($tempString, $this->tagStartOpen . $tagName, $tempNewPos);
364 $tempStartClose = strpos($tempString, $this->tagStartClose, $tempPos);
365 $tempStartShortClose = strpos($tempString, $this->tagClose, $tempPos);
/plugin/webcomponent/action/
H A Djs.php48 $pos = strpos($script['src'], 'js.php');
88 $posPluginPath = strpos($scriptPath, $dokuPluginPath);
96 $posShowPage = strpos($scriptPath, $showPageScript);
/plugin/fedauth/Auth/OpenID/
H A DKVForm.php95 if (strpos($key, ':') !== false) {
99 if (strpos($key, "\n") !== false) {
103 if (strpos($value, "\n") !== false) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRuntimeMetaData.php169 $firstDot = \strpos($version, '.');
174 $secondDot = \strpos($version, '.', $firstDot + 1);
177 $firstDash = \strpos($version, '-');
/plugin/openid/Auth/OpenID/
H A DKVForm.php100 if (strpos($key, ':') !== false) {
104 if (strpos($key, "\n") !== false) {
108 if (strpos($value, "\n") !== false) {
/plugin/jukebox/id3/
H A Dmodule.tag.id3v2.php454 if (strpos($genrestring, "\x00") !== false) {
457 while (strpos($unprocessed, "\x00") !== false) {
459 $endpos = strpos($unprocessed, "\x00");
471 while (strpos($genrestring, '(') !== false) {
473 $startpos = strpos($genrestring, '(');
474 $endpos = strpos($genrestring, ')');
583 $frame_terminatorpos = strpos($parsedFrame['data'], "\x00");
989 $frame_terminatorpos = strpos($parsedFrame['data'], "\x00");
1114 $frame_terminatorpos = @strpos($parsedFrame['data'], "\x00", $frame_offset);
1291 $frame_terminatorpos = @strpos($parsedFrame['data'], "\x00", $frame_offset);
[all …]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DFilesystemLoader.php52 if (strpos($this->baseDir, '://') === false) {
133 return strpos($this->baseDir, '://') === false || strpos($this->baseDir, 'file://') === 0;
/plugin/eventline/
H A Daction.php101 if (strpos($metadata, 'eventline_html') !== false) {
103 elseif (strpos($metadata, 'eventline_nohtml') !== false) {
109 if (strpos($metadata, 'eventline_fr') !== false) {
/plugin/pdftools/
H A Daction.php33 strpos($ID,'start')!==false &&
34 (strlen($ID)-strpos($ID,'start'))==5) $show_button = false;
78 …if (strpos($event->data['replace']['@APPROVER@'],$event->data['replace']['@AUTHOR@']) > 0) $event-…
/plugin/combo/action/
H A Djs.php53 $pos = strpos($src, 'js.php');
107 $posPluginPath = strpos($scriptPath, $dokuPluginPath);
115 $posShowPage = strpos($scriptPath, $showPageScript);
/plugin/loglog/
H A Dadmin.php124 if (strpos($line['msg'], 'logged off') !== false) {
126 } elseif (strpos($line['msg'], 'logged in permanently') !== false) {
128 } elseif (strpos($line['msg'], 'logged in') !== false) {
130 } elseif (strpos($line['msg'], 'failed') !== false) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DHTTPPreferParsingTest.php129 $this->assertTrue(strpos($body, 'resourcetype') !== false, $body);
130 $this->assertTrue(strpos($body, 'something') === false, $body);
184 $this->assertTrue(strpos($body, 'something') !== false);
185 $this->assertTrue(strpos($body, '403 Forbidden') !== false, $body);
/plugin/badbehaviour/bad-behavior/
H A Dmozilla.inc.php11 …if (strpos($package['headers_mixed']['User-Agent'], "Google Desktop") === FALSE && strpos($package…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLineFormatter.php86 if (false !== strpos($output, '%extra.'.$var.'%')) {
93 if (false !== strpos($output, '%context.'.$var.'%')) {
112 if (false !== strpos($output, '%'.$var.'%')) {
118 if (false !== strpos($output, '%')) {
179 if (0 === strpos($str, '{')) {
/plugin/codedoc/
H A Dspecials.php73 if(strpos($match, '<br') || strpos($match, '<BR') || strpos($match, "\n")) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A DTypeVisitor.php11 use function strpos; alias
52 return false === strpos($value, '.') ? intval($value) : floatval($value);
57 if (false === strpos($value, $escapeChar)) {
/plugin/combo/ComboStrap/
H A DMarkupRef.php96 $position = strpos($ref, "?");
145 $xPosition = strpos($widthAndHeight, "x");
235 $questionMarkPosition = strpos($ref, "?");
244 $hashTagPosition = strpos($ref, "#");
517 $questionMarkPos = strpos($queryStringAndAnchorProcessing, "&");
574 if (strpos($token, '#') === 0) {
598 $anchorPosition = strpos($key, '#');
627 if (strpos($value, '#') == 0) {
638 $anchorPosition = strpos($value, "#");
642 $anchorPosition = strpos(
[all...]

12345678910>>...44