Home
last modified time | relevance | path

Searched defs:user (Results 51 – 75 of 267) sorted by relevance

1234567891011

/plugin/virtualgroup/
H A Dadmin.php61 edit($user) global() argument
123 del($user) global() argument
156 add($user) global() argument
[all...]
/plugin/adfs/
H A Dauth.php37 public function trustExternal($user, $pass, $sticky = false)
142 public function cleanUser($user)
/plugin/aclplusregex/_test/
H A Dacl.test.php
/plugin/oauth/
H A Dauth.php33 public function trustExternal($user, $pass, $sticky = false) argument
62 public function createUser($user, $pwd, $name, $mail, $grps = null) argument
77 public function modifyUser($user, $changes) argument
[all...]
/plugin/authwordpress/
H A Dauth.php127 public function checkPass($user, $pass) argument
208 getUserData($user, $requireGroups = true) global() argument
352 applyFilter(string $user, array $info) global() argument
[all...]
/plugin/sympaauth/files/
H A Dsympa.class.php79 function checkPass($user,$pass){
113 function getUserData($user) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessVerifications/
H A DEmailVerificationData.php33 public $user; variable in Google\\Service\\MyBusinessVerifications\\EmailVerificationData
66 public function setUser($user)
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioClient.js25 DrawioClient.prototype.user = null; method in DrawioClient
30 DrawioClient.prototype.setUser = function(user) argument
/plugin/authdjango/
H A Dauth.php52 function trustExternal($user,$pass,$sticky=false){
105 function _getUserGroups($user){
/plugin/authgoogle/
H A Dauth.php28 function trustExternal($user, $pass, $sticky = false) {
232 function cleanUser($user){
/plugin/evesso/
H A Dauth.php36 function trustExternal($user, $pass, $sticky = false) {
377 …private function setUserCookie($user, $sticky, $servicename, $validityPeriodInSeconds = 31536000) {
420 public function createUser($user, $pwd, $name, $mail, $grps = null) {
436 public function modifyUser($user, $changes) {
/plugin/userhistory/
H A Dadmin.php51 function _getChanges ( $user ) {
97 function _userHistory ( $user ) {
/plugin/authgooglesheets/
H A Dhelper.php54 public function getUserData($user)
153 public function update($user, $changes)
285 protected function filter($user, $info)
/plugin/authsmartcard/
H A Dauth.php170 public function getUserData($user) {
192 public function createUser($user, $pass, $name, $mail, $grps = null) {
205 public function modifyUser($user, $changes) {
/plugin/epub/scripts/
H A Dscript.js1 function epub_show_throbber(user,client) { argument
28 function _epub_show_throbber(user,client) { argument
/plugin/ireadit/
H A Dhelper.php114 public function user_can_read_page($ireadit_data, $id, $rev, $user) {
139 public function get_list($user=NULL) {
/plugin/acknowledge/admin/
H A Dreport.php80 htmlUserStatus($user) global() argument
196 userLink($user) global() argument
[all...]
/plugin/openid/
H A Daction.php492 function update_session($user)
516 function register_openid_association($user, $openid)
528 function remove_openid_association($user, $openid)
/plugin/booking/
H A Dhelper.php116 public function addBooking($id, $begin, $length, $user)
142 public function cancelBooking($id, $at, $user=null)
/plugin/authsaml/
H A Dsaml.php78 public function getUserData($user) {
88 public function checkPass($user) {
158 public function getFILEUserData($user)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Clouderrorreporting/
H A DErrorContext.php32 public $user; variable in Google\\Service\\Clouderrorreporting\\ErrorContext
79 public function setUser($user)
/plugin/twofactor/
H A DSettings.php20 protected $user; variable in dokuwiki\\plugin\\twofactor\\Settings
26 public function __construct($module, $user) argument
[all...]
/plugin/forceuserchange/
H A Daction.php79 protected function get_user_groups($user = null) {
89 protected function user_required_to_stop($user = null) {
/plugin/judge/
H A Dscript.js18 function resultRefresh(problem_name, type, user) { argument
53 var user; variable
60 function submitKey(problem_name, user, language, type, runtime, path) { argument
/plugin/chat/
H A Dscript.js252 Ajax_chat_class.prototype.chatClear = function(user) { argument
298 Ajax_chat_class.prototype.chatSend = function(user,message) { argument
610 function chatSendMessage(user,msg) { argument
669 function chatClearMessages(user) { argument

1234567891011