Home
last modified time | relevance | path

Searched refs:user (Results 101 – 125 of 1528) sorted by relevance

12345678910>>...62

/plugin/authsaml/
H A Dauth.php56 public function getUserData($user, $requireGroups = true) argument
58 return $this->saml->getUserData($user);
62 public function checkPass($user, $pass) { argument
63 return $this->saml->checkPass($user);
71 public function trustExternal($user, $pass, $sticky = false) argument
/plugin/fedauth/classes/usr/
H A Dfa_filestore.class.php192 $user = $_SERVER['REMOTE_USER'];
201 'user' => $user);
205 io_saveFile($this->userFN($user), $dataline, true); //user data
220 $user = $_SERVER['REMOTE_USER'];
223 'user' => $user);
226 io_deleteFromFile($this->userFN($user), $dataline);
242 $user = $_SERVER['REMOTE_USER'];
244 io_deleteFromFile($this->userFN($user), $dataline);
247 io_saveFile($this->userFN($user), $dataline, true);
286 $user = ($isExternal) ? $_SERVER['REMOTE_USER'] : '';
[all …]
/plugin/notification/action/
H A Dcron.php55 $user = $sqlite->res2single($res);
57 if (!$user) return;
60 $sqlite->query('UPDATE cron_check SET timestamp=? WHERE user=?', date('c'), $user);
66 'user' => $user,
83 … $res = $sqlite->query('SELECT plugin, notification_id FROM notification WHERE user=?', $user);
130 $userinfo = $auth->getUserData($user, $requireGroups = false);
141 … ['plugin' => $plugin, 'notification_id' => $id, 'user' => $user, 'sent' => date('c')]);
/plugin/feedback/
H A Daction.php85 $user = null;
89 $user = $auth->getUserData($_SERVER['REMOTE_USER']);
90 if(!$user) $user = null;
96 if($user) $mailer->setHeader('Reply-To', $user['mail']);
110 if ($success && $user && $this->getConf('send_copy')) {
112 $mailer->to($user['mail']);
/plugin/aclregex/
H A Daction.php43 $user = $event->data['user']; // @var string $user
79 if (auth_isadmin($user, $groups)) {
87 $user = utf8_strtolower($user);
90 $user = auth_nameencode($auth->cleanUser($user));
102 if ($user) $groups[] = $user;
/plugin/tos/
H A Daction.php34 $user = $INPUT->server->str('REMOTE_USER');
35 if ($user === '') return;
42 $this->userTosState($user, true);
50 $accepted = $this->userTosState($user);
127 * @param string $user the user to check/update
131 protected function userTosState($user, $accept = false) argument
133 $tosfile = getCacheName($user, '.tos');
137 io_saveFile($tosfile, $user);
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DUserPasswordTrait.php10 * @var array{ user: string|null, password: string|null, }
12 private $authentication = ['user' => null, 'password' => null];
20 * @param array{ user?: string|null, password?: string|null, } $authentication
25 $this->authentication['user'] = $authentication['user'] ?? null;
32 return $this->authentication['user'] ?? null;
38 public function withUser(?string $user) argument
41 $new->authentication['user'] = $user;
64 $user
[all...]
/plugin/davcal/action/
H A Dajax.php34 $user = $_SERVER['REMOTE_USER'];
36 $user = null;
80 $res = $this->hlp->addCalendarEntryToCalendarForPage($id, $user, $params);
107 $user, $startDate, $endDate, $timezone, $color));
114 $res = $this->hlp->editCalendarEntryForPage($id, $user, $params);
157 $data['settings'] = $this->hlp->getPersonalSettings($user);
160 $data['settings']['syncurl'] = $this->hlp->getSyncUrlForPage($page, $user);
162 $data['settings']['principalurl'] = $this->hlp->getPrincipalUrlForUser($user);
173 if($this->hlp->savePersonalSettings($settings, $user))
/plugin/judge/
H A Dscript.js18 function resultRefresh(problem_name, type, user) { argument
19 if (user === "null" && type === "test-case") {
40 user: user,
53 var user; variable
60 function submitKey(problem_name, user, language, type, runtime, path) { argument
66 window["user"] = user;
135 user: user,
197 user: user,
/plugin/newpagetemplate/
H A Dhelper.php16 $user = $opts['user'];
38 $tpl = $this->pagefromtemplate($opts['tmpl'], $opts['page'], $opts['usrrepl'], $opts['user']);
43 $this->output_ini($user, $ini,$usrreplace);
85 function pagefromtemplate($template, $page, $newpagevars, $user = "") argument
156 $user,
170 function output_ini($user="", $ini, $usrreplace) argument
185 $this->process_array($pages, $newpagevars, $t, $user,$usrreplace);
187 $this->process_single($pages, $newpagevars, $t, $user,$usrreplace);
192 function process_array($pages, $newpagevars, $tpl, $user argument
224 process_single($pages, $newpagevars, $tpl, $user = '', $usrreplace) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DUsersListResponse.php29 public function setUser($user) argument
31 $this->user = $user;
38 return $this->user;
H A DGroupLicenseUsersListResponse.php29 public function setUser($user) argument
31 $this->user = $user;
38 return $this->user;
/plugin/goto/
H A Daction.php25 $user = $_SERVER['REMOTE_USER'];
26 if(!$user) return;
29 setcookie("GOTO_LOGIN",":$user" , time()+10, DOKU_BASE);
55 $redirect_target .= ($grp_opt == 'user_page' ? $user : $conf['start']);
73 $repl = array($common,$user,$user,$conf['start']);
/plugin/loadskin/
H A Daction.php130 $user = $_SERVER['REMOTE_USER'];
143 if ($user && !$mobileSwitch)
144 $this->_tplUserConfig('set', $user, $tplRequest);
148 $tplUser = $this->_tplUserConfig('get', $user);// from user conf file
151 if ($user && $tplUser && in_array($tplUser, $tpls) && !$mobileSwitch){
214 private function _tplUserConfig($act, $user, $tpl='') { argument
220 return $data[$user];
221 unset($data[$user]);
227 $data[$user] = $tpl;
/plugin/chat/
H A Dajax.php262 $user = cleanUser($_POST['user']);
278 $udata = $auth->getUserData($user);
280 $line = "(".time().") ".$user;
307 $user = cleanUser($_POST['user']);
329 function cleanUser($user) { argument
332 $user = preg_replace('/[^ .,a-zA-Z0-9_\-]/i', '', $user);
333 $user = substr($user, 0, 40);
334 return $user;
/plugin/dev/skel/
H A Dauth.php30 //$this->cando['logout'] = true; // can the user logout again? (eg. not possible with HTTP auth)
42 //public function trustExternal($user, $pass, $sticky = false)
56 $_SERVER['REMOTE_USER'] = $user;
57 $_SESSION[DOKU_COOKIE]['auth']['user'] = $user;
66 public function checkPass($user, $pass)
73 public function getUserData($user, $requireGroups = true)
80 'grps' => ['user', 'admin']
88 //public function createUser($user, $pass, $name, $mail, $grps = null)
95 //public function modifyUser($user,
65 checkPass($user, $pass) global() argument
72 getUserData($user, $requireGroups = true) global() argument
142 cleanUser($user) global() argument
[all...]
/plugin/task/syntax/
H A Dtask.php32 list($user, $date) = explode('?', $match);
38 'user' => array('name' => $user),
55 return array($user, $date, $priority);
61 list($user, $date, $priority) = $data;
75 $status = $this->_getStatus($user, $sn);
98 if ($user) {
99 $this->_tablerow('user', $this->_hCalUser($user), $renderer, '', 'organizer');
158 function _getStatus($user, &$status) { argument
163 $responsible = $this->my->_isResponsible($user);
285 function _hCalUser($user) { argument
[all …]
/plugin/diagramsnet/lib/plugins/
H A DcConf-comments.js58 ui.remoteInvoke('getCurrentUser', null, null, function(user) argument
60 confUser = new DrawioUser(user.id, user.email, user.displayName, user.pictureUrl);
96 new DrawioUser(cComment.user.id, cComment.user.email,
97 cComment.user.displayName, cComment.user.pictureUrl), pCommentId);
109 var user = atlasComment.history.createdBy;
113 new DrawioUser(user.accountId, user.username,
114 user.displayName, siteUrl + user.profilePicture.path));
283 ui.newComment = function(content, user) argument
286 content, Date.now(), Date.now(), false, user);
/plugin/permissioninfo/lang/en/
H A Dhelp.txt4 If you hover your mouse cursor over a user name you can see his login name.
8 If you click on a user name you can see the individual permissios for the user,
9 derived from the ACL for the groups the user is a an the individual permissions
10 given to the user with the ACL.
/plugin/issuetracker/
H A DREADME10 Simply spoken a user can easily report an issue for defined products which will
64 Inform user automatically by mail = on/off
82 select wiki user groups pre-selected = admin|user
114 Product user can select from admin pre-defined set of values
115 Version user to enter version info
116 User name name derived from login if registered user, else should be entered by user
117 User mail e-mail derived from login if registered user, else should be entered by user
118 User phone phonenumber of the user
122 Issue Description user to enter the issue details
124 Captcha user to enter for security reasons (if configured)
[all …]
/plugin/icalevents/vendor/sabre/uri/tests/
H A DParseTest.php52 'user' => null,
78 'user' => 'user',
93 'user' => null,
105 'user' => null,
169 'user' => null,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DUserMentionMetadata.php46 public function setUser(User $user) argument
48 $this->user = $user;
55 return $this->user;
/plugin/submgr/
H A Dhelper.php93 * @param string $user
97 public function runRules($user, $groups) argument
102 if (auth_isMember($data[1], $user, $groups)) {
103 $sub->add($item, $user, $data[0]);
154 foreach ($users as $user) {
155 $sub->add($item, $user, $type);
173 foreach ($users as $user) {
174 $sub->remove($item, $user, $type);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DOperationMetadataV1.php48 public $user; variable in Google\\Service\\Appengine\\OperationMetadataV1
141 public function setUser($user) argument
143 $this->user = $user;
150 return $this->user;
H A DOperationMetadataV1Alpha.php48 public $user; variable in Google\\Service\\Appengine\\OperationMetadataV1Alpha
141 public function setUser($user) argument
143 $this->user = $user;
150 return $this->user;

12345678910>>...62