Home
last modified time | relevance | path

Searched refs:users (Results 101 – 125 of 904) sorted by relevance

12345678910>>...37

/plugin/userimportextended/lang/en/
H A Dintro.txt3 Requires a CSV file of users with at least five columns. The columns must contain, in order: user-i…
6 Except for the user-id, all of the columns may be empty. In that case the users will be created wit…
/plugin/struct/types/
H A DUser.php63 * @todo should we have any security mechanism? Currently everybody can look up users
83 // find users by login, fill up with names if wanted
103 $users = [];
106 $users[] = [
112 return $users;
/plugin/bootswrapper/exe/help/
H A Dthumbnail.txt50 …Open Source wiki software that doesn't require a database. It is loved by users for its clean and …
66 …Open Source wiki software that doesn't require a database. It is loved by users for its clean and …
76 …Open Source wiki software that doesn't require a database. It is loved by users for its clean and …
86 …Open Source wiki software that doesn't require a database. It is loved by users for its clean and …
96 …Open Source wiki software that doesn't require a database. It is loved by users for its clean and …
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dif.rst19 {% if users %}
21 {% for user in users %}
29 If you want to test if the variable is defined, use ``if users is
/plugin/aclplusregex/_test/conf/
H A Daclplusregex.conf17 # users
18 users:j:$1:** (j.*) 16 # users beginning with J may delete
19 users:j:$1:** (.*) 4 # other users may read
/plugin/structpublish/helper/
H A Ddb.php153 $users = $rules[$role];
154 if (auth_isMember(implode(',', $users), $userId, $grps)) {
/plugin/authdrupal7/
H A DREADME.md5 This plugin might be useful if you are running a drupal website and want to give your drupal users
45 Dokuwiki might only grant access to users that are member of a defined user group. This plugin is r…
49 …uperuser: add a superuser group (with @) or username that matches one of your drupal roles or users
50 * manager: add a manager group (with @) or username that matches one of your drupal roles or users
52 … in the ACL controls are locked out. I added a new role "wiki" for all my users in drupal and made…
/plugin/recommend/helper/
H A Dmail.php81 $users = $auth->retrieveUsers(0, 0, ['grps' => substr($recipient, 1)]);
82 foreach ($users as $user) {
/plugin/likeit/
H A Dsyntax.php90 list($index,$pageid,$users) = $opts;
92 $H->setUser($users);
/plugin/recommend/
H A Daction.php111 $users = [];
113 $users[] = [
119 echo json_encode($users);
/plugin/pureldap/classes/
H A DADClient.php146 * Fetch users matching the given filters
181 // domain users membership is in primary group
197 $users = [];
208 $users[$userinfo['user']] = $userinfo;
212 ksort($users);
213 return $users;
/plugin/authucenter/
H A Dauth.php258 * @param array $users
261 public function deleteUsers($users) { argument
263 if(is_array($users) && count($users)){
264 foreach($users as $user){
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudOSLogin.php50 public $users; variable in Google\\Service\\CloudOSLogin
73 'users',
H A DReports.php75 'path' => 'admin/reports/v1/activity/users/{userKey}/applications/{applicationName}',
130 … 'path' => 'admin/reports/v1/activity/users/{userKey}/applications/{applicationName}/watch',
291 'path' => 'admin/reports/v1/usage/users/{userKey}/dates/{date}',
/plugin/authgooglesheets/
H A Dauth.php104 public function deleteUsers($users) argument
106 return $this->helper->delete($users);
/plugin/structnotification/action/
H A Dnotification.php183 $users = [];
189 $users[] = $user_or_group;
196 if (in_array($user, $users)) {
/plugin/authldaplocal/
H A DREADME.md34 # filter for users, %{user} will be replaced by user id (required)
40 …d LDAP server. In addition it will look up every user in your local /conf/users.auth.php. When bot…
44 …o add, delete or edit users. User information is pulled from the LDAP when necessary or convenient…
/plugin/authsplit/
H A DREADME76 users), authsplit will create a user account there, too, using user
102 - createUser(): this is the method that gets called if users register themselves
106 yet and whether it is capable of adding users. If so, it will try to create
112 If successful (or the PRIMARY auth plugin does not support adding users, as is
120 the user self-registration form, users should not be able to specify a
142 user manager is supposed to manage DokuWiki users in the first place. Thus,
145 is enabled, only the SECONDARY auth plugin would really know which users resp.
146 how many users really had DokuWiki access.
190 conf/users.auth.php file.
192 - users woul
[all...]
/plugin/authjoomla3/
H A DREADME.md16 …- Since we're using joomla users and group, I left the management to joomla itself, so you cannot …
/plugin/bureaucracy-au/_test/
H A Dinput.txt2 action template userstpl users:%Y:@@What's your Name?@@:start
34 addpage users:publicationtemplate publications
/plugin/bureaucracyau/_test/
H A Dinput.txt2 action template userstpl users:%Y:@@What's your Name?@@:start
34 addpage users:publicationtemplate publications
/plugin/gitlabproject/conf/
H A Ddefault.php8 $conf['unwanted.users'] = '';
/plugin/authdrupal8/
H A DREADME.md4 This plugin might be useful if you are running a drupal website and want to give your drupal users access to a dokuwiki using the same login credentials.
44 Dokuwiki might only grant access to users that are member of a defined user group. This plugin is reading the user groups from your database.
51 * manager: add a manager group (with @) or username that matches one of your drupal roles or users
/plugin/do/syntax/
H A Ddo.php256 $users = $data['task']['users'];
257 $userCount = count($users);
259 …->doc .= ' <span class="plugin_do_meta_user">' . $this->hlp->getPrettyUser($users[$i]) . '</span>';
/plugin/hubspot/lang/en/
H A Dsettings.php11 $lang['track_admin_user'] = 'Track administrator users';

12345678910>>...37