Home
last modified time | relevance | path

Searched defs:method (Results 1 – 24 of 24) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dauth_password.test.php49 function test_cryptPassword($method, $hash) {
61 function test_verifyPassword($method, $hash) {
71 function test_verifySelf($method, $hash) {
81 function test_verifyUnusable($method, $hash) {
H A Dhttpclient_mock.php40 public function sendRequest($url, $data = '', $method = 'GET') {
/dokuwiki/vendor/kissifrot/php-ixr/src/Request/
H A DRequest.php15 private $method; variable in IXR\\Request\\Request
19 public function __construct($method, $args)
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DIntrospectionServer.php54 public function addCallback($method, $callback, $args, $help)
127 public function methodSignature($method)
167 public function methodHelp($method)
H A DServer.php130 protected function hasMethod($method)
/dokuwiki/inc/Remote/
H A DApi.php121 public function call($method, $args = [])
164 public function ensureAccessIsAllowed(ApiCall $method)
H A DApiCall.php15 protected $method; variable in dokuwiki\\Remote\\ApiCall
32 public function __construct($method, $category = '')
/dokuwiki/inc/HTTP/
H A DDokuHTTPClient.php62 public function sendRequest($url, $data = '', $method = 'GET')
H A DHTTPClient.php158 public function sendRequest($url, $data = '', $method = 'GET')
/dokuwiki/_test/tests/general/
H A Dgeneral_html.test.php94 public function test_Validity($url, $method, $data)
/dokuwiki/inc/Extension/
H A DEventHandler.php50 public function register_hook($event, $advise, $obj, $method, $param = null, $seq = 0)
/dokuwiki/vendor/simplepie/simplepie/src/
H A DFile.php68 public $method = \SimplePie\SimplePie::FILE_SOURCE_NONE; variable in SimplePie\\File
H A DRegistry.php248 public function &call($type, $method, $parameters = [])
H A DSimplePie.php3089 public function __call($method, $args)
/dokuwiki/inc/Remote/OpenApiDoc/
H A DOpenAPIGenerator.php167 protected function getMethodDefinition(string $method, ApiCall $call)
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php36 protected $method = 'get'; variable in dokuwiki\\Menu\\Item\\AbstractItem
/dokuwiki/inc/
H A Ddeprecated.php80 public function __construct($method, $args)
H A Dauth.php1340 function auth_cryptPassword($clear, $method = '', $salt = null)
H A Dhtml.php202 function html_btn($name, $id, $akey, $params, $method = 'get', $tooltip = '', $label = false, $svg …
H A Dform.php66 public function __construct($params, $action = false, $method = false, $enctype = false)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php310 protected static function validatePlugin($format, $type, $method = null)
H A DSymmetricKey.php927 public function setPassword($password, $method = 'pbkdf2', ...$func_args)
/dokuwiki/_test/core/
H A DphpQuery-onefile.php3411 public function __call($method, $args) {
5585 public static function __callStatic($method, $params) {
5657 public function __call($method, $args) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php3637 public function computeKeyIdentifier($key = null, $method = 1)