Home
last modified time | relevance | path

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

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