/dports/lang/fpc-source/fpc-3.2.2/packages/users/examples/ |
H A D | testpass.pp | 10 strUserName, Password : String; 24 A := strUserName; 95 Readln(strUserName); 98 If CheckPass(strUserName, Password) = Err_NoErr then
|
/dports/sysutils/fpc-users/fpc-3.2.2/packages/users/examples/ |
H A D | testpass.pp | 10 strUserName, Password : String; 24 A := strUserName; 95 Readln(strUserName); 98 If CheckPass(strUserName, Password) = Err_NoErr then
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/qa/osl/security/ |
H A D | osl_Security.cxx | 160 OUString strName( strUserName ), strGetName; in getUserName_001() 162 OUString strName( strUserName ), strGetName; in getUserName_001() 346 strUserName = OUString::createFromAscii( pw->pw_name ); in initialize() 370 strUserName = o3tl::toU(lpszSystemInfo); in initialize() 415 OUString sLookupUserName = strUserName; in initialize() 448 sLookupUserName = OUString::Concat(o3tl::toU(wszDomainName)) + u"\\" + strUserName; in initialize() 536 if ( strUserName.isEmpty()) in initialize() 539 printUString( strUserName ); in initialize()
|
H A D | osl_Security_Const.h | 51 OUString strUserName, strComputerName, strHomeDirectory; variable
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/qa/osl/security/ |
H A D | osl_Security.cxx | 160 OUString strName( strUserName ), strGetName; in getUserName_001() 162 OUString strName( strUserName ), strGetName; in getUserName_001() 342 strUserName = OUString::createFromAscii( pw->pw_name ); in initialize() 369 strUserName = o3tl::toU(lpszSystemInfo); in initialize() 414 LPCWSTR wszAccName = o3tl::toW(strUserName.getStr( )); in initialize() 523 if ( strUserName.isEmpty()) in initialize() 526 printUString( strUserName ); in initialize()
|
H A D | osl_Security_Const.h | 51 OUString strUserName, strComputerName, strHomeDirectory; variable
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/osl/w32/ |
H A D | security.cxx | 60 oslSecurityError SAL_CALL osl_loginUser( rtl_uString *strUserName, rtl_uString *strPasswd, oslSecur… in osl_loginUser() argument 65 sal_Unicode* strDomain = o3tl::toU(_wcsdup(o3tl::toW(rtl_uString_getStr(strUserName)))); in osl_loginUser() 109 oslSecurityError SAL_CALL osl_loginUserOnFileServer(rtl_uString *strUserName, in osl_loginUserOnFileServer() argument 120 …>(malloc((rtl_uString_getLength(strFileServer) + rtl_uString_getLength(strUserName) + 4) * sizeof(… in osl_loginUserOnFileServer() 121 …>(malloc((rtl_uString_getLength(strFileServer) + rtl_uString_getLength(strUserName) + 2) * sizeof(… in osl_loginUserOnFileServer() 126 wcscat(o3tl::toW(remoteName), o3tl::toW(rtl_uString_getStr(strUserName))); in osl_loginUserOnFileServer() 130 wcscat(o3tl::toW(userName), o3tl::toW(rtl_uString_getStr(strUserName))); in osl_loginUserOnFileServer() 154 wcscpy(o3tl::toW(pSecImpl->m_User), o3tl::toW(rtl_uString_getStr(strUserName))); in osl_loginUserOnFileServer()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/osl/w32/ |
H A D | security.cxx | 60 oslSecurityError SAL_CALL osl_loginUser( rtl_uString *strUserName, rtl_uString *strPasswd, oslSecur… in osl_loginUser() argument 65 sal_Unicode* strDomain = o3tl::toU(_wcsdup(o3tl::toW(rtl_uString_getStr(strUserName)))); in osl_loginUser() 109 oslSecurityError SAL_CALL osl_loginUserOnFileServer(rtl_uString *strUserName, in osl_loginUserOnFileServer() argument 120 …>(malloc((rtl_uString_getLength(strFileServer) + rtl_uString_getLength(strUserName) + 4) * sizeof(… in osl_loginUserOnFileServer() 121 …>(malloc((rtl_uString_getLength(strFileServer) + rtl_uString_getLength(strUserName) + 2) * sizeof(… in osl_loginUserOnFileServer() 126 wcscat(o3tl::toW(remoteName), o3tl::toW(rtl_uString_getStr(strUserName))); in osl_loginUserOnFileServer() 130 wcscat(o3tl::toW(userName), o3tl::toW(rtl_uString_getStr(strUserName))); in osl_loginUserOnFileServer() 154 wcscpy(o3tl::toW(pSecImpl->m_User), o3tl::toW(rtl_uString_getStr(strUserName))); in osl_loginUserOnFileServer()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/osl/ |
H A D | security.h | 71 rtl_uString *strUserName, 89 rtl_uString *strUserName,
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/osl/ |
H A D | security.h | 67 rtl_uString *strUserName, 85 rtl_uString *strUserName,
|
/dports/security/keepass/KeePass-2.49-Source/KeePass/Forms/ |
H A D | ProxyForm.cs | 61 string strUserName = Program.Config.Integration.ProxyUserName; in OnFormLoad() 67 if((strUserName.Length > 0) || (strPassword.Length > 0)) in OnFormLoad() 76 m_tbUser.Text = strUserName; in OnFormLoad()
|
H A D | MainForm_Functions.cs | 4954 string strUserName = args[AppDefs.CommandLineOptions.IoCredUserName]; in IocFromCommandLine() 4955 if(strUserName != null) ioc.UserName = strUserName; in IocFromCommandLine()
|
/dports/security/keepass/KeePass-2.49-Source/KeePass/DataExchange/Formats/ |
H A D | PassKeeper12.cs | 105 string strUserName = ImportUtil.GuiSendRetrieve(@"{TAB}"); in ImportEntry() 118 pwDb.MemoryProtection.ProtectUserName, strUserName)); in ImportEntry()
|
H A D | SteganosUI2007.cs | 104 string strUserName = ImportUtil.GuiSendRetrieve(@"{TAB}"); in ImportEntry() 126 pwDb.MemoryProtection.ProtectUserName, strUserName)); in ImportEntry()
|
/dports/net-mgmt/nagiosql/nagiosql-365d4e0b5edc623b12ea96e8002e8ac66aad6aac/functions/ |
H A D | NagDataClass.php | 37 public $strUserName = ''; // Logged in Username variable in functions\\NagDataClass 59 $this->strUserName = $arrSession['username']; 77 $strUserName = $this->strUserName; 80 …Return = $this->myDBClass->insertData("INSERT INTO `tbl_logbook` SET `user`='".$strUserName."',". 88 $strUserName = 'scripting'; 93 $strUserName .= ' - ' .$strRemoteUser; 98 …ooReturn = $this->myDBClass->insertData("INSERT INTO `tbl_logbook` SET `user`='".$strUserName."',". 103 …ooReturn = $this->myDBClass->insertData("INSERT INTO `tbl_logbook` SET `user`='".$strUserName."',". 107 …ooReturn = $this->myDBClass->insertData("INSERT INTO `tbl_logbook` SET `user`='".$strUserName."',".
|
H A D | prepend_adm.php | 306 $myDataClass->strUserName = $arrDataUser[0]['username']; 347 $myDataClass->strUserName = $arrDataUser[0]['username'];
|
/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Serialization/ |
H A D | IOConnection.cs | 284 string strPort, ProxyAuthType pat, string strUserName, in SetProxy() argument 291 m_strProxyUserName = (strUserName ?? string.Empty); in SetProxy() 465 string strUserName = m_strProxyUserName; in AssignCredentials() 471 if((strUserName.Length > 0) || (strPassword.Length > 0)) in AssignCredentials() 484 if((strUserName.Length > 0) || (strPassword.Length > 0)) in AssignCredentials() 486 strUserName, strPassword); in AssignCredentials()
|
H A D | FileLock.cs | 80 private LockFileInfo(string strID, string strTime, string strUserName, in LockFileInfo() argument 94 this.UserName = (strUserName ?? string.Empty).Trim(); in LockFileInfo()
|
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/ |
H A D | URL.h | 42 void SetUserName(const std::string& strUserName) in SetUserName() argument 44 m_strUserName = strUserName; in SetUserName()
|
/dports/net/opal/opal-3.10.10/samples/mobileopal/ |
H A D | MobileOpalDlg.cpp | 581 CStringA strUserName = GetOptionStringA(UserNameKey); in InitialiseOPAL() local 582 command.m_param.m_protocol.m_userName = strUserName; in InitialiseOPAL()
|