Home
last modified time | relevance | path

Searched refs:_users (Results 1 – 25 of 659) sorted by relevance

12345678910>>...27

/dports/security/pear-Horde_Auth/Horde_Auth-2.2.2/lib/Horde/Auth/
H A DPasswd.php46 protected $_users = null; variable in Horde_Auth_Passwd
127 if ($this->_users[$user]) {
169 if (is_array($this->_users)) {
188 $this->_users = array();
274 if (!isset($this->_users[$userId]) ||
306 $users = array_keys($this->_users);
334 if (isset($this->_users[$userId])) {
338 $this->_users[$userId] = array(
364 if (!isset($this->_users[$oldID])) {
368 $this->_users[$newID] = array(
[all …]
H A DHttp.php41 protected $_users = array(); variable in Horde_Auth_Http
72 $this->_users[trim($user)] = trim($pass);
91 empty($this->_users[$userId])) {
95 …$hash = Horde_Auth::getCryptedPassword($credentials['password'], $this->_users[$userId], $this->_p…
97 if ($hash != $this->_users[$userId]) {
112 $users = array_keys($this->_users);
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/gui/tray/
H A Dusermodel.cpp763 return _users.size(); in numUsers()
784 return _users[id]->avatar(); in avatarById()
829 _users << u; in addUser()
831 _currentUserId = _users.indexOf(_users.last()); in addUser()
896 _users[id]->login(); in login()
904 _users[id]->logout(); in logout()
927 if (_users[id]->isCurrentUser() && _users.count() > 1) { in removeAccount()
931 _users[id]->logout(); in removeAccount()
932 _users[id]->removeAccount(); in removeAccount()
935 _users.removeAt(id); in removeAccount()
[all …]
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/python/
H A Dfakepwd.py63 _users: List[_UserRecord]
66 self._users = []
102 self._users.append(
110 for entry in self._users:
121 for entry in self._users:
130 return self._users
190 _users: List[_ShadowRecord]
193 self._users = []
235 self._users.append(
247 for entry in self._users:
[all …]
/dports/net-im/p5-DJabberd/DJabberd-0.85/lib/DJabberd/Authen/
H A DInMemoryOnly.pm9 $self->{_users} = {}; # username -> $password
20 if (delete $self->{_users}{$user}) {
32 if (defined $self->{_users}{$user}) {
36 $self->{_users}{$user} = $pass;
45 unless (defined $self->{_users}{$user}) {
49 my $goodpass = $self->{_users}{$user};
60 if (my $pass = $self->{_users}{$user}) {
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/auth/
H A Duser_set.cpp68 UserSet::UserSet() : _users(), _usersEnd(_users.end()) {} in UserSet()
80 if (_usersEnd == _users.end()) { in add()
81 _users.push_back(user); in add()
82 _usersEnd = _users.end(); in add()
102 User* old = _users[offset]; in replaceAt()
103 _users[offset] = replacement; in replaceAt()
109 User* old = _users[offset]; in removeAt()
111 _users[offset] = *_usersEnd; in removeAt()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/python/
H A Dfakepwd.py49 self._users = []
84 self._users.append(_UserRecord(
92 for entry in self._users:
102 for entry in self._users:
112 return self._users
158 self._users = []
200 self._users.append(_ShadowRecord(
209 for entry in self._users:
219 return self._users
/dports/security/pear-File_Passwd/File_Passwd-1.1.7/Passwd/
H A DCvs.php117 foreach ($this->_users as $user => $v){
138 $this->_users = array();
148 $this->_users[$user]['passwd'] = $pass;
150 $this->_users[$user]['system'] = $system;
199 $this->_users[$user]['passwd'] = $this->generatePassword($pass);
200 $this->_users[$user]['system'] = $system_user;
223 $real = $this->_users[$user]['passwd'];
244 $this->_users[$user]['passwd'] = $this->generatePassword($pass);
277 $this->_users[$user]['system'] = $system;
H A DSmb.php181 $this->_users[$user] = @array(
232 $this->_users[$user] = array(
273 if (!isset($this->_users[$user][$key])) {
279 $this->_users[$user][$key] = trim($value);
280 $this->_users[$user]['lct']= 'LCT-' . strToUpper(dechex(time()));
310 $this->_users[$user]['nthash'] = $nthash;
311 $this->_users[$user]['lmhash'] = $lmhash;
338 if (strstr($this->_users[$user]['flags'], 'D')) {
342 return $this->_users[$user]['nthash'] === strToUpper($nthash);
345 return $this->_users[$user]['lm'] === strToUpper($lmhash);
[all …]
H A DAuthdigest.php128 if (count($this->_users)) {
129 foreach ($this->_users as $user => $realm) {
174 $this->_users[$user][$realm] = md5("$user:$realm:$pass");
211 foreach ($this->_users as $user => $realms){
271 return ($this->_users[$user][$realm] === md5("$user:$realm:$pass"));
285 return (isset($this->_users[$user][$realm]));
307 unset($this->_users[$user][$inRealm]);
322 $this->_users = array();
332 $this->_users[$user][$realm] = trim($pass);
H A DCustom.php306 foreach ($this->_users as $user => $array){
330 $this->_users = array();
354 $this->_users[$user] = $values;
426 $this->_users[$user] = $extra;
432 $this->_users[$user][$key] = @$extra[$key];
480 $this->_users[$user][$key] = $value;
516 $this->_users[$user]['pass'] = $pass;
518 $this->_users[$user][0] = $pass;
549 $this->_users[$user]['pass'] :
550 $this->_users[$user][0]
H A DUnix.php171 foreach ($this->_users as $user => $array){
194 $this->_users = array();
221 $this->_users[$user] = $values;
451 $this->_users[$user] = $extra;
457 $this->_users[$user][$key] = @$extra[$key];
513 $this->_users[$user][$key] = $value;
555 $this->_users[$user]['pass'] = $pass;
557 $this->_users[$user][0] = $pass;
586 $this->_users[$user]['pass'] :
587 $this->_users[$user][0]
/dports/devel/py-apptools/apptools-4.5.0/examples/permissions/server/
H A Dserver.py59 self._users = None
105 if self._users is not None:
107 self._users.close()
109 self._users = None
212 if self._users.has_key(name):
216 self._sync(self._users)
293 if not self._users.has_key(name):
297 self._sync(self._users)
311 del self._users[name]
315 self._sync(self._users)
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/HostSupport/src/
H A DofxhBinary.cpp35 …onst std::string &binaryPath): _binaryPath(binaryPath), _invalid(false), _dlHandle(NULL), _users(0) in Binary()
128 if (_users == 0) { in ref()
131 _users++; in ref()
136 _users--; in unref()
137 if (_users == 0) { in unref()
140 if (_users < 0) { in unref()
141 _users = 0; in unref()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/HostSupport/src/
H A DofxhBinary.cpp35 …onst std::string &binaryPath): _binaryPath(binaryPath), _invalid(false), _dlHandle(NULL), _users(0) in Binary()
128 if (_users == 0) { in ref()
131 _users++; in ref()
136 _users--; in unref()
137 if (_users == 0) { in unref()
140 if (_users < 0) { in unref()
141 _users = 0; in unref()
/dports/biology/py-resdk/resdk-13.8.0/src/resdk/resources/
H A Duser.py92 _users = None variable in Group
105 self._users = None
113 if self._users is None:
114 self._users = self.resolwe.user.filter(groups=self.id)
116 return self._users
123 self._users = None
130 self._users = None
/dports/graphics/sharpconstruct/sharpconstruct-0.11/include/
H A DUtilities.h30 : _users( 0 ) in Resource()
35 return _users != 0; in Used()
39 _users++; in Grab()
43 _users--; in Release()
46 int _users;
/dports/devel/horde-whups/whups-3.0.12/lib/
H A DWhups.php49 static protected $_users = array(); variable in Whups
679 if (isset(self::$_users[$user])) {
680 return self::$_users[$user];
690 self::$_users[$user]['user'] = $user;
691 self::$_users[$user]['type'] = $type;
696 unset(self::$_users[$user]);
700 self::$_users[$user]['name'] = '';
701 self::$_users[$user]['email'] = '';
713 self::$_users[$user]['user'] = '';
714 self::$_users[$user]['name'] = '';
[all …]
/dports/www/kohana/kohana-v3.3.6/modules/auth/classes/Kohana/Auth/
H A DFile.php14 protected $_users; variable in Kohana_Auth_File
24 $this->_users = Arr::get($config, 'users', array());
43 if (isset($this->_users[$username]) AND $this->_users[$username] === $password)
73 return Arr::get($this->_users, $username, FALSE);
/dports/devel/py-twilio/twilio-7.4.0/twilio/rest/frontline_api/v1/
H A D__init__.py24 self._users = None
31 if self._users is None:
32 self._users = UserList(self)
33 return self._users
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dobject_rc.h46 std::atomic<uint32_t> _users; variable
55 _users.fetch_add(1, std::memory_order_relaxed); in increment()
59 return _users.fetch_sub(1, std::memory_order_relaxed) == 1; in decrement()
74 _users.store(2, std::memory_order_relaxed); in ObjectRC()
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dobject_rc.h46 std::atomic<uint32_t> _users; variable
55 _users.fetch_add(1, std::memory_order_relaxed); in increment()
59 return _users.fetch_sub(1, std::memory_order_relaxed) == 1; in decrement()
74 _users.store(2, std::memory_order_relaxed); in ObjectRC()
/dports/security/pear-File_Passwd/File_Passwd-1.1.7/tests/
H A Dtest_authdigest.php61 $this->pwd->_users = $GLOBALS['user'];
80 $this->pwd->_users = $GLOBALS['user'];
116 $this->pwd->_users = $GLOBALS['user'];
126 $this->pwd->_users = $GLOBALS['user'];
138 $this->assertEquals($GLOBALS['user'], $this->pwd->_users);
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/data/luascripts/
H A Dstartup.lua268 hub._users = {}
345 if not this._users[sid] then
354 local r = this._users[sid]
392 this._users[sid] = nil
396 if this._users[sid] then
397 return this._users[sid]._op
423 return this._users[k]
545 hub._users = {}
575 local r = this._users[nick]
605 if this._users[nick] and this._users[nick]:isOp() then
[all …]
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/data/luascripts/
H A Dstartup.lua268 hub._users = {}
345 if not this._users[sid] then
354 local r = this._users[sid]
392 this._users[sid] = nil
396 if this._users[sid] then
397 return this._users[sid]._op
423 return this._users[k]
545 hub._users = {}
575 local r = this._users[nick]
605 if this._users[nick] and this._users[nick]:isOp() then
[all …]

12345678910>>...27