Home
last modified time | relevance | path

Searched refs:strpos (Results 126 – 150 of 1099) sorted by relevance

12345678910>>...44

/plugin/davcal/vendor/sabre/vobject/lib/
H A DVCardConverter.php340 $mimeType = substr($value, 5, strpos($value, ',')-5);
341 if (strpos($mimeType, ';')) {
342 $mimeType = substr($mimeType,0,strpos($mimeType, ';'));
343 $newProperty->setValue(base64_decode(substr($value, strpos($value,',')+1)));
345 $newProperty->setValue(substr($value, strpos($value,',')+1));
/plugin/odt/helper/
H A Dcssimport.php945 $colon = strpos ($decls, ':', $pos);
949 $semi = strpos ($decls, ';', $colon + 1);
1165 $bracket_open = strpos ($contents, '{', $pos);
1169 $bracket_close = strpos ($contents, '}', $pos);
1275 $rep_start = strpos ($contents, '[replacements]');
1283 $rep_end = strpos ($contents, '[', $rep_start);
1294 $linestart = strpos ($defs, "\n", $def_pos);
1300 $lineend = strpos ($defs, "\n", $linestart);
1305 $equal_sign = strpos ($defs, '=', $linestart);
1311 $quote_start = strpos ($defs, '"', $equal_sign + 1);
[all …]
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DEmphStrongTrait.php33 if (strpos($text, $marker . $marker, 2) === false) {
53 if (strpos($text, $marker, 1) === false) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DExpandEventsDTSTARTandDTENDbyDayTest.php76 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
77 strpos($response->body, 'END:VCALENDAR') - $start + 13
H A DExpandEventsDTSTARTandDTENDTest.php85 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
86 strpos($response->body, 'END:VCALENDAR') - $start + 13
H A DIssue203Test.php89 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
90 strpos($response->body, 'END:VCALENDAR') - $start + 13
/plugin/todo/
H A Daction.php144 $todoTagEndPos = strpos($wikitext, '>', $todoTagStartPos) + 1;
148 $todoTextEndPos = strpos( $wikitext, '</todo', $todoTagEndPos );
218 $pos = strpos($haystack, $needle, $pos);
/plugin/condition/
H A Dsyntax.php151 $value = substr($match, 0, strpos($match, '"'));
154 $psp = strpos($match, ')');
155 $wsp = strpos($match, ' ');
156 $esp = strpos($match, '>');
206 if(strpos($content, '<else>') !== false) {
240 if(strpos($content, '<else>') !== false) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.id3v2.php526 if (strpos($genrestring, '/') !== false) {
540 if (strpos($genrestring, ';') !== false) {
546 if (strpos($genrestring, "\x00") === false) {
825 if (strpos($parsedFrame['data_raw'], "\x00") !== false) {
1143 $frame_terminatorpos = strpos($parsedFrame['data'], "\x00");
1274 $frame_terminatorpos = strpos($parsedFrame['data'], "\x00", $frame_offset);
1512 $frame_terminatorpos = strpos($parsedFrame['data'], "\x00", $frame_offset);
1567 $frame_terminatorpos = strpos($parsedFrame['data'], "\x00", $frame_offset);
1607 $frame_terminatorpos = strpos($parsedFrame['data'], "\x00", $frame_offset);
1611 $frame_terminatorpos = strpos($parsedFrame['data'], "\x00", $frame_offset);
[all …]
/plugin/swiftmail/Swift/Message/
H A DHeaders.php421 if (false !== $p = strpos($encoded_value[$key], $this->LE))
433 if (empty($spec) && $is_email && (false !== $p = strpos($lines[$i], ",")))
435 $s = strpos($lines[$i], " <");
436 $e = strpos($lines[$i], ">");
515 if (strpos($encoded, "'") !== false) $attribute .= "*";
531 if ($add_asterisk || strpos($encoded, "'") !== false)
546 if (strpos($encoded, "'") !== false) $attribute .= "*";
/plugin/xtern/
H A Daction.php143 if (strpos($piece, 'http') !== false)
145 … if (strpos($piece, $this->current) !== false && strpos($matches[0], '-LINK:' . $piece) === false)
181 if(strpos($event->data['newContent'], 'BROKEN-LINK:') !== false) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtl.php211 if (strpos($this->GlyphClassMarks, $charasstr) !== false) {
281 if ($this->mpdf->fontLanguageOverride && strpos($ScriptLang[$GSUBscriptTag], $this->mpdf->fontLanguageOverride) !== false) {
290 if ($GSUBscriptTag && $GSUBlangsys && isset($ScriptLang[$GSUBscriptTag]) && strpos($ScriptLang[$GSUBscriptTag], $GSUBlangsys) !== false) {
297 if ($GPOSscriptTag && $this->mpdf->fontLanguageOverride && strpos($ScriptLang[$GPOSscriptTag], $this->mpdf->fontLanguageOverride) !== false) {
455 while (isset($this->OTLdata[$checkpos]) && strpos($this->GlyphClassMarks, $this->OTLdata[$checkpos]['hex']) !== false) {
481 while (isset($this->OTLdata[$checkpos]) && strpos($this->GlyphClassMarks, $this->OTLdata[$checkpos]['hex']) !== false) {
506 if (strpos($this->GSUBdata[$this->GSUBfont]['finals'], $this->OTLdata[$i]['hex']) !== false) { // ANY OTHER FINAL FORM
508 } elseif (strpos('0FEAE 0FEF0 0FEF2', $this->OTLdata[$i]['hex']) !== false) { // not already included in 5 above
558 if (strpos($this->GlyphClassMarks, $charasstr) !== false) {
864 if (strpos(
[all...]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DAssetFactory.php216 if (false !== strpos($options['output'], '{'.$var.'}')) {
309 if (false !== strpos($input, '://') || 0 === strpos($input, '//')) {
325 if (false !== strpos($input, '*')) {
419 if (0 === strpos($path, $root)) {
/plugin/numbering/
H A Daction.php32 if(strpos($event->data['newContent'], '~~GetNextNumber~~') === false) return;
39 if(strpos($event->data,'bureaucracy') == false) return;
46 if(strpos($matches[0],'bureaucracy') == false) return $matches[0];
/plugin/hidingip/
H A Daction.php60 if ($flag == TRUE and strpos($ref,'<bdo dir="ltr">') !== FALSE) {
99 if ($flag == TRUE and strpos($ref,'<bdo dir="ltr">') !== FALSE) {
144 if (strpos($ref,'<span class="user"><bdo dir="ltr">') !== FALSE) {
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php374 if (\is_string($value) && !$isQuoted && false !== strpos($value, ': ')) {
437 if (false === $i = strpos($mapping, ':', $i)) {
546 if (0 === strpos($scalar, '*')) {
547 if (false !== $pos = strpos($scalar, '#')) {
576 case 0 === strpos($scalar, '!!str '):
578 case 0 === strpos($scalar, '! '):
580 case 0 === strpos($scalar, '!php/object'):
590 case 0 === strpos($scalar, '!php/const'):
604 case 0 === strpos($scalar, '!!float '):
606 case 0 === strpos($scalar, '!!binary '):
/plugin/pgn4web/pgn4web/
H A Dgotd.php22 …if (strpos($pgnUrl, ":") || (strpos($pgnUrl, "%3A"))) { return "[Event \"error: invalid pgnData=$p…
/plugin/swiftmail/Swift/Connection/
H A DNativeMail.php101 if (strpos($command, " ")) $command = substr($command, 0, strpos($command, " "));
/plugin/combo/vendor/symfony/yaml/
H A DInline.php175 if (false === strpos($repr, 'E')) {
378 if (\is_string($value) && !$isQuoted && false !== strpos($value, ': ')) {
452 if (false === $i = strpos($mapping, ':', $i)) {
566 if (0 === strpos($scalar, '*')) {
567 if (false !== $pos = strpos($scalar, '#')) {
598 case 0 === strpos($scalar, '!!str '):
607 case 0 === strpos($scalar, '! '):
609 case 0 === strpos($scalar, '!php/object'):
625 case 0 === strpos($scalar, '!php/const'):
645 case 0 === strpos(
[all...]
/plugin/mantis/lib/
H A Dclass.soap_server.php251 if (strpos($this->externalWSDLURL,"://")!==false) { // assume URL
317 if(isset($this->headers['content-type']) && strpos($this->headers['content-type'],'=')){
344 if (strpos($v, '=')) {
378 if (strpos($v, '=')) {
498 if (strpos($this->methodname, '..') > 0) {
500 } else if (strpos($this->methodname, '.') > 0) {
502 } else if (strpos($this->methodname, '_') > 0) {
509 class_exists(substr($this->methodname, 0, strpos($this->methodname, $delim)))) {
511 $class = substr($this->methodname, 0, strpos($this->methodname, $delim));
809 if (strpos($headers['content-type'], '=')) {
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php179 if ($firsttime && $file && strpos($file, 'data:') !== 0) {
184 if (strpos($orig_srcpath, 'data:') !== 0) {
317 $j = strpos($data, 'JFIF');
382 //$pos = strpos($data, "\xFF\xEE\x00\x0EAdobe\0");
388 while (($pos = strpos($data, "ICC_PROFILE\0", $offset)) !== false) {
437 if (strpos($data, chr(137) . 'PNG' . chr(13) . chr(10) . chr(26) . chr(10)) !== 0) {
477 if ($ct < 4 && strpos($data, 'tRNS') !== false) {
482 if ($ct === 3 && strpos($data, 'iCCP') !== false) {
500 $j = strpos($data, 'pHYs');
513 $j = strpos(
[all...]
/plugin/zip/pear/MIME/Type/
H A DParameter.php107 $cs = strpos($value, '(');
124 $cs = strpos($param, '(');
/plugin/backlinks2/_test/
H A Dsyntax_exclude.test.php84strpos($response->getContent(), 'Backlinks to what Bob Ross says (excluding exclude namespace)') !…
89 strpos($response->getContent(), 'An excluded link to Bob Ross') == false,
H A Dsyntax_include_deep.test.php81 strpos($response->getContent(), 'Backlinks from pages in /aaa/bbb/cc/') !== false,
86 strpos($response->getContent(), 'linking to a page form aaa') !== false,
/plugin/dpicorrect/
H A Daction.php53 if(strpos($link,".jpg")!==false) {
62 else if (strpos($link,".png")!==false) {
86 $pos = strpos($string, "JFIF");

12345678910>>...44