Home
last modified time | relevance | path

Searched refs:users (Results 776 – 800 of 904) sorted by path

1...<<31323334353637

/plugin/struct/
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/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/structacl/
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 Daction.php49 $users = [];
64 $users = array_merge($users, $value);
66 $users[] = $value;
76 if (!empty($users) && in_array($event->data['user'], $users)) {
/plugin/structat/
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/structautolink/
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/structcombolookup/
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/structcondstyle/
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/structgroupby/
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/structinputstretch/
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/structjoin/
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/structnotification/
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/structnotification/action/
H A Dnotification.php183 $users = [];
189 $users[] = $user_or_group;
196 if (in_array($user, $users)) {
/plugin/structprogress/
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/structpublish/
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/structpublish/helper/
H A Ddb.php153 $users = $rules[$role];
154 if (auth_isMember(implode(',', $users), $userId, $grps)) {
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/structpublish/meta/
H A DAssignments.php10 * Manages the assignment of users to pages and namespaces
144 foreach ($rules as $status => $users) {
145 foreach ($users as $user) {
221 * @return array users assigned [role => [user, ...], ...]
/plugin/structtasks/
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/structtemplate/
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/structupdate/
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/styler/
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/stylingpages/
H A DREADME3 Allows users to change the css/js files of this plugin with wikitext.
H A Dplugin.info.txt6 desc Allows users to change the css/js files of this plugin with wikitext.
/plugin/submgr/
H A DREADME3 Manage subscriptions for users

1...<<31323334353637