Home
last modified time | relevance | path

Searched refs:users (Results 751 – 775 of 904) sorted by last modified time

1...<<31323334353637

/plugin/dontfeedtemplates/
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/authucenter/
H A Dauth.php258 * @param array $users
261 public function deleteUsers($users) { argument
263 if(is_array($users) && count($users)){
264 foreach($users as $user){
/plugin/authucenter/lib/uc_client/model/
H A Dmail.php77 …$users = $this->db->fetch_all("SELECT uid, username, email FROM ".UC_DBTABLEPRE."members WHERE uid…
78 foreach($users as $v) {
H A Dpm.php87 $users = explode('_', $value['min_max']);
88 if($value['authorid'] == $users[0]) {
89 $value['touid'] = $users[1];
91 $value['touid'] = $users[0];
297 if($users[0] == $fromuid) {
298 $touid = $users[1];
299 } elseif($users[1] == $fromuid) {
300 $touid = $users[0];
438 $users = explode('_', $index['min_max']);
439 if(!in_array($uid, $users)) {
[all …]
/plugin/mediasyntax/
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/acronym/
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/rtmchecklist/
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/tokenbucketauth/lang/en/
H A Dadmin_intro.txt3 This plugin allows you to automatically ban users, through their IP address,
/plugin/sfauth/
H A DREADME.wiki45 * Values: enter the groups you want to assign to users
54 You now can add Groups to your users that will be picked up by DokuWiki. DokuWiki will add the defa…
/plugin/doodle3toolbar/
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/botbouncer/lang/en/
H A Dclean.txt3 The idea here is to clean out your existing users from spammed entries.
/plugin/botbouncer/admin/
H A Dclean.php127 $users = array_keys($user_list);
/plugin/botbouncer/
H A DREADME.md23 clean out existing users
/plugin/tfslink/
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/tuxquote/
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
H A Dquotes.txt384 There are only two industries that refer to their customers as "users". <BR> -- Edward Tufte
1144 … that people who use marijuana are more than EIGHT TIMES as likely as non-users to eat raw cookie …
3579users tend to create numerous files using large amounts of file space. It has been said that the o…
4166 …mputers. Computers give users too much capability, too much flexibility, too much freedom. The ent…
/plugin/components/
H A Dlicence14 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/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/youtracklinks/
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/stopforumspam/
H A Dplugin.info.txt6 desc Checks new users against a database of known spammers maintained by stopforumspam.org
/plugin/authdrupal7/
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
H A DREADME.md5 This plugin might be useful if you are running a drupal website and want to give your drupal users
45 Dokuwiki might only grant access to users that are member of a defined user group. This plugin is r…
49 …uperuser: add a superuser group (with @) or username that matches one of your drupal roles or users
50 * manager: add a manager group (with @) or username that matches one of your drupal roles or users
52 … in the ACL controls are locked out. I added a new role "wiki" for all my users in drupal and made…
/plugin/html2pdf/snorriheim/
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/html2pdf/html2pdf/html2ps/
H A DLICENSE18 free software--to make sure the software is free for all its users.
61 effectively restrict the users of a free program by obtaining a
105 users' freedom, it does ensure that the user of a program that is
/plugin/genericsso/
H A Dauth.php15 private $users = array(); variable in auth_plugin_genericsso
50 if(is_null($this->users)) $this->loadUsers();
51 if(array_key_exists($user, $this->users)) return $this->users[$user]; // Cache
52 $this->users[$user] = array('name' => $user, 'mail' => $user, 'grps' => array());
53 return $this->users[$user];
146 $this->users = array();
152 $this->users[$row[0]] = array(

1...<<31323334353637