Home
last modified time | relevance | path

Searched refs:Client (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClientMulticall.php2 namespace IXR\Client;
10 class ClientMulticall extends Client
H A DClientSSL.php2 namespace IXR\Client;
9 * Client for communicating with a XML-RPC Server over HTTPS.
16 class ClientSSL extends Client
19 * Filename of the SSL Client Certificate
35 * Filename of the SSL Client Private Key
H A DClient.php2 namespace IXR\Client;
15 class Client class
/dokuwiki/inc/Remote/IXR/
H A DClient.php15 class Client extends \IXR\Client\Client class
/dokuwiki/inc/
H A Ddeprecated.php575 * @deprecated since 2021-11-11 use \dokuwiki\Remote\IXR\Client instead!
577 class IXR_Client extends \dokuwiki\Remote\IXR\Client
585 DebugHelper::dbgDeprecatedFunction(dokuwiki\Remote\IXR\Client::class);
590 * @deprecated since 2021-11-11 use \IXR\Client\ClientMulticall instead!
592 class IXR_ClientMulticall extends \IXR\Client\ClientMulticall
600 DebugHelper::dbgDeprecatedFunction(IXR\Client\ClientMulticall::class);