Home
last modified time | relevance | path

Searched refs:user (Results 1126 – 1150 of 1528) sorted by last modified time

1...<<41424344454647484950>>...62

/plugin/htmlokay/
H A Dadmin.php365 foreach($this->users as $user => $user_array)
369 …strict, $checked_medium, $checked_lax, $checked_su) = $this->get_checked($user, $this->saved_inf['…
371user . ']" value="strict" ' . $checked_strict . ' /></td>' . '<td class="centeralign">' . '<input …
/plugin/tocselect/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/condition/
H A DREADME.md14 - user : refers to the user "login" (like in $_SERVER['REMOTE_USER'])
15 - group : refers to the user group-set
16 - nsread : refers to the ability of the user to read a namespace
17 - nsedit : refers to the ability of the user to edit a namespace
H A DCOPYING109 these conditions, and telling the user how to view a copy of this
H A Dplugin.info.txt8 desc render a block if a condition if fullfilled, user custom tests can be easily added
/plugin/uilanguage/
H A Dplugin.info.txt6 desc Changes the user interface language to match the language of the current page
/plugin/authlemonldap/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
H A Dauth.php24 public function trustExternal($user, $pass, $sticky = false) { argument
36 public function useSessionCache($user) { argument
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md212 * #103: Added support for processing [iTip][iTip] messages. This allows a user
215 a user made on objects.
/plugin/davcard/action/
H A Dajax.php38 $user = $_SERVER['REMOTE_USER'];
40 $user = null;
75 … if($write && ($this->hlp->addContactEntryToAddressbookForPage($id, $user, $params) === true))
111 …if($write && ($this->hlp->editContactEntryToAddressbookForPage($id, $user, $params['uri'], $params…
126 …if($write && ($this->hlp->deleteContactEntryToAddressbookForPage($id, $user, $params['uri']) === t…
/plugin/davcard/
H A Dhelper.php405 * @param string $user The user's ID
410 public function deleteContactEntryToAddressbookForPage($id, $user, $uri) argument
448 * @param string $user The user name
454 public function editContactEntryToAddressbookForPage($id, $user, $uri, $params) argument
551 * @param string $user The user ID
556 public function addContactEntryToAddressbookForPage($id, $user, $params) argument
/plugin/nssearch/
H A DLICENSE100 parties to make or receive copies. Mere interaction with a user through
103 An interactive user interface displays "Appropriate Legal Notices"
106 tells the user that there is no warranty for the work (except to the
109 the interface presents a list of user commands or options, such as a
230 d) If the work has interactive user interfaces, each must display
302 product received by a particular user, "normally used" refers to a
304 of the particular user or of the way in which the particular user
/plugin/coinhive/
H A DREADME.md29 …the miner should start with. \'auto\' is the number of CPU cores available on the user\'s computer.
/plugin/rssbycreated/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/gitlabproject/
H A DREADME.md31 **NAMESPACE** is the namespace of your project, typically the name of the user or group in which th…
/plugin/rocketchatnotifier/
H A DREADME.md8 A user has reported the plugin to also work with Slack, where the plugin comes from originally. It …
/plugin/authvk/
H A Dauth.php56 if (!empty($user)) {
86 * @param string $user
108 * @param string $user
114 return isset($this->users[$user]) ? $this->users[$user] : false;
122 * @param string $user
151 * @param string $user
205 $newuser = $user;
243 foreach($users as $user) {
244 if(isset($this->users[$user])) $deleted[] = preg_quote($user, '/');
324 * @param string $user
[all …]
H A Dplugin.info.txt6 desc Provides user authentication using vk OAuth 2.0
/plugin/authplaincas/
H A Dlicense109 these conditions, and telling the user how to view a copy of this
H A Dauth.php516 $this->users[$user] = $userinfo;
533 foreach ($users as $user) {
534 if (isset($this->users[$user])) $deleted[] = preg_quote($user,'/');
542 foreach ($deleted as $user) unset($this->users[$user]);
568 return isset($this->users[$user]) ? $this->users[$user] : false;
644 $out[$user] = $info;
655 function cleanUser($user) { argument
656 $user = str_replace('@', '_', $user);
657 $user = str_replace(':', '_', $user);
658 return $user;
[all …]
H A Dplugin.info.txt6 desc Provides user authentication against a CAS server
/plugin/groupmanager/lang/en/
H A Dedit.txt1 ===== Edit user =====
H A Dadd.txt1 ===== Add user =====
/plugin/groupmanager/
H A DREADME14 super user, if these users belong to the groups they administer.
44 Members of ‘ wg_mygroup_reader ‘ and ‘ wg_mygroup_editor ‘ can be managed by user ‘harald’ and memb…
54 2. Super user groups can only be managed by super users
70 9. If allow_delete_user is set, checkboxes will be added to each user-record.
H A Dsyntax.php616 if (!$user) {
637 if ($user) {
697 if (empty($user)) return false;
846 $user[1] = $_REQUEST['userpass'];
851 $user[4] = array_map('trim', $user[4]);
852 if ($clean) $user[4] = array_map(array($auth, 'cleanGroup'), $user[4]);
853 $user[4] = array_filter($user[4]);
854 $user[4] = array_unique($user[4]);
855 if (!count($user[4])) $user[4] = null;
857 return $user;
[all …]

1...<<41424344454647484950>>...62