Home
last modified time | relevance | path

Searched refs:users (Results 126 – 150 of 904) sorted by relevance

12345678910>>...37

/plugin/authphpbb3/
H A Dauth.php371 $users = array();
393 $users[$user_data['username']] = $user_data;
410 $users[$user_data['username']] = $user_data;
417 return $users;
473 $users = $this->retrieveUsers(0, 0, $filter);
475 if ($users === false) {
478 return count($users);
H A DREADME.md2 DokuWiki plugin used to authenticate users using phpBB 3.x backend.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DBlogger.php52 public $users; variable in Google\\Service\\Blogger
77 'path' => 'v3/users/{userId}/blogs/{blogId}',
138 'path' => 'v3/users/{userId}/blogs',
558 'path' => 'v3/users/{userId}/blogs/{blogId}/posts/{postId}',
582 'path' => 'v3/users/{userId}/blogs/{blogId}/posts',
919 'users',
923 'path' => 'v3/users/{userId}',
/plugin/authyubikey/
H A DREADME.md20 Moreover it is important, that the users can manage their own profiles. So do not
29 Now users can add their personal Yubikeys in personal profile form (see also
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.Scope.txt
/plugin/groupmgr/
H A DREADME17 ~~GROUPMGR|[groups to manage]|[allowed users and groups]~~
31 1. Super user groups can only be managed by super users
H A Dsyntax.php265 $users = $auth->retrieveUsers(0, 0, array());
285 foreach ($users as $name => $u) {
/plugin/structpublish/helper/
H A Dnotify.php84 * with user groups resolved to individual users
121 throw new \Exception('Auth cannot fetch users by group.');
125 $users = $auth->retrieveUsers(0, 5000, ['grps' => substr($recipient, 1)]);
126 foreach ($users as $user) {
/plugin/autlogin/
H A Daction.php259 $users = preg_split('/\s+/',$lines);
260 $users[2] = rawurldecode($users[2]);
261 $match =$users[1]." ".$users[2];
/plugin/disabledelete/
H A DREADME.md2 Dokuwiki plugin to prevent users except admins from deleting a page or a section
H A Dplugin.info.txt6 desc Prevent users except admins from deleting a page or a section
/plugin/ipgroup/lang/en/
H A Dintro.txt3 This plugin allows you to map (anonymous) users from specified networks to a single group.
/plugin/botbouncer/lang/en/
H A Dclean.txt3 The idea here is to clean out your existing users from spammed entries.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D53d938c754f36a912fcbe6473abb463f.asciidoc8 'index' => 'users',
H A Dbd5918ab903c0889bb1f09c8c2466e43.asciidoc6 'index' => 'users',
/plugin/showlogin/
H A DREADME.md4 Dokuwiki plugin. Show login-page for unauthenticated users, if they try to access a wikipage having…
/plugin/doodle2/
H A DREADME3 Let users vote for given choices, e.g. to schedule a meeting.
/plugin/farm/install/animaltemplate/conf/
H A Dusers.auth.php.dist1 # users.auth.php
/plugin/twitter/
H A Dprint.css2 …* Copyright (c) 2012-2013 Mark C. Prins <mprins@users.sf.net> licensed under GPL 2 (http://opensou…
H A Dplugin.info.txt3 email mprins@users.sf.net
/plugin/submgr/
H A Dplugin.info.txt6 desc Manage subscriptions for users
/plugin/authjoomla3/
H A Dplugin.info.txt6 desc Authenticate using joomla3 users
/plugin/infomail/
H A Dplugin.info.txt6 desc Allows to inform users via email
/plugin/watchcycle/
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/ssocas/
H A Dplugin.info.txt6 desc Authenticate DokuWiki users via CAS

12345678910>>...37