Home
last modified time | relevance | path

Searched +defs:user +defs:data (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php37 public function add($id, $user, $style, $data = '')
81 public function remove($id, $user = null, $style = null, $data = null)
112 public function userSubscription($id = '', $user = '')
167 public function subscribers($page, $user = null, $style = null, $data = null)
235 public function notifyAddresses(&$data)
H A DSubscriberRegexBuilder.php21 public function buildRegex($user = null, $style = null, $data = null)
/dokuwiki/lib/plugins/authpdo/_test/
H A Dmysql.test.php14 protected $user = ''; variable in mysql_plugin_authpdo_test
166 protected function runUserTests(auth_plugin_authpdo $auth, $user) {
285 public function test_database($dbname, $dump, $data){
/dokuwiki/inc/
H A Dauth.php295 function auth_login($user, $pass, $sticky = false, $silent = false)
463 function auth_encrypt($data, $secret)
567 function auth_ismanager($user = null, $groups = null, $adminonly = false, $recache = false)
628 function auth_isadmin($user = null, $groups = null, $recache = false)
644 function auth_isMember($memberlist, $user, array $groups)
713 function auth_aclcheck($id, $user, $groups)
734 function auth_aclcheck_cb($data)
957 function auth_sendPassword($user, $password)
1389 function auth_setCookie($user, $pass, $sticky)
/dokuwiki/inc/HTTP/
H A DHTTPClient.php47 public $user; variable in dokuwiki\\HTTP\\HTTPClient
113 public function dget($url, $data, $sloppy304 = false)
134 public function post($url, $data)
158 public function sendRequest($url, $data = '', $method = 'GET')
583 protected function sendData($socket, $data, $message)
843 protected function postEncode($data)
857 protected function postMultipartEncode($data)