Home
last modified time | relevance | path

Searched refs:currentUserName (Results 1 – 25 of 36) sorted by relevance

12

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/frequent_items/components/
H A Dapp.vue25 currentUserName: {
52 const { namespace, currentUserName, currentItem } = this;
53 const storageKey = `${currentUserName}/${STORAGE_KEY[namespace]}`;
/dports/net/kdenetwork-filesharing/kdenetwork-filesharing-21.12.3/samba/filepropertiesplugin/
H A Dusermanager.cpp156 const QString currentUserName = KUser().loginName(); in load() local
167 if (user->name() == currentUserName) { in load()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/network/authentication/basic/
H A DBasicAuthenticationManager.h66 const std::string &currentUserName();
H A DBasicAuthenticationManager.cpp108 const std::string &BasicAuthenticationManager::currentUserName() { in currentUserName() function in BasicAuthenticationManager
/dports/www/owncloud/owncloud/lib/private/User/
H A DSyncService.php315 $currentUserName = $this->config->getUserValue($uid, 'core', 'username', null);
316 if ($userName !== $currentUserName) {
323 "Setting userName for <$uid> from <$currentUserName> to <$userName>",
H A DUser.php151 $currentUserName = $this->getUserName();
152 if ($userName !== $currentUserName) {
/dports/devel/msbuild/msbuild-0.06/src/Tasks/
H A DResolveKeySource.cs171 … string currentUserName = Environment.UserDomainName + "\\" + Environment.UserName; in ResolveAssemblyKey()
177 …byte[] userNameBytes = System.Text.Encoding.Unicode.GetBytes(currentUserName.ToLower(CultureInfo.I… in ResolveAssemblyKey()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/mkvtoolnix-gui/util/
H A Dprocess.h50 QString currentUserName();
H A Dprocess.cpp84 currentUserName() { in currentUserName() function
/dports/math/reduce/Reduce-svn5758-src/csl/fox/include/
H A DFXSystem.h67 FXString FXAPI currentUserName();
/dports/x11-toolkits/fox16/fox-1.6.57/include/
H A DFXSystem.h67 FXString FXAPI currentUserName();
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/network/authentication/litres/
H A DLitResAuthenticationManager.h41 const std::string &currentUserName();
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/network/authentication/
H A DNetworkAuthenticationManager.h63 virtual const std::string &currentUserName() = 0;
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/src/
H A DRemoteModel.cpp122 currentUserName = RemoteNetwork::get().getInfoFromClientCert(cert, RemoteNetwork::CertInfoUser); in setNewRootDir()
217 …older" && index.parent() == QModelIndex() && item->value(RemoteModelColumnName) == currentUserName) in data()
H A DRemoteModel.h115 QString currentUserName; variable
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/networkActions/
H A DAuthenticationDialog.cpp150 userList.saveUser(mgr.currentUserName()); in run()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXSystem.h137 extern FXAPI FXString currentUserName();
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFXSystem.h137 extern FXAPI FXString currentUserName();
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/networkTree/
H A DNetworkCatalogRootNode.cpp187 return ZLStringUtil::printf(text, myManager.currentUserName()); in text()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/kernel/
H A DKviIrcConnection.h384 const QString & currentUserName() const;
/dports/audio/gogglesmm/gogglesmm-1.2.2/src/
H A DGMSession.cpp164 setProperty(SmUserID,FXSystem::currentUserName().text()); in init()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/helpers/nav/
H A Dtop_nav_helper.rb233 currentUserName: current_user&.username,
/dports/devel/jna/jna-5.7.0/contrib/platform/test/com/sun/jna/platform/win32/
H A DAdvapi32UtilTest.java58 String currentUserName = Advapi32Util.getUserName(); in main() local
59 System.out.println("GetUserName: " + currentUserName); in main()
65 Account accountByName = Advapi32Util.getAccountByName(currentUserName); in main()
66 System.out.println("AccountByName: " + currentUserName); in main()
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXSystem.cpp149 FXString FXSystem::currentUserName(){ in currentUserName() function in FX::FXSystem
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXSystem.cpp149 FXString FXSystem::currentUserName(){ in currentUserName() function in FX::FXSystem

12