Home
last modified time | relevance | path

Searched refs:user (Results 176 – 200 of 1528) sorted by relevance

12345678910>>...62

/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DOperation.php77 public $user; variable in Google\\Service\\SQLAdmin\\Operation
292 public function setUser($user) argument
294 $this->user = $user;
301 return $this->user;
/plugin/bez/mdl/
H A DSubscriptionFactory.php25 //mute currently loged user
59 public function getUserToken($user='') { argument
63 if (!$user) $user = $this->model->user_nick;
66 $r = $this->model->sqlite->query($q, $user);
71 array( 'user_id' => $user,
/plugin/userpage/
H A Dplugin.info.txt6 desc Add item the user menu that links to the user page for every logged-in user
/plugin/whoisonline/
H A Dsyntax.php66 foreach( $online_users as $user ) {
67 if( $user['login']!=$INFO["client"] ) { // skip the already added user
68 if( (time() - $user["timeseen"]) < $maxtime ) array_push( $newlist , $user );
/plugin/authhttp/
H A DREADME16 NTLM authentication). In that case, the Webserver provides a user's
20 Out of the box DokuWiki will already pick these up and pretend the user
23 user (and the admin) options depending on the auth plugin's capabilities.
27 login name", "change password", "add user", "edit user", "delete user"
28 so that DokuWiki consequently does not expose these controls to the user
33 capabilities, the user could attempt to change his password through the
61 - the user's real name: authhttp will simply return the user'
[all...]
/plugin/authopenldapkerberos/
H A Dauth.php31 public function checkPass($user, $pass) argument
35 $p->initPassword($user, $pass);
43 public function getUserData($user, $requireGroups = true) argument
49 "({$this->getConf('userkey')}=$user)",
80 if($e[$i][$this->getConf('groupuids')][$j] == $user)
213 * @param string $user User login
217 protected function filter($user, $info) argument
221 if (!preg_match($pattern, $user)) return false;
/plugin/newpagetemplate/
H A Dcli.php90 $user = "";
109 $user = $opts[$i + 1];
113 $user = $opts[$i + 1];
125 if (!$user) {
128 $user = $processUser['name'];
134 return array('page' => $page, 'usrrepl' => $usrrepl, 'tmpl' => $tmpl, 'user' => $user, 'ini' => $ini, 'screen' => $screen,
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DPushoverHandler.php37 private $user = null; variable in Monolog\\Handler\\PushoverHandler
161 'user' => $this->user,
203 foreach ($this->users as $user) {
204 $this->user = $user;
210 $this->user = null;
/plugin/authlinotp/
H A Dauth.php20 public function checkPass($user, $pass) { argument
21 assert(is_string($user));
23 $userinfo = $this->getUserData($user);
35 $escUsername = urlencode($user);
/plugin/imagecarousel/vendor/slick/
H A Dslick.css11 -webkit-user-select: none;
12 -moz-user-select: none;
13 -ms-user-select: none;
14 user-select: none;
17 -khtml-user-select: none;
/plugin/structpublish/helper/
H A Dnotify.php51 // flatten the array and split into single user or group items
84 * with user groups resolved to individual users
126 foreach ($users as $user) {
127 $resolved[] = $user['mail'];
140 $user = $auth->getUserData($recipient);
141 if ($user) {
142 $resolved[] = $user['mail'];
/plugin/siteexport/inc/
H A Dhttpproxy.php69 … $this->_debug("Using Authentication:", array('user' => $this->user, 'password' => '*****'));
90 list($this->user, $sticky, $this->pass) = auth_getCookie();
93 if ($secondAttempt && !isset($this->user) && $INPUT->str('u') && $INPUT->str('p')) {
96 $this->user = $INPUT->str('u');
103 return isset($this->user);
/plugin/authldaplocal/
H A DREADME.md4 …r authentication so your contributers will not need to memorize yet another user name and password.
32 # root dn for the user tree (required)
34 # filter for users, %{user} will be replaced by user id (required)
35 $conf['plugin']['authldaplocal']['userfilter'] = '(&(uid=%{user})(objectClass=posixAccount))';
40 …r. In addition it will look up every user in your local /conf/users.auth.php. When both conditions…
44user manager can be used to add, delete or edit users. User information is pulled from the LDAP wh…
/plugin/struct/helper/
H A Dimexport.php95 * @param string $user optional, the user that should be set in the schemas history.
96 * If blank, the current user is used.
101 public function importSchema($schemaName, $schemaJSON, $user = null)
104 if (!blank($user)) {
105 $importer->setUser($user);
99 importSchema($schemaName, $schemaJSON, $user = null) global() argument
/plugin/elasticsearch/_test/
H A Dacl.test.php14 '* @user 8',
16 'macro:* @user 0',
18 'mini:* @user 0',
20 'mini:micro:* @user 8',
39 ['mini:micro:nano:stop', 'user', 'group', 0],
41 ['mini:micro:nano:start', 'user', 'micra', 8],
42 ['mini:micro:nano:start', 'user', 'nana', 8],
43 ['mini:micro:start', 'user', 'user', 8],
44 ['mini:micro:start', 'mirco', 'user',
129 testSanity($page, $user, $group, $expected) global() argument
[all...]
/plugin/loglog/
H A Daction.php106 * @param null|string $user
108 protected function logAuth($msg, $user = null) argument
110 $this->logHelper->writeLine($msg, $user);
146 $user = $event->data['user'];
148 $user = null;
151 $this->logHelper->writeLine($log, $user);
/plugin/zenlogin/
H A Dplugin.info.txt6 …lugin automatically creates user and log them in at Zenphoto. When a user changed, the changes are…
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioComment.js2 DrawioComment = function(file, id, content, modifiedDate, createdDate, isResolved, user) argument
24 this.user = user;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md26 $user->setPassword('qwerty');
188 $user->getName()->willReturn(null);
196 $user->setName('everzet')->will(function ($args, $user) {
201 $user->setName('everzet')->will(function ($args) use ($user) {
233 $user->setName(Argument::exact('everzet'));
257 $user->getName()->willReturn(null);
265 $user->setName(Argument::type('string'))->will(function ($args, $user) {
270 $user->setName(Argument::type('string'))->will(function ($args) use ($user) {
284 $user->getName()->willReturn(null);
292 $user->setName(Argument::type('string'))->will(function ($args, $user) {
[all …]
/plugin/logindelay/helper/
H A Dlog.php15 * @param string $user
17 public function __construct($user) argument
20 $this->statFile = $conf['cachedir'] . '/logindelay_' . $user . '.log';
/plugin/clearhistory/
H A Dadmin.php164 … $user = (empty($match[5][$i])) ? $match[2][$i] : $match[5][$i]; // user or if not logged in ip
168 $cmpuser = $user;
174 if ($user != $cmpuser) {
175 $cmpuser = $user;
183 $cmpuser = $user;
191 $cmpuser = $user;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DDeprecatedEvent.php218 public function setUser(User $user) argument
220 $this->user = $user;
227 return $this->user;
/plugin/acknowledge/syntax/
H A Dlisting.php61 * Returns the list of pages to be acknowledged by the user,
73 $user = $INPUT->server->str('REMOTE_USER');
74 if ($user === '') return '';
80 $items = $helper->getUserAssignments($user, $groups, $includeDone);
/plugin/condition/
H A DREADME.md14 - user : refers to the user "login" (like in $_SERVER['REMOTE_USER'])
15 - group : refers to the user group-set
16 - nsread : refers to the ability of the user to read a namespace
17 - nsedit : refers to the ability of the user to edit a namespace
/plugin/userhistory/
H A Dadmin.php51 function _getChanges ( $user ) { argument
81 if ( strtolower ( $change['user'] ) == strtolower ( $user ) ) $changes[] = $change;
97 function _userHistory ( $user ) { argument
104 ptln ( '<h2>'.$user.'</h2>' );
105 $changes = array_values ( $this->_getChanges ( $user ) );

12345678910>>...62