Home
last modified time | relevance | path

Searched refs:explode (Results 426 – 450 of 1634) sorted by last modified time

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

/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/dav/tests/Sabre/CardDAV/Backend/
H A DPDOMySQLTest.php21 $queries = explode(
H A DPDOSqliteTest.php29 $queries = explode(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DTestUtil.php25 …$queries = explode(';', file_get_contents(__DIR__ . '/../../../examples/sql/sqlite.addressbooks.sq…
/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 DCalAddress.php57 list($schema, $everythingElse) = explode(':', $input, 2);
H A DDateTime.php86 $this->setValue(explode($this->delimiter, $val));
H A DPeriod.php42 $this->setValue(explode($this->delimiter, $val));
105 list($start, $end) = explode('/', $item, 2);
H A DDuration.php42 $this->setValue(explode($this->delimiter, $val));
H A DRecur.php52 $v = explode(',', $v);
183 foreach(explode(';', $value) as $part) {
189 list($partName, $partValue) = explode('=', $part);
193 $partValue=explode(',', $partValue);
/plugin/davcal/
H A DcalendarBackendDokuwiki.php98 $components = explode(',', $row['components']);
/plugin/davcal/vendor/sabre/http/lib/
H A DResponse.php162 ) = explode(' ', $status, 2);
H A DClient.php503 $headerBlob = explode("\r\n\r\n", trim($headerBlob, "\r\n"));
509 $headerBlob = explode("\r\n", $headerBlob);
515 $parts = explode(':', $header, 2);
H A Dfunctions.php116 explode(',', $acceptHeaderValue)
308 foreach (explode(',', $l1) as $l2) {
333 $parts = explode(';', $str);
338 $mimeType = explode('/', trim($mimeType));
350 explode('=', $part, 2);
/plugin/davcal/vendor/sabre/uri/lib/
H A Dfunctions.php60 $pathParts = explode('/', $path);
111 $pathParts = explode('/', ltrim($parts['path'], '/'));
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCard.php269 $value = explode(';', (string)$this->N);
H A DVFreeBusy.php39 $periods = explode(',', (string)$freebusy);
45 list($busyStart, $busyEnd) = explode('/', $period);
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php672 list($part) = explode(';', $contentType);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php286 $values = explode(',', $freebusy);
288 list($startTime, $endTime) = explode('/', $value);
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DBroker.php353 list($requestStatus) = explode(';', $requestStatus);
H A DMessage.php134 list($scheduleStatus) = explode(';', $this->scheduleStatus);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DFile.php53 list($username, $realm, $A1) = explode(':', $line);
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DAWS.php57 $authHeader = explode(' ', $authHeader);
64 list($this->accessKey, $this->signature) = explode(':', $authHeader[1]);
H A DBasic.php40 $credentials = explode(':', base64_decode(substr($auth, 6)), 2);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php300 $features = explode(',', $dav);

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