Home
last modified time | relevance | path

Searched refs:users (Results 76 – 100 of 904) sorted by relevance

12345678910>>...37

/plugin/loglog/lang/en/
H A Dreport.txt7 * number of logged in users: @@users@@
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D0989cc65d8924f666ce3eb0820d2d244.asciidoc6 'index' => 'users',
13 'index' => 'users',
/plugin/freechat/phpfreechat/src/
H A Dpfcinfo.class.php66 $users = array();
72 $users[] = $ct->getNickname($res["nickid"][$i]);
75 return $users;
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example9 * TABLE users
48 $conf['auth']['mysql']['TablesToLock']= array("users", "users AS u","groups", "groups AS g", "userg…
68 JOIN users AS u ON u.uid=ug.uid
86 FROM users
122 FROM users AS u
132 /* Additional SQL statements to add new users with the user manager */
144 $conf['auth']['mysql']['addUser'] = "INSERT INTO users
183 FROM users
187 /* Additional SQL statements to delete users with the user manager */
195 $conf['auth']['mysql']['delUser'] = "DELETE FROM users
[all …]
/plugin/gitlabproject/lang/en/
H A Dsettings.php7 $lang['unwanted.users'] = 'If you do not want to show some users of your projects, add them here, s…
/plugin/loglog/helper/
H A Dreport.php93 $users = [];
104 if ($line['user']) $users[] = $line['user'];
125 'users' => count(array_unique($users)),
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDirectory.php150 public $users; variable in Google\\Service\\Directory
208 'path' => 'admin/directory/v1/users/{userKey}/asps',
1821 'path' => 'admin/directory/v1/users/{userKey}/tokens',
1857 'users',
1861 'path' => 'admin/directory/v1/users/{userKey}',
1871 'path' => 'admin/directory/v1/users/{userKey}',
1893 'path' => 'admin/directory/v1/users',
1897 'path' => 'admin/directory/v1/users',
1960 'path' => 'admin/directory/v1/users/{userKey}',
1990 'path' => 'admin/directory/v1/users/{userKey}',
[all …]
H A DCalendar.php229 'path' => 'users/me/calendarList/{calendarId}',
239 'path' => 'users/me/calendarList/{calendarId}',
249 'path' => 'users/me/calendarList',
258 'path' => 'users/me/calendarList',
287 'path' => 'users/me/calendarList/{calendarId}',
301 'path' => 'users/me/calendarList/{calendarId}',
315 'path' => 'users/me/calendarList/watch',
908 'path' => 'users/me/settings/{setting}',
918 'path' => 'users/me/settings',
935 'path' => 'users/me/settings/watch',
/plugin/authhiorgserver/
H A Dauth.php165 $users = $this->getConf($name."_users");
166 if(!empty($group) && !empty($users)) {
168 $userary = explode(",",$users);
169 $users = "";
174 $users .= "," . $u;
177 if(strpos($users,$user)!==false) {
/plugin/authowncloud/
H A Dauth.php157 * @param array $users array of users to be deleted
160 public function deleteUsers($users) { argument
161 if(!is_array($users) || empty($users)) return 0;
163 foreach($users as $user) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DDisk.php154 public $users; variable in Google\\Service\\Compute\\Disk
639 public function setUsers($users) argument
641 $this->users = $users;
648 return $this->users;
/plugin/ireadit/action/
H A Dmigration.php106 $users = $auth->retrieveUsers();
107 foreach ($users as $user => $info) {
244 $users = [];
251 $users[] = $split;
255 $usersToInsert = $helper->users_set($users, $groups);
/plugin/farmer/lang/en/
H A Dtab_new_help.txt28 to configure it. You can copy your current user or all users from the farmer or create a completely new user for the Animal.
30 You can choose to not create any users. This should only be chosen when inheriting users from the Farmer was enabled in the
31 configuration tab or you copied a different animal with existing users.
/plugin/autologoff/lang/en/
H A Dintro.txt3 Here you can specify users and groups that should be logged out after the configured time of inactivity. Be sure to prefix groups with ''@''. A user that is member of multiple configured groups will be given the largest configured time. You can specify ''0'' to disable auto-loggoff for certain groups or users
/plugin/fblogin/files/
H A Dfacebook.class.php17 var $users = null; variable in auth_facebook
210 * @param array $users array of users to be deleted
213 function deleteUsers($users) { argument
/plugin/ireadit/
H A Dhelper.php17 * @param array $users
24 $users = $ireadit_data['users'];
27 if (empty($users) && empty($groups)) {
32 if (in_array($user, $users)) {
/plugin/davcal/
H A DprincipalBackendDokuwiki.php13 $users = $auth->retrieveUsers();
15 foreach($users as $user => $info)
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.CollectErrors.txt
/plugin/authremoteuser/
H A DREADME.md21 It uses the default plain text file `conf/users.auth.php` to store user
93 Administration of users and its groups is done in the *User Manager* which is
99 `conf/users.auth.php`. Users which are added after switching to
103 whenever you want, and all your users which were already added before are still
104 able to login using their (hopefully yet known) password. All other users can
132 Since `conf/users.auth.php` is a plain text file, it can be edited with any
/plugin/authnc/
H A DREADME.md10 …test/developer_manual/client_apis/OCS/ocs-api-overview.html) from Nextcloud to authorize new users.
19 * [x] Only allow login for enabled users
25 * To use ACL create the appropriate groups within your NC instance and assign it to your users
26 * Set the groups within the DokuWiki config to manager or users
/plugin/farm/
H A Danimal.class.php322 $users = array();
341 $users[$row[0]] = array(
354 $localauth->users = null;
355 $users = $localauth->retrieveUsers();
361 return $users;
377 $users = $this->getUsers();
378 if(isset($users[$user])) return false;
409 $localauth->users = null;
428 $users = $this->getUsers();
429 if(!isset($users[$user])) return false;
[all …]
/plugin/authucenter/lib/uc_client/model/
H A Dpm.php87 $users = explode('_', $value['min_max']);
88 if($value['authorid'] == $users[0]) {
89 $value['touid'] = $users[1];
91 $value['touid'] = $users[0];
297 if($users[0] == $fromuid) {
298 $touid = $users[1];
299 } elseif($users[1] == $fromuid) {
300 $touid = $users[0];
438 $users = explode('_', $index['min_max']);
439 if(!in_array($uid, $users)) {
[all …]
/plugin/authgoogle2fa/
H A DREADME.md5 Using this plugin you can authenticate DokuWiki users against Google Authenticator 2FA.
7 The users themselves and their access rights are still managed within DokuWiki.
/plugin/htmlokay/lang/en/
H A Dselection.txt1 Use this page to set HTML access policies for users and groups.
3 **H**, **M**, **L**,and **U** refer to the number and degree of restrictions placed on HTML users.
/plugin/pagelist/
H A Dhelper.php891 $users = $this->getMeta('contributor');
892 if (is_array($users)) {
893 $content = join(', ', $users);
901 $users = $this->getMeta('contributor');
902 if (is_array($users)) {
905 foreach ($users as $userid => $fullname) {
908 if ($item < count($users)) {

12345678910>>...37