Home
last modified time | relevance | path

Searched refs:explode (Results 526 – 550 of 1634) sorted by relevance

1...<<21222324252627282930>>...66

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-common/src/
H A DFqsen.php58 $matches = explode('\\', $fqsen);
/plugin/twofactoryubiauth/
H A DYubiAuthenticator.php28 $results = explode(PHP_EOL, $result);
/plugin/move/helper/
H A Dplan.php425 list($old, $new) = explode("\t", trim($line));
437 list($old, $new) = explode("\t", trim($line));
489 list($src, $dst) = explode("\t", trim($line));
588 list($src, $dst) = explode("\t", $line);
623 $lines = explode("\n", $lines);
629 list($src, $dst) = explode("\t", trim($line));
/plugin/zip/pear/File/Archive/Predicate/
H A DMIME.php50 $this->mimes = explode(",",$mimes);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DPDOSqliteTest.php22 …$queries = explode(';', file_get_contents(__DIR__ . '/../../../../examples/sql/sqlite.calendars.sq…
/plugin/upgrade/HTTP/
H A DHeaders.php21 if (!is_array($values)) $values = explode("\n", $values);
/plugin/keywords/syntax/
H A Dkeywords.php39 return explode(",",preg_replace("/{{keywords>(.*?)}}/","\\1",$match));
/plugin/epub/scripts/
H A Depub_utils.php141 $ep_ids =explode(';;',rawurldecode($_POST['epub_ids']));
537 list($url,$params) = explode('?',$matches[$i][1]);
539 $params = explode('&amp;',$params);
543 list($key,$val) = explode('=',$param);
647 $elems = explode(':',$_titles[$i] );
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php1264 $segments = explode(DIRECTORY_SEPARATOR, $path);
2101 @list($amount, $color) = explode('|', $parameter);
2120 @list($amount) = explode('|', $parameter);
2138 @list($amount) = explode('|', $parameter);
2203 list($fltr_cmd) = explode('|', $fltr_value);
2253 @list($threshold) = explode('|', $parameter);
2269 @list($radius) = explode('|', $parameter);
2277 @list($radius) = explode('|', $parameter);
2620 list($clean_domain) = explode(':', $valid_domain);
3153 @list($radius) = explode('|', $parameter, 1);
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DFloatValue.php39 $val = explode($this->delimiter, $val);
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php42 $this->setValue(explode($this->delimiter, $val));
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DFloatValue.php39 $val = explode($this->delimiter, $val);
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php42 $this->setValue(explode($this->delimiter, $val));
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DFloat.php39 $val = explode($this->delimiter, $val);
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php42 $this->setValue(explode($this->delimiter, $val));
/plugin/groupmail/
H A Drecaptchalib.php89 $response = explode("\r\n\r\n", $response, 2);
181 $answers = explode ("\n", $response [1]);
/plugin/recaptcha/lib/
H A Drecaptchalib.php91 $response = explode("\r\n\r\n", $response, 2);
181 $answers = explode ("\n", $response [1]);
/plugin/contactmodern/
H A Drecaptchalib.php89 $response = explode("\r\n\r\n", $response, 2);
181 $answers = explode ("\n", $response [1]);
/plugin/twistienav/
H A Daction.php60 $parts = explode(':', $ID);
122 $parts = explode(':', $ID);
/plugin/twistienav4bootstrap3/
H A Daction.php59 $parts = explode(':', $ID);
121 $parts = explode(':', $ID);
/plugin/openas/
H A Dsyntax.php47 list($type,$name,$newpagevars) = explode('>',(trim($match,'~')));
84 list($id,$template) = explode('#',$name);
/plugin/ckgedit/
H A Dhelper.php31 return explode(',', $str);
119 list($name,$scayt_lang) = explode('/', $scayt_lang);
/plugin/combo/ComboStrap/
H A DStringUtility.php231 return array_map('trim', explode($delimiter, $string));
270 return explode(" ", $string);
/plugin/bez/meta/
H A DTpl.php86 $arr = explode(' ', $id);
153 list($hour, $minute) = explode(':', $time);
/plugin/struct/types/
H A DDateTime.php78 [$year, $month, $day] = explode('-', $date, 3);
89 [$h, $m] = array_pad(explode(':', $time, 3), 2, ''); // drop seconds

1...<<21222324252627282930>>...66