Home
last modified time | relevance | path

Searched refs:expect (Results 126 – 131 of 131) sorted by path

123456

/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php322 $propFindXml = $this->server->xml->expect('{DAV:}propfind', $requestBody);
379 $propPatch = $this->server->xml->expect('{DAV:}propertyupdate', $request->getBody());
568 $mkcol = $this->server->xml->expect('{DAV:}mkcol', $requestBody);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php553 $result = $this->server->xml->expect(
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1175 $acl = $this->server->xml->expect('{DAV:}acl', $body);
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md27 * `Service::expect()` can now also work with bare element names.
58 `Sabre\Xml\Service::expect()`.
/plugin/webdav/vendor/sabre/xml/lib/
H A DService.php144 function expect($rootElementName, $input, $contextUri = null) { function in Sabre\\Xml\\Service
/plugin/xcom/lang/en/
H A Dhowto.txt26 …- Options which expect arrays are enclosed in parentheses: ''(option)''. See the ''Query types'' l…

123456