Home
last modified time | relevance | path

Searched refs:strpos (Results 176 – 200 of 1099) sorted by last modified time

12345678910>>...44

/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php701 if(strpos($magic, "\x42\x5a") === 0) return Archive::COMPRESS_BZIP;
702 if(strpos($magic, "\x1f\x8b") === 0) return Archive::COMPRESS_GZIP;
/plugin/upgrade/HTTP/
H A DHTTPClient.php122 if(strpos($url,'?')){
/plugin/smtp/
H A Dhelper.php27 $colonPos = strpos($ip, ':');
/plugin/statistics/inc/
H A DBrowscap.php532 if (empty($browsers[$user_agent]['Comment']) || strpos($user_agent, '*') !== false || strpos($user_agent, '?') !== false)
705 $num_pos = strpos($result, '(\d)');
983 if (strpos($response, '200 OK') !== false) {
/plugin/farmer/admin/
H A Dnew.php373 $newAdmin = substr($masterUsers, 0, strpos($masterUsers, "\n") + 1);
/plugin/farmer/
H A Dhelper.php71 if (strpos($animal, '.') !== false) {
112 return (strpos($path, $container) === 0);
/plugin/const/_test/
H A Dconstants.test.php29 $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 …]
H A Dcalculation.test.php23 $this->assertTrue(strpos($HTML, '42') !== false, 'Calculation is 42');
/plugin/sql2wiki/syntax/
H A Dquery.php56 $content_start = strpos($match, '>') + 1;
80 $start = $pos + strpos($match, '>'); // closing char of the opening tag
/plugin/approve/
H A Dhelper.php157 if (strpos($noNS, ':') === FALSE &&
/plugin/structacl/
H A Dhelper.php21 if ($line === '' || strpos($line, self::STRUCTACL_SEPCHAR) === false) continue;
/plugin/htmlmetatags/
H A Daction.php53 if (strpos($name, ':') !== false)
/plugin/odt/ODT/
H A DODTUtility.php40 $first = strpos ($content, '<locallink', $position);
44 $endFirst = strpos ($content, '>', $first);
48 $second = strpos ($content, '</locallink>', $endFirst);
137 $start_open = strpos ($docContent, '<text:p', $pos);
145 $end = strpos ($docContent, '</text:p>', $start_close + 1);
156 $style_start = strpos ($docContent, '"', $start_open);
161 $style_end = strpos ($docContent, '"', $style_start+1);
423 if (strpos($value, ',') !== false) {
452 strpos($property, 'border')!==false ) {
571 $start = strpos ($content, '<', $pos);
[all …]
H A DXMLUtil.php57 $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 …]
H A DODTDefaultStyles.php220 if (strpos($existing_styles, 'style:name="'.$name.'"') === FALSE) {
H A DODTDocument.php492 $first_newline = strpos($text, "\n");
H A DODTExport.php187 if (strpos($old_content, 'DOKUWIKI-ODT-INSERT') !== FALSE) { // Replace the mark
195 if (strpos($old_content, 'DOKUWIKI-ODT-CUT-START') !== FALSE
196 && strpos($old_content, 'DOKUWIKI-ODT-CUT-STOP') !== FALSE) {
202 if (strpos($old_content, "text:user-field-decls") === FALSE) { // no existing userfields
/plugin/odt/ODT/css/
H A Dcssdocument.php204 $equal_sign = strpos ($attributes, '=', $pos);
H A Dcssimportnew.php33 $found = strpos ($attribute_string, '|');
36 $found = strpos ($attribute_string, '|', $found+1);
44 $found = strpos ($attribute_string, '=');
434 $result = strpos ($separators, $sign);
457 if (strpos (self::$combinators, $sign) === false) {
719 $colon = strpos ($decls, ':', $pos);
723 $semi = strpos ($decls, ';', $colon + 1);
953 $bracket_open = strpos ($contents, '{', $pos);
957 $bracket_close = strpos ($contents, '}', $pos);
1303 if (strpos($key, 'width') !== false) {
[all …]
/plugin/odt/action/
H A Dexport.php146 if ($odt_export && strpos($action, '_pdf') !== false) {
/plugin/odt/helper/
H A Dconfig.php605 if ( strpos ($odt_template, '.css') === false ) {
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 …]
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/odt/renderer/
H A Dpage.php454 $quote = strpos ($matches [0], '"');
466 $quote = strpos ($matches [0], '"');
/plugin/odt/
H A Dsyntax.php298 $quote = strpos ($matches [0], '"');
305 $quote = strpos ($matches [0], '"');

12345678910>>...44