Home
last modified time | relevance | path

Searched refs:updateUser (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/dports/net-mgmt/rackmonkey/rackmonkey-1.2.5-1/perl/RackMonkey/
H A DEngine.pm219 my ($self, $type, $act, $updateUser, $record) = @_;
411 my ($self, $updateTime, $updateUser, $record) = @_;
433 my ($self, $updateTime, $updateUser, $record) = @_;
499 my ($self, $updateTime, $updateUser, $record) = @_;
521 my ($self, $updateTime, $updateUser, $record) = @_;
809 my ($self, $updateTime, $updateUser, $record) = @_;
831 my ($self, $updateTime, $updateUser, $record) = @_;
1041 my ($self, $updateTime, $updateUser, $record) = @_;
1063 my ($self, $updateTime, $updateUser, $record) = @_;
1124 my ($self, $updateTime, $updateUser, $record) = @_;
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/User/classes/
H A Dclass.ilUserImportParser.php1192 $updateUser = new ilObjUser($user_id);
1193 $updateUser->read();
1194 $updateUser->readPrefs();
1200 $updateUser->setPasswordSalt(null);
1334 $updateUser->setPref($key, $value);
1346 $updateUser->writePrefs();
1356 … $updateUser->setProfileIncomplete($this->checkProfileIncomplete($updateUser));
1357 $updateUser->setFullname();
1358 $updateUser->setTitle($updateUser->getFullname());
1359 $updateUser->setDescription($updateUser->getEmail());
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/User/classes/
H A Dclass.ilUserImportParser.php1205 $updateUser = new ilObjUser($user_id);
1206 $updateUser->read();
1207 $updateUser->readPrefs();
1213 $updateUser->setPasswordSalt(null);
1347 $updateUser->setPref($key, $value);
1359 $updateUser->writePrefs();
1369 … $updateUser->setProfileIncomplete($this->checkProfileIncomplete($updateUser));
1370 $updateUser->setFullname();
1371 $updateUser->setTitle($updateUser->getFullname());
1372 $updateUser->setDescription($updateUser->getEmail());
[all …]
/dports/security/pear-LiveUser_Admin/LiveUser_Admin-0.4.0/docs/examples/example1/
H A DUser.php70 $updateUser = $users[$id]['perm_user_id'];
75 $updated = $admin->updateUser($data, $updateUser);
80 echo '<strong>' . $updateUser . '</strong> was updated<br />';
81 $user = $admin->getUsers(array('filters' => array('perm_user_id' => $updateUser)));
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/src/Functional/UpdateSystem/
H A DInvalidUpdateHookTest.php46 private $updateUser; variable in Drupal\\Tests\\system\\Functional\\UpdateSystem\\InvalidUpdateHookTest
53 $this->updateUser = $this->drupalCreateUser([
60 $this->drupalLogin($this->updateUser);
H A DUpdatesWith7xTest.php40 private $updateUser; variable in Drupal\\Tests\\system\\Functional\\UpdateSystem\\UpdatesWith7xTest
46 $this->updateUser = $this->drupalCreateUser([
61 $this->drupalLogin($this->updateUser);
H A DUpdatePathLastRemovedTest.php39 protected $updateUser; variable in Drupal\\Tests\\system\\Functional\\UpdateSystem\\UpdatePathLastRemovedTest
49 $this->updateUser = $this->drupalCreateUser([
62 $this->drupalLogin($this->updateUser);
H A DUpdateScriptTest.php64 private $updateUser; variable in Drupal\\Tests\\system\\Functional\\UpdateSystem\\UpdateScriptTest
70 $this->updateUser = $this->drupalCreateUser([
102 $this->drupalLogin($this->updateUser);
126 $this->drupalLogin($this->updateUser);
143 $this->drupalLogin($this->updateUser);
407 $this->drupalLogin($this->updateUser);
506 $this->drupalLogin($this->updateUser);
517 $this->drupalLogin($this->updateUser);
676 $this->drupalLogin($this->updateUser);
697 $this->drupalLogin($this->updateUser);
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/src/Functional/UpdateSystem/
H A DInvalidUpdateHookTest.php46 private $updateUser; variable in Drupal\\Tests\\system\\Functional\\UpdateSystem\\InvalidUpdateHookTest
53 $this->updateUser = $this->drupalCreateUser([
60 $this->drupalLogin($this->updateUser);
H A DUpdatesWith7xTest.php40 private $updateUser; variable in Drupal\\Tests\\system\\Functional\\UpdateSystem\\UpdatesWith7xTest
46 $this->updateUser = $this->drupalCreateUser([
61 $this->drupalLogin($this->updateUser);
H A DUpdatePathLastRemovedTest.php39 protected $updateUser; variable in Drupal\\Tests\\system\\Functional\\UpdateSystem\\UpdatePathLastRemovedTest
49 $this->updateUser = $this->drupalCreateUser([
63 $this->drupalLogin($this->updateUser);
H A DUpdateScriptTest.php64 private $updateUser; variable in Drupal\\Tests\\system\\Functional\\UpdateSystem\\UpdateScriptTest
70 $this->updateUser = $this->drupalCreateUser([
102 $this->drupalLogin($this->updateUser);
126 $this->drupalLogin($this->updateUser);
143 $this->drupalLogin($this->updateUser);
407 $this->drupalLogin($this->updateUser);
493 $this->drupalLogin($this->updateUser);
504 $this->drupalLogin($this->updateUser);
663 $this->drupalLogin($this->updateUser);
684 $this->drupalLogin($this->updateUser);
/dports/www/p5-REST-Google-Apps-Provisioning/REST-Google-Apps-Provisioning-1.1.10/
H A DChanges31 - Fixed passwordHashFunction support on createUser and updateUser
42 - createUser and updateUser functions allow setting of admin privileges
43 - Added hashFunctionName option to updateUser function
45 - updateUser was calling getUser without a username argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/after/
H A DREADME.md13 var updateUser = function (req, res) {
16 // then run updateUser with the results
17 var next = after(2, updateUser)
35 function updateUser(err, result) {
/dports/www/ilias/ILIAS-5.4.25/Modules/Chatroom/chat/node_modules/after/
H A DREADME.md13 var updateUser = function (req, res) {
16 // then run updateUser with the results
17 var next = after(2, updateUser)
35 function updateUser(err, result) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/after/
H A DREADME.md13 var updateUser = function (req, res) {
16 // then run updateUser with the results
17 var next = after(2, updateUser)
35 function updateUser(err, result) {
/dports/www/ilias6/ILIAS-6.14/Modules/Chatroom/chat/node_modules/after/
H A DREADME.md13 var updateUser = function (req, res) {
16 // then run updateUser with the results
17 var next = after(2, updateUser)
35 function updateUser(err, result) {
/dports/devel/pear-Horde_Core/Horde_Core-2.31.14/lib/Horde/Core/Auth/
H A DMsad.php42 public function updateUser($oldID, $newID, $credentials, $olddn = null, function in Horde_Core_Auth_Msad
47 parent::updateUser($oldID, $newID, $credentials, $olddn, $newdn);
H A DLdap.php44 public function updateUser($oldID, $newID, $credentials, $olddn = null, function in Horde_Core_Auth_Ldap
54 parent::updateUser($oldID, $newID, $new_credentials, $olddn, $newdn);
/dports/www/kanboard/kanboard-1.2.21/app/Core/User/
H A DUserSync.php28 $profile = $this->updateUser($profile, $properties);
44 private function updateUser(array $profile, array $properties) function in Kanboard\\Core\\User\\UserSync
/dports/security/pear-Horde_Auth/Horde_Auth-2.2.2/lib/Horde/Auth/
H A DComposite.php116 public function updateUser($oldID, $newID, $credentials) function in Horde_Auth_Composite
118 $this->_params['admin_driver']->updateUser($oldID, $newID, $credentials);
/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/
H A DresetUserTokens.php100 $this->updateUser( $user->user_id );
110 private function updateUser( $userid ) { function in ResetUserTokens
/dports/www/mediawiki136/mediawiki-1.36.3/maintenance/
H A DresetUserTokens.php100 $this->updateUser( $user->user_id );
110 private function updateUser( $userid ) { function in ResetUserTokens
/dports/www/mediawiki137/mediawiki-1.37.1/maintenance/
H A DresetUserTokens.php100 $this->updateUser( $user->user_id );
110 private function updateUser( $userid ) { function in ResetUserTokens
/dports/net-im/ricochet/ricochet-1.1.4/src/ui/
H A DContactsModel.cpp95 void ContactsModel::updateUser(ContactUser *user) in updateUser() function in ContactsModel
126 connect(user, SIGNAL(statusChanged()), SLOT(updateUser())); in connectSignals()
127 connect(user, SIGNAL(nicknameChanged()), SLOT(updateUser())); in connectSignals()

12345678910>>...15