Home
last modified time | relevance | path

Searched refs:users (Results 326 – 350 of 904) sorted by last modified time

1...<<11121314151617181920>>...37

/plugin/ajaxedit/
H A DLICENSE14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under
/plugin/multiselect/
H A DLICENSE14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under
/plugin/geogebrembed/
H A DLICENSE14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under
/plugin/watchcycle/
H A Daction.php192 * Returns JSON with filtered users and groups
246 * Returns filtered users and groups, if supported by the current authentication
260 $users = [];
263 $users = array_map(function ($name, $user) use ($term) {
290 return array_merge($users, $groups);
H A Dhelper.php85 * Returns true if the maintainer definition matches existing users and groups
120 * - false for unknown users
199 * Puts users and groups into a flat array; useful for simple string output
205 if (empty($all['users'])) {
209 $users = array_map(function ($user) {
211 }, $all['users']);
213 return array_merge($users, $all['groups']);
217 * Expands groups into users; useful for email notification
238 return array_merge($all['users'], $members);
/plugin/linkpagechild/
H A DLICENSE14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under
/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);
H A DLICENSE14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under
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/twofactoryubiauth/
H A DLICENSE14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under
/plugin/clipboardutils/
H A DLICENSE17 software for all its users. We, the Free Software Foundation, use the
45 that there is no warranty for this free software. For both users' and
50 Some devices are designed to deny users access to install or run
53 protecting users' freedom to change the software. The systematic
59 of the GPL, as needed to protect the freedom of users.
147 The Corresponding Source need not include anything that users
192 users, your or third parties' legal rights to forbid circumvention of
240 used to limit the access or legal rights of the compilation's users
/plugin/stale/
H A DLICENSE14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under
/plugin/authremoteuser/
H A Dauth.php16 protected $users = null; variable in auth_plugin_authremoteuser
113 return isset($this->users[$user]) ? $this->users[$user] : false;
221 $this->users[$newuser] = $userinfo;
232 public function deleteUsers($users) { argument
235 if(!is_array($users) || empty($users)) return 0;
240 foreach($users as $user) {
253 $count = count($this->users);
255 $count -= count($this->users);
276 foreach($this->users as $user => $info) {
297 ksort($this->users);
[all …]
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/externalembed/
H A DLICENSE14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under
H A DREADME.md120 * `allowFullScreen` - allow users to make the embed fullscreen. Values:
/plugin/currentlyreading/
H A DLICENSE14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under
/plugin/menuext/
H A DLICENSE14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under
/plugin/cookiebanner/
H A DLICENSE14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under
/plugin/airtable/
H A DLICENSE17 software for all its users. We, the Free Software Foundation, use the
45 that there is no warranty for this free software. For both users' and
50 Some devices are designed to deny users access to install or run
53 protecting users' freedom to change the software. The systematic
59 of the GPL, as needed to protect the freedom of users.
147 The Corresponding Source need not include anything that users
192 users, your or third parties' legal rights to forbid circumvention of
240 used to limit the access or legal rights of the compilation's users
/plugin/svgembed/
H A DLICENSE14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under
/plugin/oembed/
H A DLICENCE14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under
/plugin/idcount/
H A DLICENSE14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under
/plugin/addressbook/
H A DLICENSE14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under
/plugin/textmodule/
H A DLICENSE14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under

1...<<11121314151617181920>>...37