Home
last modified time | relevance | path

Searched refs:users (Results 26 – 50 of 904) sorted by relevance

12345678910>>...37

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DListUsersResponse.php47 public function setUsers($users) argument
49 $this->users = $users;
56 return $this->users;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DListUsersResponse.php47 public function setUsers($users) argument
49 $this->users = $users;
56 return $this->users;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DGetAccountInfoResponse.php47 public function setUsers($users) argument
49 $this->users = $users;
56 return $this->users;
H A DDownloadAccountResponse.php65 public function setUsers($users) argument
67 $this->users = $users;
74 return $this->users;
/plugin/authwordpress/
H A Dauth.php57 FROM %prefix%users u
68 * @var array $users
70 protected $users; variable in auth_plugin_authwordpress
73 * True if all users have been loaded in the cache
74 * @see $users
145 * @param int $limit max number of users to be returned
160 foreach ($this->users as $user => $info) {
188 $count = count($this->users);
192 foreach ($this->users as $user => $info) {
210 if (isset($this->users[
[all...]
/plugin/genericsso/
H A Dauth.php15 private $users = array(); variable in auth_plugin_genericsso
50 if(is_null($this->users)) $this->loadUsers();
51 if(array_key_exists($user, $this->users)) return $this->users[$user]; // Cache
52 $this->users[$user] = array('name' => $user, 'mail' => $user, 'grps' => array());
53 return $this->users[$user];
146 $this->users = array();
152 $this->users[$row[0]] = array(
/plugin/bureaucracyau/helper/
H A Dfieldusers.php55 $users = array_map('trim', explode(',', $value));
59 return implode($delimiter, $users);
64 }, $users));
89 $users = array_filter(preg_split('/\s*,\s*/', $this->getParam('value')));
90 foreach ($users as $user) {
/plugin/bureaucracy-au/helper/
H A Dfieldusers.php55 $users = array_map('trim', explode(',', $value));
59 return implode($delimiter, $users);
64 }, $users));
89 $users = array_filter(preg_split('/\s*,\s*/', $this->getParam('value')));
90 foreach ($users as $user) {
/plugin/bureaucracy/helper/
H A Dfieldusers.php55 $users = array_map('trim', explode(',', $value));
59 return implode($delimiter, $users);
64 }, $users));
89 $users = array_filter(preg_split('/\s*,\s*/', $this->getParam('value')));
90 foreach ($users as $user) {
/plugin/magento/
H A Dauth.php21 protected $users = null; variable in auth_plugin_magento
116 $name = "{$this->users[$entity]['first']} {$this->users[$entity]['last']}";
123 $groups = $this->users[$entity]['groups'];
136 $data['mail'] = $this->users[$entity]['mail'];
203 * @param array $users
348 if( $this->users === null ) $this->_loadUserData();
354 foreach( $this->users as $entry ) {
498 $this->users = array();
530 $this->users[$entity]['mail'] = "default";
541 $this->users[$entity]['mail'] = $row['mail'];
[all …]
/plugin/authlinotp/
H A DREADME.md5 Using this plugin you can authenticate the dokuwiki users gainst privacyIDEA.
6 The users themselves and their access rights are still managed within dokuwiki.
7 At the moment you need to create a useridresolver in privacyIDEA, that holds the same users
8 like the users in dokuwiki.
14 * The users realm
19 Now you can login with the tokens enrolled in privacyIDEA for the users.
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Diterable.rst12 {% if users is iterable %}
13 {% for user in users %}
17 {# users is probably a string #}
18 Hello {{ users }}!
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DFile.php23 protected $users = []; variable in Sabre\\DAV\\Auth\\Backend\\File
58 $this->users[$realm . ':' . $username] = $A1;
73 …return isset($this->users[$realm . ':' . $username]) ? $this->users[$realm . ':' . $username] : fa…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUsers.php104 public function setUsers($users) argument
106 $this->users = $users;
113 return $this->users;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DFile.php23 protected $users = []; variable in Sabre\\DAV\\Auth\\Backend\\File
58 $this->users[$realm . ':' . $username] = $A1;
73 …return isset($this->users[$realm . ':' . $username]) ? $this->users[$realm . ':' . $username] : fa…
/plugin/bez/mdl/
H A DUserFactory.php67 $users = $this->get_all();
68 if (array_key_exists($nick, $users)) {
76 $users = $this->get_all();
77 return isset($users[$nick]) ? $users[$nick] : '';
/plugin/groupmanager/
H A DREADME12 existing users can easily be found and added to groups in Wikis with many users.
13 Groupmanager may also enable group-admins to add and delete users independently from a
14 super user, if these users belong to the groups they administer.
27 <code>~~groupmanager|[groups to manage]|[allowed users and groups]~~</code>
52 simple users a bit by deleting the prefix “wg_”, replacing “_” with ” ” and
54 2. Super user groups can only be managed by super users
55 3. Group-admins may assign the group-admin role to other users!
56 4. But: users cannot remove themselves from the group that grants them access to the
68 allow users to be added to the Wiki. They will be automatically added to the
71 Clicking on “update group” will delete checked users.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAndroidEnterprise.php55 public $users; variable in Google\\Service\\AndroidEnterprise
101 … 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}',
141 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices',
404 … 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/entitlements',
1215 'users',
1219 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}',
1249 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}',
1279 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users',
1289 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users',
1304 … 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/deviceAccess',
[all …]
/plugin/authnc/
H A Dauth.php214 * @param array $users
240 if (! $xml || ! $xml->data->users) {
245 $users = array();
250 $users[] = $self;
251 foreach($xml->data->users->element as $user) {
268 $users[] = $usr;
271 return $users;
288 if (! $xml || ! $xml->data->users) {
292 return count($xml->data->users->element);
/plugin/judge/
H A Dadmin.php59 $users = $auth->retrieveUsers(0, 0);
68 while ($user = current($users)) {
69 $html .= '<option value="' . key($users) . '">' . $user["name"] . '</option>';
70 next($users);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DAddress.php90 public $users; variable in Google\\Service\\Compute\\Address
319 public function setUsers($users) argument
321 $this->users = $users;
328 return $this->users;
/plugin/htmlokay/
H A Dhelper.php17 var $users; variable in helper_plugin_htmlOKay
111 $this->users = $this->saved_inf['user'];
191 if (isset($this->users) && !empty($this->users))
193 $users = array_keys($this->users);
194 if (array_search ($INFO['client'], $users) !== false)
239 $user_level = $this->get_permission_level($INFO['client'], $this->users);
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfor.rst4 Loop over each item in a sequence. For example, to display a list of users
5 provided in a variable called ``users``:
11 {% for user in users %}
73 {% for user in users %}
92 items. The following example skips all the users which are not active:
97 {% for user in users if user.active %}
103 counting the users not iterated over. Keep in mind that properties like
123 {% for user in users %}
140 {% for key in users|keys %}
154 {% for key, user in users %}
[all …]
/plugin/permissioninfo/
H A Dadmin.php56 $this->users = call_user_func($getUserFunc);
130 ptln($lnk. hsc($this->users[$u]['name']) .'</a>', 6);
226 $users = array();
235 $users[$matches[1]] = $usr_arr;
238 return $users;
325 foreach($this->users as $username => $properties)
331 foreach($g2u as $grpname => $users)
334 asort($users);
335 $this->group2user[$grpname] = array_keys($users);
/plugin/authopenldapkerberos/
H A Dauth.php128 $users = Array();
131 $users[$e[$i][$this->getConf('userkey')][0]] = Array(
158 $users[$e[$i][$this->getConf('groupuids')][$j]]['grps'][] = $cn;
163 $uids = array_keys($users);
167 $users[$uid]['grps'][] = $groups[$users[$uid]['gid']];
169 if($this->filter($uid, $users[$uid])) {
173 $out[$uid] = $users[$uid];

12345678910>>...37