Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
DXMLRPCClient.php41 * @see HTTPClient
44 class XMLRPCClient extends HTTPClient {
57 $this->HTTPClient($host, $port);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/net/
DHTTPClient.php41 class HTTPClient extends Socket { class
61 function HTTPClient($host, $port = 80) { function in HTTPClient
/plugin/wow/
Dsyntax.php117 require_once(DOKU_INC . '/inc/HTTPClient.php');
/plugin/icon/
DSVG.php5 use dokuwiki\HTTP\HTTPClient; alias
40 $http = new HTTPClient();
/plugin/dil/
Dsyntax.php34 require_once(DOKU_INC . 'inc/HTTPClient.php');
/plugin/dokuwiki-webcomics/
Dsyntax.php39 require_once (DOKU_INC . 'inc/HTTPClient.php');
/plugin/oauth/
DHTTPClient.php12 class HTTPClient implements ClientInterface class
DAdapter.php68 $serviceFactory->setHttpClient(new HTTPClient());
/plugin/upgrade/HTTP/
DDokuHTTPClient.php13 class DokuHTTPClient extends HTTPClient {
DHTTPClient.php20 class HTTPClient { class
/plugin/upgrade/
Ddeleted.files4 HTTPClient.php
/plugin/imageshack/
Daction.php45 $http = new HTTPClient();
/plugin/oiddelegate/
Dadmin.php46 require_once(DOKU_INC.'inc/HTTPClient.php');
/plugin/tindexmenu/
Dadmin.php363 require_once (DOKU_INC.'inc/HTTPClient.php');
/plugin/elwikiupgrade/
DHTTPClient.php30 class HTTPClient { class
879 class DokuHTTPClient extends HTTPClient {