Home
last modified time | relevance | path

Searched refs:strpos (Results 26 – 50 of 1099) sorted by relevance

12345678910>>...44

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.background.repeat.inc.php35 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/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageTypeGuesser.php15 if (in_array(substr($data, 6, 4), ['JFIF', 'Exif'], true) || strpos($data, chr(255) . chr(216)) === 0) { // 0xFF 0xD8 // mpDF 5.7.2
27 if (strpos($data, chr(137) . 'PNG' . chr(13) . chr(10) . chr(26) . chr(10)) === 0) {
31 if (strpos($data, chr(215) . chr(205) . chr(198) . chr(154)) === 0) {
39 if (strpos($data, 'BM') === 0) {
/plugin/mdpage/vendor/cebe/markdown/block/
H A DHtmlTrait.php60 $gtPos = strpos($lines[$current], '>');
61 $spacePos = strpos($lines[$current], ' ');
86 if (strpos($line, '-->') !== false) {
91 …$tag = rtrim(substr($lines[$current], 1, min(strpos($lines[$current], '>'), strpos($lines[$current…
148 if (strpos($text, '>') !== false) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DExpandEventsFloatingTimeTest.php98 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
99 strpos($response->body, 'END:VCALENDAR') - $start + 13
147 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
148 strpos($response->body, 'END:VCALENDAR') - $start + 13
185 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
186 strpos($response->body, 'END:VCALENDAR') - $start + 13
H A DIssue205Test.php81 …$this->assertFalse(strpos($response->body, '<s:exception>Exception</s:exception>'), 'Exception occ…
82 …$this->assertFalse(strpos($response->body, 'Unknown or bad format'), 'DateTime unknown format Exce…
87 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
88 strpos($response->body, 'END:VCALENDAR') - $start + 13
H A DGetEventsByTimerangeTest.php78 if (strpos($response->body, 'BEGIN:VCALENDAR') === false) {
85 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
86 strpos($response->body, 'END:VCALENDAR') - $start + 13
/plugin/odt/helper/
H A Ddwcssloader.php105 if (strpos ($file, 'screen.css') !== false ||
106 strpos ($file, 'screen.less') !== false) {
108 } else if (strpos ($file, 'style.css') !== false ||
109 strpos ($file, 'style.less') !== false) {
111 } else if (strpos ($file, $format.'.css') !== false ||
112 strpos ($file, $format.'.less') !== false) {
114 } else if (strpos ($file, 'print.css') !== false ||
115 strpos ($file, 'print.less') !== false) {
/plugin/data/_test/
H A Dsyntax_plugin_data_entry.test.php
/plugin/zip/pear/File/Archive/Predicate/
H A DCustom.php61 if (strpos($this->expression, "return") === false) {
64 $this->useName = (strpos($this->expression, '$name') !== false);
65 $this->useStat = (strpos($this->expression, '$stat') !== false);
66 $this->useMIME = (strpos($this->expression, '$mime') !== false);
/plugin/data-au/_test/
H A Dsyntax_plugin_data_entry.test.php99 $result = substr($result,0,strpos($result,'</internallink>'));
100 $result = substr($result,strpos($result,'<internallink>')+14);
120 $result = substr($result,0,strpos($result,'</internallink>'));
121 $result = substr($result,strpos($result,'<internallink>')+14);
141 $result = substr($result,0,strpos($result,'</internallink>'));
142 $result = substr($result,strpos($result,'<internallink>')+14);
162 $result = substr($result,0,strpos($result,'</internallink>'));
163 $result = substr($result,strpos($result,'<internallink>')+14);
183 $result = substr($result,0,strpos($result,'</internallink>'));
184 $result = substr($result,strpos($result,'<internallink>')+14);
[all …]
/plugin/bugzillaint/helper/
H A Dbugzillaclient.php74 if ( strpos($query, 'ALL') === 0 ) {
77 if ( strpos($query, 'OPEN') === 0 ) {
80 if ( strpos($query, 'UNCO') === 0 ) {
83 if ( strpos($query, 'RESO') === 0 ) {
86 if ( strpos($query, 'VERI') === 0 ) {
89 if ( strpos($query, 'CLO') === 0 ) {
92 if ( strpos($query, 'FIXED') === 0 ) {
95 if ( strpos($query, 'INVA') === 0 ) {
98 if ( strpos($query, 'WONT') === 0 ) {
101 if ( strpos($query, 'DUP') === 0 ) {
[all …]
/plugin/alertbox/
H A Dsyntax.php27 if (strpos($match, 'warning') != false) {
29 } elseif (strpos($match, 'info') != false) {
31 } elseif (strpos($match, 'danger') != false) {
33 } elseif (strpos($match, 'success') != false) {
/plugin/tabtables/
H A Daction.php87 if(strpos($line,"<code")!==false) { $code_blocked = true; }
88 if(strpos($line,"<file")!==false) { $file_blocked = true; }
89 if(strpos($line,"<nowiki")!==false) { $nowiki_blocked = true; }
91 if(strpos($line,"</code>")!==false) { $code_blocked = false; }
92 if(strpos($line,"</file>")!==false) { $file_blocked = false; }
93 if(strpos($line,"</nowiki>")!==false) { $nowiki_blocked = false; }
98 if(strpos($line,"\t")!==false || ($in_block && $line=="")) {
162 $_has_row_headers = (strpos($original[0],"\t")==0) ? true : false;
/plugin/authucenter/lib/uc_client/lib/
H A Duccode.class.php35 if(strpos($message, '[/code]') !== FALSE) {
38 if(strpos($message, '[/url]') !== FALSE) {
41 if(strpos($message, '[/email]') !== FALSE) {
67 if(strpos($message, '[/quote]') !== FALSE) {
70 if(strpos($message, '[/img]') !== FALSE) {
/plugin/articlelinks/
H A Dsyntax.php52 $type = substr($match,1,strpos($match, '>')-1);
75 …$links .= substr($match,strpos($match, '>') + 1 , strpos($match, $endtag) - strpos($match, '>') -1…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/
H A DPluginTest.php39 $this->assertTrue(strpos($body, '<title>dir') !== false, $body);
40 $this->assertTrue(strpos($body, '<a href="/dir/child.txt">')!==false);
65 $this->assertTrue(strpos($body, '<title>dir') !== false, $body);
66 $this->assertTrue(strpos($body, '<a href="/dir/child.txt">')!==false);
86 $this->assertTrue(strpos($body, '<title>/') !== false, $body);
87 $this->assertTrue(strpos($body, '<a href="/dir/">')!==false);
88 $this->assertTrue(strpos($body, '<span class="btn disabled">')!==false);
/plugin/pycode/
H A Dmethod.php93 strpos($str, $str_cls . $subname. ":") !== 0) {
145 if (strpos($str, $str_cls . $name . "(") === 0 or
146 strpos($str, $str_cls . $name. ":") === 0) {
216 if (strpos($trimmed, $str . $name . "(") === 0 or
217 strpos($trimmed, $str . $name. ":") === 0) {
221 if (strpos($trimmed, "#") === false) {
253 $ind = strpos($docstr[0], $triple);
383 if (strpos(trim($matches[1]), "#") === false) {
983 strpos($src_url, "https://github.com/") === false)
985 (strpos($src_url, "/src/") === false and
[all …]
/plugin/epub/
H A Drenderer.php120 if(strpos($mtype[1],'image') !== false) {
123 else if(strpos($mtype[1],'audio') !== false) {
134 else if(strpos($mtype[1],'video') !== false) {
176 if(strpos($link['class'],'media') === false) {
219 elseif(strpos($link['name'],'<img') !== false) {
221 if(strpos($link['name'],'fetch.php') !== false) {
224 if(strpos($link['name'],'alt=""') !==false) {
229 elseif(strpos($link['url'],'fetch.php') !== false) {
243 elseif($link['class'] == 'media' && strpos($link['name'],'<img') !== false) {
248 if((strpos($link['class'],'wikilink') !== false ) && $type!='media') { //internal link
[all …]
/plugin/diagrams/
H A Dhelper.php42 return strpos($svg, 'embed.diagrams.net') || strpos($svg, 'draw.io') || strpos($svg, $serviceHost);
/plugin/orphanmedia/
H A Dsyntax.php167 …if((strpos($perPage_MediaLinks[$i],"|valid")===false) && (strpos($perPage_MediaLinks[$i],"|relativ…
183 …if((strpos($perPage_MediaLinks[$i],'http:')!==false) || (strpos($perPage_MediaLinks[$i],'https:')!…
184 …if((strpos($perPage_MediaLinks[$i],"|valid")===false) && (strpos($perPage_MediaLinks[$i],"|relativ…
239 if((strpos($perPage_MediaLinks[$i],"|valid")>0)) {
243 if((strpos($perPage_MediaLinks[$i],"|relative")>0)) {
247 …if((strpos($perPage_MediaLinks[$i],"|valid")===false) && (strpos($perPage_MediaLinks[$i],"|relativ…
410 elseif(strpos($defFileTypes, $extension)!==false) {
665 if((strlen($flashpl_link)>1) && strpos($flashpl_link, "://")<1) {
708 if((strlen($imgmaps_link)>1) && strpos($imgmaps_link, "://")<1) {
730 if((strlen($galary_link)>1) && strpos($galary_link, "://")<1) {
[all …]
/plugin/orphanmedia2/
H A Dsyntax.php168 …if((strpos($perPage_MediaLinks[$i],"|valid")===false) && (strpos($perPage_MediaLinks[$i],"|relativ…
184 …if((strpos($perPage_MediaLinks[$i],'http:')!==false) || (strpos($perPage_MediaLinks[$i],'https:')!…
185 …if((strpos($perPage_MediaLinks[$i],"|valid")===false) && (strpos($perPage_MediaLinks[$i],"|relativ…
240 if((strpos($perPage_MediaLinks[$i],"|valid")>0)) {
244 if((strpos($perPage_MediaLinks[$i],"|relative")>0)) {
248 …if((strpos($perPage_MediaLinks[$i],"|valid")===false) && (strpos($perPage_MediaLinks[$i],"|relativ…
411 elseif(strpos($defFileTypes, $extension)!==false) {
666 if((strlen($flashpl_link)>1) && strpos($flashpl_link, "://")<1) {
709 if((strlen($imgmaps_link)>1) && strpos($imgmaps_link, "://")<1) {
731 if((strlen($galary_link)>1) && strpos($galary_link, "://")<1) {
[all …]
/plugin/combo/action/
H A Dcss.php141 $pos = strpos($link['href'], 'css.php');
253 if ($isThemeEnabled && strpos($fileDirectory, 'lib/tpl')) {
258 if (($isThemeEnabled || $isMinimalFrontEnd) && strpos($fileDirectory, 'lib/styles')) {
265 if (($isThemeEnabled || $isMinimalFrontEnd) && $isAnonymous && strpos($fileDirectory, 'lib/scripts')) {
275 if (strpos($file, 'lib/plugins/' . $plugin)) {
/plugin/publish/_test/
H A Dpublish.test.php49 strpos($response->getContent(), '<div class="approval approved_no">') !== false,
63 strpos($response->getContent(), '<div class="approval approved_yes">') !== false,
81 strpos($response->getContent(), '<div class="approval') === false,
/plugin/combo/vendor/symfony/yaml/
H A DDumper.php71 if (Yaml::DUMP_MULTI_LINE_LITERAL_BLOCK & $flags && \is_string($value) && false !== strpos($value, "\n") && false === strpos($value, "\r")) {
100 if (Yaml::DUMP_MULTI_LINE_LITERAL_BLOCK & $flags && \is_string($value->getValue()) && false !== strpos($value->getValue(), "\n") && false === strpos($value->getValue(), "\r\n")) {
147 if (Yaml::DUMP_MULTI_LINE_LITERAL_BLOCK & $flags && \is_string($value->getValue()) && false !== strpos($value->getValue(), "\n") && false === strpos($value->getValue(), "\r\n")) {
/plugin/dokucrypt2/
H A Dsyntax.php76 if (($x=strpos($match, "LOCK="))!==false) {
78 if (($end=strpos($match, " ", $x))!==false) {
85 if (($x=strpos($match, "COLLAPSED="))!==false) {
87 if (($end=strpos($match, " ", $x))!==false) {

12345678910>>...44