Home
last modified time | relevance | path

Searched refs:users (Results 851 – 875 of 904) sorted by last modified time

1...<<31323334353637

/plugin/quickedit/
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/sidebarng/
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/stats/
H A Dsyntax.php146 case 'users': //Total number of users
743 $users = array();
748 if ($user != "" && !in_array($user, $users)) {
749 $users[] = $user;
752 $nbUsers = sizeof($users);
/plugin/farm/
H A Danimal.class.php322 $users = array();
341 $users[$row[0]] = array(
354 $localauth->users = null;
355 $users = $localauth->retrieveUsers();
361 return $users;
377 $users = $this->getUsers();
378 if(isset($users[$user])) return false;
409 $localauth->users = null;
428 $users = $this->getUsers();
429 if(!isset($users[$user])) return false;
[all …]
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 Danimalmanager.class.php272 $users = $this->animal->getUsers();
274 …case 'name' : uasort($users, create_function('$a,$b', 'return strcmp($a[\'name\'], $b[\'name\']);'…
275 …case 'namedesc' : uasort($users, create_function('$a,$b', 'return -1 * strcmp($a[\'name\'], $b[\'n…
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Ddokuwiki.txt19 * [[doku>wiki:users|Happy Users]]
51 * [[doku>wiki:irc|Talk to other users in the IRC channel]]
/plugin/multipoll/
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/conflictmerger/
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/jmol2/jmol/
H A DLICENSE.txt18 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
H A DREADME.txt10 Usage questions and comments should be posted to jmol-users@lists.sourceforge.net
76 Typically users get a message asking if they want to accept the
101 and Jmol console both allow users to access parts of Jmol you might
118 Typically, users get a message asking if they want to accept the certificate
H A DLEAME.txt12 jmol-users@lists.sourceforge.net (en ingl�s)
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example9 * TABLE users
48 $conf['auth']['mysql']['TablesToLock']= array("users", "users AS u","groups", "groups AS g", "userg…
68 JOIN users AS u ON u.uid=ug.uid
86 FROM users
122 FROM users AS u
132 /* Additional SQL statements to add new users with the user manager */
144 $conf['auth']['mysql']['addUser'] = "INSERT INTO users
183 FROM users
187 /* Additional SQL statements to delete users with the user manager */
195 $conf['auth']['mysql']['delUser'] = "DELETE FROM users
[all …]
H A Dusers.auth.php.dist1 # users.auth.php
/plugin/nftr/
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/shibbolethauth/files/
H A Dshibboleth.class.php28 var $users = null; variable in auth_shibboleth
212 $USERINFO['grps'] = $users['grps'];
341 return $users['grps'];
353 foreach ($this->users as $user){
384 return $this->users[$mail];
501 function deleteUsers($users) { argument
503 if (!is_array($users) || empty($users)) return 0;
508 foreach ($users as $user) {
522 $count = count($this->users());
563 ksort($this->users);
[all …]
/plugin/dokugource/
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/aclauditor/
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/maintenancemessage/
H A DINFO.txt7 …enance message on all pages to notify of upcoming downtime, can also disable editing for all users.
/plugin/adminhomepage/
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/lastfm/
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/gpsies/
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/gtd/
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/formatplus/
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/querychangelog/
H A Dadmin.php104 $opts['users'] = $_REQUEST['qcusers'];
143 if (isset($opts['users'])) {
146 if (in_array($user, $opts['users'])) {

1...<<31323334353637