Home
last modified time | relevance | path

Searched refs:users (Results 226 – 250 of 904) sorted by relevance

12345678910>>...37

/plugin/authgoogle/google/contrib/
H A DGoogle_ModeratorService.php1155 public $users; variable in Google_SeriesCounters
1162 public function setUsers($users) { argument
1163 $this->users = $users;
1166 return $this->users;
1684 public $users; variable in Google_TopicCounters
1690 public function setUsers($users) { argument
1691 $this->users = $users;
1694 return $this->users;
/plugin/selfmeasurement/
H A DREADME.md3 Medical plugin to help users to correctly monitor their blood pressure.
/plugin/piwik2/
H A Dplugin.info.txt6 …tics alternative (inspired by the piwik plugin from Heikki Hokkanen <hoxu@users.sf.net>, https://w…
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DREADME.md4 …n-to-ascii) and [`idn_to_utf8`](https://php.net/idn-to-utf8) functions to users who run php versio…
/plugin/dokusioc/
H A Dplugin.info.txt3 email mprins@users.sf.net
/plugin/authsplit/
H A Dauth.php62 /* Create users automatically? */
115 'addUser' => 'add users',
116 'delUser' => 'delete users',
125 'logout' => 'logout users',
394 support creating users? */
519 * Delete one or more users
523 * @param array $users
524 * @return int number of users deleted
526 public function deleteUsers($users) { argument
531 $result = $this->authplugins['secondary']->deleteUsers($users);
[all...]
/plugin/googleads/lang/en/
H A Douttro.txt3 You can insert the above code and make your template "Google AdSense Ready", even if your users do …
/plugin/sqlcomp/
H A DREADME.md8 NOTE: All users of versions prior to 2017 should move their alias-entries from sqlcomp/config.php
/plugin/phprestrict/
H A DREADME.md7 You can then use the ACL to determine what users have the ability to edit PHP pages.
/plugin/twofactor/lang/en/
H A Dadmin.txt3 The table below lists all users that have at least one second factor mechanism set up for use. You can use this tool to reset the user's setup when they lost access to their second factor mechanism.
/plugin/pagequery/
H A Dplugin.info.txt3 email mprins@users.sf.net
/plugin/tokenbucketauth/lang/en/
H A Dadmin_intro.txt3 This plugin allows you to automatically ban users, through their IP address,
/plugin/permissioninfo/lang/en/
H A Dhelp.txt1 In this view you can see the permissions for each group and the users of each
/plugin/quickstats/
H A DREADME1 …wsers, operating systems, query string parameters. Its advantage for many users is that is does no…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.DisableExternalResources.txt
H A DCore.AggressivelyFixLt.txt
/plugin/asana/remote/
H A DAPILink.php371 $users = array();
373 $users[$nom['name']]=$nom['id'];
375 return $users;
/plugin/evesso/
H A Dauth.php331 if($this->users === null) $this->loadUserData();
333 if($this->users === null) $this->_loadUserData();
338 foreach($this->users as $user => $uinfo) {
/plugin/jmol2/jmol/
H A DREADME.txt10 Usage questions and comments should be posted to jmol-users@lists.sourceforge.net
76 Typically users get a message asking if they want to accept the
101 and Jmol console both allow users to access parts of Jmol you might
118 Typically, users get a message asking if they want to accept the certificate
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dendless_loop_bug.md8 > Info: [Actions](structure-controllers.md#creating-actions) are the objects that end users can dir…
/plugin/searchindex/lang/en/
H A Dintro.txt5 users browse your wiki. However if you just upgraded, added or removed
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dlength.rst21 {% if users|length > 10 %}
/plugin/archivegenerator/lang/en/
H A Dintro.txt4 There will be no users or ACLs be copied to the archive. Instead a basic (closed wiki) ACL and a si…
/plugin/chat/
H A Dlocal.php.dist4 $conf['chat']['allowguests'] = true; // should unregistred users be allowed to comment
/plugin/stats/
H A Dsyntax.php146 case 'users': //Total number of users
743 $users = array();
748 if ($user != "" && !in_array($user, $users)) {
749 $users[] = $user;
752 $nbUsers = sizeof($users);

12345678910>>...37