Home
last modified time | relevance | path

Searched refs:users (Results 801 – 825 of 904) sorted by path

1...<<31323334353637

/plugin/submgr/
H A Dhelper.php152 $users = $this->getAffectedUsers($members);
154 foreach ($users as $user) {
157 msg(sprintf($this->getLang('appliedrule'), count($users)));
170 $users = $this->getAffectedUsers($members);
173 foreach ($users as $user) {
176 msg(sprintf($this->getLang('removedrule'), count($users)));
196 $users = array();
202 $users = array_merge($users, array_keys($found));
205 $users[] = $one;
209 $users = array_unique($users);
[all …]
H A Dplugin.info.txt6 desc Manage subscriptions for users
/plugin/submgr/lang/en/
H A Dhelp.txt2 Groups are specified with a leading at-character: ''@group'' - multiple users and groups can be spe…
H A Dintro.txt3 This tool allows you to define rules for automatically adding email subscriptions for users and gro…
4 rule is added, it is automatically applied to all matching users (eg. they are subscribed to the gi…
5 namespace immeadiately). All existing rules are automatically applied to all newly created users.
H A Dnousers.txt3 The authentication backend currently in use does not allow retrieving a list of users within a give…
/plugin/supa/
H A DLICENSE.txt14 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/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/swarmwebhook/
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/symbols4odt/
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/sympaauth/files/
H A Dsympa.class.php27 var $users = null; variable in auth_sympa
154 $this->users[$user] = compact('name','mail','grps');
155 return (isset($this->users[$user]) ? $this->users[$user] : false);
/plugin/syntaxhighlighter3/sxh3/
H A DGPL-LICENSE14 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/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1users. For internal-only regexes, we can improve perf by\n * skipping some operations like attac…
/plugin/syntaxhighlightjs/
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/tablelayout/
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/tag/
H A DCOPYING14 software--to make sure the software is free for all its users. This
109 a warranty) and that users may redistribute the program under
/plugin/tagadd/
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/tagfilter/
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/tagging/
H A DREADME3 Allows logged in users to add tags to pages. Tags are looked up in
H A Dplugin.info.txt6 desc Allow users to annotate pages with tags, search for tags and show useful tag clouds.
/plugin/task/
H A DCOPYING14 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/tcycle/
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/telleveryone/
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 DREADME3 Allow dokuwiki admins to publish short messages to other users.
H A Dplugin.info.txt6 desc Allow dokuwiki admins to publish short messages to other users.
/plugin/templateconfhelper/
H A DREADME9 changes template based on users Selection via GET and saves it in the Session.

1...<<31323334353637