Home
last modified time | relevance | path

Searched refs:users (Results 1 – 25 of 904) sorted by last modified time

12345678910>>...37

/plugin/pagelist/
H A Dhelper.php891 $users = $this->getMeta('contributor');
892 if (is_array($users)) {
893 $content = join(', ', $users);
901 $users = $this->getMeta('contributor');
902 if (is_array($users)) {
905 foreach ($users as $userid => $fullname) {
908 if ($item < count($users)) {
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/pagequery/
H A Dplugin.info.txt3 email mprins@users.sf.net
/plugin/twofactoremail/
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/twofactor/
H A Dadmin.php18 /** @var int number of users to list on one page */
68 $users = $this->getUserData($this->filter);
69 $usercount = count($users);
70 $users = $this->applyPagination($users, $this->start, $this->pagesize);
82 foreach ($users as $user => $userinfo) {
213 * Get the filtered users that have a twofactor provider set
220 $users = Settings::findUsers('twofactor');
221 return $this->applyFilter($users, $filter);
227 * @param string[] $users simpl
231 applyFilter($users, $filter) global() argument
264 applyPagination($users, $start, $pagesize) global() argument
[all...]
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/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/attribute/
H A Dhelper.php278 $users = array_map(
285 return $users;
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/nspages/
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/dbquery/
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/mermaid/
H A Dmermaid.min.js[all...]
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/siteexport/
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/linkback/
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/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/diagrams/
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/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/doi/
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/openlayersmap/
H A DLICENSE.md2 Copyright (c) 2008-present Mark C. Prins <mprins@users.sf.net>
H A Dall.less2 * Copyright (c) 2022 Mark C. Prins <mprins@users.sf.net>

12345678910>>...37