Home
last modified time | relevance | path

Searched refs:explode (Results 751 – 775 of 1634) sorted by relevance

1...<<31323334353637383940>>...66

/plugin/webdav/vendor/sabre/http/lib/
H A DResponse.php161 ) = explode(' ', $status, 2);
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php157 $rdate = explode(',', $rdate);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Ddwfck_sessions.php71 list($dw,$str) = explode('|',$sstr,2);
/plugin/iptrust/
H A Daction.php63 list($login, $host, $date) = explode("\t", $logins[$i]);
/plugin/bureaucracyau/helper/
H A Dfieldradio.php22 $this->opt['args'] = array_filter(array_map('trim', explode('|',array_shift($args))));
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php168 $rdate = explode(',', $rdate);
/plugin/bureaucracy-au/helper/
H A Dfieldradio.php22 $this->opt['args'] = array_filter(array_map('trim', explode('|',array_shift($args))));
/plugin/webcomponent/syntax/
H A Dcite.php94 list(/* $t */, /* $p */, /* $n */, $c) = explode('_', get_called_class(), 4);
/plugin/odp/
H A Dsyntax.php60 $extinfo = explode(':',$match);
/plugin/farmsync/meta/
H A DStructUpdates.php23 list ($operation, $schemaName) = explode('_', $entry, 2);
/plugin/displayorphans/
H A D_local.php28 { return empty(text) ? null : explode($delimiter, $text, $limit); }
/plugin/hidepages/
H A Dsyntax.php39 $param = explode(';', $param);
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php167 $rdate = explode(',', $rdate);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DEasyHandle.php52 $startLine = explode(' ', array_shift($this->headers), 3);
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php167 $rdate = explode(',', $rdate);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DTestUtil.php23 …$queries = explode(';', file_get_contents(__DIR__ . '/../../../examples/sql/sqlite.calendars.sql')…
/plugin/davcal/vendor/sabre/http/lib/
H A DResponse.php162 ) = explode(' ', $status, 2);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Ddwfck_sessions.php71 list($dw,$str) = explode('|',$sstr,2);
/plugin/bbcodeextensions/syntax/
H A Dclassspan.php21 $match = explode('"',substr($match, 3, -1));
H A Dclassdiv.php21 $match = explode('"',substr($match, 3, -1));
/plugin/bureaucracy/helper/
H A Dfieldradio.php22 $this->opt['args'] = array_filter(array_map('trim', explode('|',array_shift($args))));
/plugin/layeranimation/syntax/
H A Dlayer.php46 $option = explode(' ', substr($match, 6, -1));
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DMultiPoint.php108 public function explode($toArray = false) function in geoPHP\\Geometry\\MultiPoint
/plugin/struct/meta/
H A DInlineConfigParser.php36 $parts = explode('?', $inline, 2);
/plugin/struct/types/
H A DCheckbox.php16 $options = explode(',', $this->config['values']);

1...<<31323334353637383940>>...66