Home
last modified time | relevance | path

Searched refs:explode (Results 401 – 425 of 1634) sorted by last modified time

1...<<11121314151617181920>>...66

/plugin/publish/
H A Dsyntax.php138 $ac = explode(':',$a[0]);
139 $bc = explode(':',$b[0]);
/plugin/stlviewer/
H A Dsyntax.php60 list($params, $media) = explode('>', $cleanmatch, 2);
64 list($link, $title) = explode('|', $media, 2);
66 list($id, $args) = explode('?', $link, 2);
/plugin/sync/
H A Dadmin.php721 $df = new Diff(explode("\n",htmlspecialchars($local)),
722 explode("\n",htmlspecialchars($remote)));
/plugin/charpicker/
H A Daction.php29 $add_chars = explode(',',$add_chars);
35 $del_chars = explode(',',$del_chars);
/plugin/userhomepage/
H A Daction.php203 … foreach (explode(' ',$conf['plugin']['translation']['translations']) as $language){
330 … $where = end(explode('/',$this->getConf('templates_path'))).':userhomepage_private';
334 … $where = end(explode('/',$this->getConf('templates_path'))).':userhomepage_public';
341 … $where = end(explode('/',$this->getConf('templates_path'))).':userhomepage_private';
345 … $where = end(explode('/',$this->getConf('templates_path'))).':userhomepage_public';
524 $groups = explode(',', $groups);
/plugin/tos/
H A Daction.php177 $diff = new Diff(explode("\n", $old), explode("\n", $new));
/plugin/sapnotelink/
H A Dsyntax.php41 $sapnote = explode('#', $data[0]);
50 $sapnote = explode('#', $data[0]);
55 $sapnote = explode('#', $data[0]);
/plugin/box/
H A Dsyntax.php257 return explode(',', substr($colour, 4, -1));
/plugin/wrap/
H A Dhelper.php109 $arr = explode('-', $attr['lang']);
159 $classes = explode (' ', $attr['class']);
799 $classes = explode(' ', $class_string);
/plugin/catlist/
H A Dsyntax.php88 $index_priority = explode(',', $this->getConf('index_priority'));
140 $list = explode(' ', $found[1]);
203 $split = explode(':', $ns);
316 $ex = explode(':', $ns);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php160 $components = explode(',', $row['components']);
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php167 $rdate = explode(',', $rdate);
/plugin/davcal/vendor/sabre/http/lib/
H A DRequest.php202 list($uri) = explode('?', $uri);
303 list($v) = explode(' ', $v, 2);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php312 list($baseCode) = explode('.', $iTipMessage->scheduleStatus);
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dfetch_windows_zones.php20 list($to) = explode(' ', $to, 2);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php221 list($group,$name) = explode('.', $name, 2);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php168 list($contentType) = explode(';', $contentType);
190 $resourceType = explode(',', $postVars['resourceType']);
752 $xml = explode("\n", $xml);
/plugin/davcal/
H A Dhelper.php584 $user = explode('/', $principalUri);
773 $startDate = explode('-', $params['eventfrom']);
774 $startTime = explode(':', $params['eventfromtime']);
775 $endDate = explode('-', $params['eventto']);
776 $endTime = explode(':', $params['eventtotime']);
1277 $startDate = explode('-', $params['eventfrom']);
1278 $startTime = explode(':', $params['eventfromtime']);
1279 $endDate = explode('-', $params['eventto']);
1280 $endTime = explode(':', $params['eventtotime']);
H A Dics.php16 $path = explode('/', $_SERVER['REQUEST_URI']);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DPDO.php66 $uriParts = explode('/', $uri);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Mount/
H A DPlugin.php56 list($currentUri) = explode('?', $currentUri);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php1241 $ifMatch = explode(',', $ifMatch);
1287 $ifNoneMatch = explode(',', $ifNoneMatch);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DResponse.php218 list(, $status, ) = explode(' ', $status, 3);
223 list(, $statusCode, ) = explode(' ', $elem['value'], 3);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DPDOMySQLTest.php19 $queries = explode(
H A DPDOSqliteTest.php22 …$queries = explode(';', file_get_contents(__DIR__ . '/../../../../examples/sql/sqlite.calendars.sq…

1...<<11121314151617181920>>...66