Home
last modified time | relevance | path

Searched refs:write (Results 326 – 350 of 1185) sorted by path

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

/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/DAV/Xml/Element/
H A DResponseTest.php44 $xml = $this->write(['{DAV:}root' => ['{DAV:}response' => $property]]);
84 $xml = $this->write(['{DAV:}root' => ['{DAV:}response' => $property]]);
116 $xml = $this->write(['{DAV:}root' => ['{DAV:}response' => $property]]);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DHrefTest.php25 $xml = $this->write(['{DAV:}anything' => $href]);
39 $xml = $this->write(['{DAV:}anything' => $href]);
93 $xml = $this->write(['{DAV:}anything' => $href]);
H A DLastModifiedTest.php16 $result = $this->write($val);
32 $result = $this->write($val);
H A DLockDiscoveryTest.php23 $xml = $this->write(['{DAV:}root' => $prop]);
61 $xml = $this->write(['{DAV:}root' => $prop]);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/
H A DPropPatchTest.php19 $result = $this->write(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/
H A DXmlTest.php14 function write($input) { function in Sabre\\DAV\\Xml\\XmlTest
21 $writer->write($input);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPluginPropertiesTest.php98 $result = $server->xml->write('{DAV:}root', $prop);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DACLTest.php21 $xml = (new DAV\Server())->xml->write('{DAV:}root', $acl);
45 $xml = (new DAV\Server())->xml->write('{DAV:}root', $acl, '/');
95 $xml = (new DAV\Server())->xml->write('{DAV:}root', $acl, '/');
H A DAclRestrictionsTest.php20 $xml = (new DAV\Server())->xml->write('{DAV:}root', $prop);
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, '/');
H A DSupportedPrivilegeSetTest.php30 $xml = (new DAV\Server())->xml->write('{DAV:}supported-privilege-set', $prop);
62 $xml = (new DAV\Server())->xml->write('{DAV:}supported-privilege-set', $prop);
/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/xml/
H A DCHANGELOG.md52 configure xml applications and easily parse/write things from there. #35, #38.
91 * #25: Added `XmlSerializable` to allow people to write serializers without
126 * Added: The writeElement method can now write complex elements.
/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/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);
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DEater.php35 $writer->write('hiiii!');
H A DMock.php27 $writer->write('hiiii!');
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DWriterTest.php309 $this->writer->write(new \StdClass());
/plugin/davcard/action/
H A Dajax.php56 $write = true;
67 $write = false;
75 … if($write && ($this->hlp->addContactEntryToAddressbookForPage($id, $user, $params) === true))
82 if(!$write)
111 …if($write && ($this->hlp->editContactEntryToAddressbookForPage($id, $user, $params['uri'], $params…
118 if(!$write)
126 …if($write && ($this->hlp->deleteContactEntryToAddressbookForPage($id, $user, $params['uri']) === t…
133 if(!$write)
/plugin/davcard/
H A Dhelper.php59 $write = false;
74 $write = $settings['write'];
81 $write = true;
89 $write = false;
207 $write = false;
222 $write = $settings['write'];
229 $write = true;
237 $write = false;
631 * @param boolean $write Writable
635 public function parseVcard($card, $uri, $write) argument
[all …]

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