Home
last modified time | relevance | path

Searched refs:write (Results 251 – 275 of 1185) sorted by last modified time

1...<<11121314151617181920>>...48

/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DPropPatch.php56 $writer->write(['{DAV:}prop' => [$propertyName => $propertyValue]]);
60 $writer->write(['{DAV:}prop' => [$propertyName => $propertyValue]]);
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1117 $xml = $this->server->xml->write(
1215 $writer->write([[
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/
H A DInviteReplyTest.php30 $writer->write($notification);
H A DSystemStatusTest.php26 $writer->write($notification);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
H A DAllowedSharingModesTest.php26 $xml = $this->write(['{DAV:}root' => $property]);
H A DEmailAddressSetTest.php28 $xml = $this->write([
H A DInviteTest.php62 $xml = $this->write(['{DAV:}root' => $property]);
148 $xml = $this->write(['{DAV:}root' => $inputProperty]);
H A DScheduleCalendarTranspTest.php43 $xml = $this->write(['{DAV:}root' => $property]);
60 $xml = $this->write(['{DAV:}root' => $property]);
H A DSupportedCalendarComponentSetTest.php44 $xml = $this->write(['{DAV:}root' => $property]);
H A DSupportedCalendarDataTest.php25 $xml = $this->write(['{DAV:}root' => $property]);
H A DSupportedCollationSetTest.php25 $xml = $this->write(['{DAV:}root' => $property]);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Property/
H A DSupportedAddressDataTest.php25 $xml = $this->write(['{DAV:}root' => $property]);
H A DSupportedCollationSetTest.php25 $xml = $this->write(['{DAV:}root' => $property]);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DCurrentUserPrivilegeSetTest.php19 $xml = (new DAV\Server())->xml->write('{DAV:}root', $prop);
H A DPrincipalTest.php45 $xml = (new DAV\Server())->xml->write('{DAV:}principal', $prin);
61 $xml = (new DAV\Server())->xml->write('{DAV:}principal', $prin);
77 $xml = (new DAV\Server())->xml->write('{DAV:}principal', $prin, '/');
/plugin/davcal/action/
H A Dajax.php37 $write = false;
56 $write = true;
78 if($write)
112 if($write)
134 if($write)
159 $data['settings']['readonly'] = !$write;
/plugin/davcal/vendor/sabre/http/
H A DREADME.md182 you to write simple clients, using the `Request` and `Response` objects you're
284 With all these tools combined, it becomes very easy to write a simple reverse
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPluginPropertiesTest.php98 $result = $server->xml->write('{DAV:}root', $prop);
/plugin/davcal/vendor/sabre/dav/
H A DCONTRIBUTING.md75 We may have to write the tests ourselves, which can increase the time it takes
/plugin/davcal/vendor/sabre/dav/bin/
H A Dgooglecode_upload.py175 sys.stdout.write('Please enter your googlecode.com username: ')
/plugin/davcal/vendor/sabre/xml/lib/Element/
H A DBase.php59 $writer->write($this->value);
H A DKeyValue.php76 $writer->write($this->value);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php269 $xml = $this->xml->write(
/plugin/davcal/vendor/sabre/xml/lib/
H A DService.php156 function write($rootElementName, $value, $contextUri = null) { function in Sabre\\Xml\\Service
H A DWriter.php99 function write($value) { function in Sabre\\Xml\\Writer
138 $this->write($item);
211 $this->write($content);

1...<<11121314151617181920>>...48