Home
last modified time | relevance | path

Searched refs:httpMove (Results 1 – 15 of 15) sorted by relevance

/dports/www/owncloud/owncloud/apps/dav/lib/DAV/
H A DLazyOpsPlugin.php90 public function httpMove(RequestInterface $request, ResponseInterface $response) { function in OCA\\DAV\\DAV\\LazyOpsPlugin
/dports/mail/davmail/davmail-src-6.0.1-3390/src/java/davmail/exchange/dav/
H A DDavExchangeSession.java1976 HttpMove httpMove = new HttpMove(URIUtil.encodePath(getFolderPath(folderPath)), in moveFolder() local
1978 try (CloseableHttpResponse response = httpClientAdapter.execute(httpMove)) { in moveFolder()
1983 throw HttpClientAdapter.buildHttpResponseException(httpMove, response); in moveFolder()
1996 HttpMove httpMove = new HttpMove(URIUtil.encodePath(getFolderPath(sourcePath)), in moveItem() local
1998 moveItem(httpMove); in moveItem()
2001 protected void moveItem(HttpMove httpMove) throws IOException { in moveItem() argument
2002 try (CloseableHttpResponse response = httpClientAdapter.execute(httpMove)) { in moveItem()
2007 throw HttpClientAdapter.buildHttpResponseException(httpMove, response); in moveItem()
2824 … HttpMove httpMove = new HttpMove(URIUtil.encodePath(getFolderPath(DRAFTS + '/' + itemName)), in sendMessage() local
2828 httpMove.setHeader("Saveinsent", "f"); in sendMessage()
[all …]
/dports/www/baikal/baikal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php586 public function httpMove(RequestInterface $request, ResponseInterface $response) function in Sabre\\DAV\\CorePlugin
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php586 public function httpMove(RequestInterface $request, ResponseInterface $response) function in Sabre\\DAV\\CorePlugin
/dports/www/owncloud/owncloud/lib/composer/sabre/dav/lib/DAV/
H A DCorePlugin.php586 public function httpMove(RequestInterface $request, ResponseInterface $response) function in Sabre\\DAV\\CorePlugin
/dports/www/nextcloud/nextcloud/3rdparty/sabre/dav/lib/DAV/
H A DCorePlugin.php586 public function httpMove(RequestInterface $request, ResponseInterface $response) function in Sabre\\DAV\\CorePlugin
/dports/www/sabredav/sabre-dav-3.2.2/lib/DAV/
H A DCorePlugin.php620 function httpMove(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\CorePlugin
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php620 function httpMove(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\CorePlugin
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/sabre/sabre/dav/lib/DAV/
H A DCorePlugin.php620 function httpMove(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\CorePlugin
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/sabre/sabre/dav/lib/DAV/
H A DCorePlugin.php620 function httpMove(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\CorePlugin
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php620 function httpMove(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\CorePlugin
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php620 function httpMove(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\CorePlugin
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/DAV/
H A DServer.php986 protected function httpMove($uri) { function in SabreForRainLoop\\DAV\\Server
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/DAV/
H A DServer.php986 protected function httpMove($uri) { function in SabreForRainLoop\\DAV\\Server
/dports/www/pear-Horde_Dav/Horde_Dav-1.1.4/bundle/vendor/sabre/dav/lib/Sabre/DAV/
H A DServer.php989 protected function httpMove($uri) { function in Sabre\\DAV\\Server