Home
last modified time | relevance | path

Searched refs:read (Results 751 – 775 of 842) sorted by path

1...<<31323334

/plugin/wavedrom/
H A DLICENSE673 Public License instead of this License. But first, please read
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js6757 }return{read:function(text,startLine){var rule_start=[],rule_body_start=[],rules=[],in_comment=0,ro…
6822 var parsedObj=CssParser.read(sourceData.source,sourceData.startLine);
/plugin/webdav/vendor/psr/log/
H A DREADME.md56 implement `Psr\Log\LoggerInterface` in your code. Please read the
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md35 * The default ACL rules allow an unauthenticated user to read information
61 others to their calendar and give them read/read-write access!
74 to create a public read-only collection.
91 we before assigned both `{DAV:}read` and `{DAV:}write`.
106 * #671: We are no longer checking the `read-free-busy` privilege on individual
727 * Added: #523 Custom CalDAV backends can now mark any calendar as read-only.
1066 * Added: Sharee's can now also read out the list of invites for a shared
1472 * Changed: The calendar-proxy-[read|write] principals will now only appear in
1690 * Added: It's not possible to disable listing of nodes that are denied read
1909 * Added: Calendars are now private and can only be read by the owner.
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DAbstractBackend.php142 $vObject = VObject\Reader::read($object['calendardata']);
H A DPDO.php642 $vObject = VObject\Reader::read($calendarData);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php236 $vtimezoneObj = VObject\Reader::read($tzResult[$tzProp]);
307 $nodeComp = VObject\Reader::read($inputObject);
H A DPlugin.php450 … $vObject = VObject\Reader::read($objProps[200]['{' . self::NS_CALDAV . '}calendar-data']);
463 $vtimezoneObj = VObject\Reader::read($tzResult[$tzProp]);
527 $vtimezoneObj = VObject\Reader::read($tzResult[$tzProp]);
572 … $vObject = VObject\Reader::read($properties[200]['{urn:ietf:params:xml:ns:caldav}calendar-data']);
632 … $vObject = VObject\Reader::read($properties[200]['{' . self::NS_CALDAV . '}calendar-data']);
691 $vtimezoneObj = VObject\Reader::read($calendarProps[$tzProp]);
841 $vobj = VObject\Reader::read($data);
1034 $vobj = VObject\Reader::read($response->getBody());
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php191 $vObject = VObject\Reader::read($object['calendardata']);
H A DPlugin.php362 $oldObj = Reader::read($node->get());
530 $currentObject = Reader::read($oldICalendarData);
740 $vObject = VObject\Reader::read($request->getBody());
960 $vtimezoneObj = VObject\Reader::read($props[$ctz]);
1013 VObject\Reader::read(
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php351 $vobj = VObject\Reader::read($data);
523 $vcard = VObject\Reader::read($vcardData);
857 $input = VObject\Reader::read($data);
H A DVCFExportPlugin.php125 $vcard = VObject\Reader::read($nodeData);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php322 'read' => self::ACCESS_READ,
327 throw new BadRequest('The "access" POST must be readwrite, read or no-access');
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DProp.php53 $reader->read();
62 $reader->read();
67 $reader->read();
H A DResponse.php202 $reader->read();
214 $reader->read();
217 $reader->read();
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DComplex.php53 $reader->read();
72 $reader->read();
77 $reader->read();
/plugin/webdav/vendor/sabre/event/lib/Loop/
H A DLoop.php312 $read = $this->readStreams;
315 if (stream_select($read, $write, $except, null, $timeout)) {
319 foreach ($read as $readStream) {
/plugin/webdav/vendor/sabre/http/
H A DREADME.md476 * read once.
620 * read once.
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md144 * `Sabre\VObject\Reader::read` now has a `$charset` argument.
348 * #175: Parser can now read and skip the UTF-8 BOM.
510 disabled and an invalid file is read.
/plugin/webdav/vendor/sabre/vobject/lib/
H A DBirthdayCalendarGenerator.php68 $vObj = Reader::read($object);
H A DFreeBusyGenerator.php148 $this->objects[] = Reader::read($object);
H A DPHPUnitAssertions.php42 $input = Reader::read($input);
H A DReader.php43 public static function read($data, $options = 0, $charset = 'UTF-8') function in Sabre\\VObject\\Reader
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php170 $oldCalendar = Reader::read($oldCalendar);
190 $calendar = Reader::read($calendar);
/plugin/webdav/vendor/sabre/vobject/lib/Parser/XML/Element/
H A DKeyValue.php50 $reader->read();
57 $reader->read();
61 $reader->read();

1...<<31323334