Home
last modified time | relevance | path

Searched refs:users (Results 776 – 800 of 904) sorted by last modified time

1...<<31323334353637

/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/permissioninfo/
H A Dplugin.info.txt6 desc Displays group and user information and the permissions of users and groups
H A Dstyle.css31 .piContainer .users {
42 .piContainer .users header {
46 .piContainer .users a {
51 .piContainer .users a.special{
H A DREADME.md3 …ich groups exist, what their namespace and page permissions are and which users are in which group…
H A Dadmin.php56 $this->users = call_user_func($getUserFunc);
130 ptln($lnk. hsc($this->users[$u]['name']) .'</a>', 6);
226 $users = array();
235 $users[$matches[1]] = $usr_arr;
238 return $users;
325 foreach($this->users as $username => $properties)
331 foreach($g2u as $grpname => $users)
334 asort($users);
335 $this->group2user[$grpname] = array_keys($users);
/plugin/mantis/lib/
H A Dnusoap.php4523 * @author Scott Nichol <snichol@users.sourceforge.net>
/plugin/pagemod/
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/authdomainlimitation/
H A DREADME3 Provides a method to regulate the (email) domains with which users are allowed to register himself.
H A Dplugin.info.txt6 desc Provides a method to regulate the (email) domains with which users are allowed to register h…
/plugin/authloginapi/
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/flexpaper/
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/authgoogle2fa/
H A DREADME.md5 Using this plugin you can authenticate DokuWiki users against Google Authenticator 2FA.
7 The users themselves and their access rights are still managed within DokuWiki.
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/dokumicrobugtracker/
H A DREADME.md8 …i by displaying a small form that enable everyone to report bug and every users with edit right to…
H A DLICENSE.txt17 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/magento/
H A Dauth.php21 protected $users = null; variable in auth_plugin_magento
116 $name = "{$this->users[$entity]['first']} {$this->users[$entity]['last']}";
123 $groups = $this->users[$entity]['groups'];
136 $data['mail'] = $this->users[$entity]['mail'];
203 * @param array $users
348 if( $this->users === null ) $this->_loadUserData();
354 foreach( $this->users as $entry ) {
498 $this->users = array();
530 $this->users[$entity]['mail'] = "default";
541 $this->users[$entity]['mail'] = $row['mail'];
[all …]
/plugin/authhiorgserver/
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 Dauth.php165 $users = $this->getConf($name."_users");
166 if(!empty($group) && !empty($users)) {
168 $userary = explode(",",$users);
169 $users = "";
174 $users .= "," . $u;
177 if(strpos($users,$user)!==false) {
/plugin/publistx/
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/runcommand/
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/txt2tags/
H A DREADME.t2t37 === Txt2tags light users ===
75 === Txt2tags heavy users ===
H A DREADME.doku36 === Txt2tags light users ===
75 === Txt2tags heavy users ===
/plugin/asana/
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/asana/remote/
H A DAPILink.php371 $users = array();
373 $users[$nom['name']]=$nom['id'];
375 return $users;
/plugin/metaheaders/
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

1...<<31323334353637