Home
last modified time | relevance | path

Searched refs:sPathName (Results 1 – 22 of 22) sorted by relevance

/dports/security/rcracki_mt/rcracki_mt_0.7.0_src/rcracki_mt/
H A DChainWalkContext.cpp382 std::string::size_type nIndex = sPathName.find_last_of('\\'); in SetupWithPathName()
384 std::string::size_type nIndex = sPathName.find_last_of('/'); in SetupWithPathName()
387 sPathName = sPathName.substr(nIndex + 1); in SetupWithPathName()
389 if (sPathName.size() < 3) in SetupWithPathName()
391 printf("%s is not a rainbow table\n", sPathName.c_str()); in SetupWithPathName()
394 if (sPathName.substr(sPathName.size() - 5) == ".rti2") in SetupWithPathName()
398 else if (sPathName.substr(sPathName.size() - 4) == ".rti") in SetupWithPathName()
402 else if (sPathName.substr(sPathName.size() - 3) == ".rt") in SetupWithPathName()
408 printf("%s is not a rainbow table\n", sPathName.c_str()); in SetupWithPathName()
414 if (!SeperateString(sPathName, "___x_", vPart)) in SetupWithPathName()
[all …]
H A DRainbowCrack.cpp94 std::string sPathName = sPath + sName; in GetTableList() local
95 vPathName.push_back(sPathName); in GetTableList()
101 std::string sPathName = sPath + sName; in GetTableList() local
102 vPathName.push_back(sPathName); in GetTableList()
108 std::string sPathName = sPath + sName; in GetTableList() local
109 vPathName.push_back(sPathName); in GetTableList()
214 if (ReadLinesFromFile(sPathName, vLine)) in LoadLMHashFromPwdumpFile()
267 if (ReadLinesFromFile(sPathName, vLine)) in LoadLMHashFromCainLSTFile()
714 std::string sPathName = sInput; in main() local
735 std::string sPathName = sInput; in main() local
[all …]
H A DPublic.h173 bool boinc_ReadLinesFromFile( std::string sPathName, std::vector<std::string>& vLine );
174 bool ReadLinesFromFile( std::string sPathName, std::vector<std::string>& vLine);
H A DPublic.cpp311 bool boinc_ReadLinesFromFile( std::string sPathName, std::vector<std::string>& vLine ) in boinc_ReadLinesFromFile() argument
348 boinc_resolve_filename(sPathName.c_str(), input_path, sizeof(input_path)); in boinc_ReadLinesFromFile()
392 bool ReadLinesFromFile( std::string sPathName, std::vector<std::string>& vLine ) in ReadLinesFromFile() argument
396 FILE* file = fopen(sPathName.c_str(), "rb"); in ReadLinesFromFile()
399 long len = GetFileLen( sPathName ); in ReadLinesFromFile()
H A DChainWalkContext.h74 …static bool SetupWithPathName( std::string sPathName, int& nRainbowChainLen, int& nRainbowChainCou…
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Plugins/
H A DManager.php167 foreach ($aGlob as $sPathName)
169 $sName = \basename($sPathName);
171 \file_exists($sPathName.'/index.php'))
175 \file_exists($sPathName.'/VERSION') ?
176 \file_get_contents($sPathName.'/VERSION') : '0.0'
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Plugins/
H A DManager.php167 foreach ($aGlob as $sPathName)
169 $sName = \basename($sPathName);
171 \file_exists($sPathName.'/index.php'))
175 \file_exists($sPathName.'/VERSION') ?
176 \file_get_contents($sPathName.'/VERSION') : '0.0'
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/services/
H A Dpathsettings.cxx103 : sPathName () in PathInfo()
112 OUString sPathName; member
660 if (xCfgOld->hasByName(aResubstPath.sPathName)) in impl_storePath()
663 xProps->setPropertyValue(aResubstPath.sPathName, css::uno::Any()); in impl_storePath()
705 aPath.sPathName = sPath; in impl_updatePath()
1041 pProp->Name = rPath.sPathName; in impl_rebuildPropertyDescriptor()
1050 pProp->Name = rPath.sPathName+POSTFIX_INTERNAL_PATHS; in impl_rebuildPropertyDescriptor()
1058 pProp->Name = rPath.sPathName+POSTFIX_USER_PATHS; in impl_rebuildPropertyDescriptor()
1067 pProp->Name = rPath.sPathName+POSTFIX_WRITE_PATH; in impl_rebuildPropertyDescriptor()
1165 "The path '" + aChangePath.sPathName in impl_setPathValue()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/services/
H A Dpathsettings.cxx103 : sPathName () in PathInfo()
112 OUString sPathName; member
664 if (xCfgOld->hasByName(aResubstPath.sPathName)) in impl_storePath()
667 xProps->setPropertyValue(aResubstPath.sPathName, css::uno::Any()); in impl_storePath()
709 aPath.sPathName = sPath; in impl_updatePath()
1045 pProp->Name = rPath.sPathName; in impl_rebuildPropertyDescriptor()
1054 pProp->Name = rPath.sPathName+POSTFIX_INTERNAL_PATHS; in impl_rebuildPropertyDescriptor()
1062 pProp->Name = rPath.sPathName+POSTFIX_USER_PATHS; in impl_rebuildPropertyDescriptor()
1071 pProp->Name = rPath.sPathName+POSTFIX_WRITE_PATH; in impl_rebuildPropertyDescriptor()
1169 "The path '" + aChangePath.sPathName in impl_setPathValue()
[all …]
/dports/devel/xopcodecalc/XOpcodeCalc-0.03/XOptions/
H A Dxoptions.cpp341 void XOptions::setLastDirectory(QString sPathName) in setLastDirectory() argument
343 QFileInfo fi(sPathName); in setLastDirectory()
347 sPathName=fi.absolutePath(); in setLastDirectory()
351 sPathName=fi.absoluteFilePath(); in setLastDirectory()
356 setValue(ID_NU_LASTDIRECTORY,sPathName); in setLastDirectory()
H A Dxoptions.h104 void setLastDirectory(QString sPathName);
/dports/www/limesurvey/limesurvey/application/models/
H A DTemplateConfig.php249 $sPathName = 'survey.template-'.$oTemplate->sTemplateName.'.path';
252 Yii::setPathOfAlias($sPathName, $oTemplate->path);
289 'basePath' => $sPathName, // Used when asset manager is on
/dports/science/mbdyn/mbdyn-1.7.3/libraries/libmbutil/
H A Dparser.cc686 LineData.sPathName = NULL; in GetLineData()
1378 if (err.sPathName != 0) { in operator <<()
1379 out << err.sPathName << DIR_SEP; in operator <<()
H A Dparser.h305 const char* sPathName; member
H A Dparsinc.cc701 LineData.sPathName = (strcmp(sCurrPath, sInitialPath) == 0) ? 0 : sCurrPath; in GetLineData()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/graphic/
H A DUnoGraphicProvider.cxx149 OUString sPathName; in implLoadRepositoryImage() local
150 if( rResourceURL.startsWith("private:graphicrepository/", &sPathName) ) in implLoadRepositoryImage()
153 if ( vcl::ImageRepository::loadImage( sPathName, aBitmap ) ) in implLoadRepositoryImage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/graphic/
H A DUnoGraphicProvider.cxx148 OUString sPathName; in implLoadRepositoryImage() local
149 if( rResourceURL.startsWith("private:graphicrepository/", &sPathName) ) in implLoadRepositoryImage()
152 if ( vcl::ImageRepository::loadImage( sPathName, aBitmap ) ) in implLoadRepositoryImage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/options/
H A Doptpath.cxx486 const OUString sPathName = m_xPathBox->get_text(nEntry, 0); in IMPL_LINK_NOARG() local
487 const OUString sNewTitle = pImpl->m_sMultiPathDlg.replaceFirst( VAR_ONE, sPathName ); in IMPL_LINK_NOARG()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/options/
H A Doptpath.cxx499 const OUString sPathName = m_xPathBox->get_text(nEntry, 0); in IMPL_LINK_NOARG() local
500 const OUString sNewTitle = pImpl->m_sMultiPathDlg.replaceFirst( VAR_ONE, sPathName ); in IMPL_LINK_NOARG()
/dports/security/rcracki_mt/rcracki_mt_0.7.0_src/rcracki_mt-gui/gui/
H A DGUI_hash.cpp35 void LoadLMHashFromPwdumpFile(std::string sPathName, std::vector<std::string>& vUserName, std::vect…
/dports/devel/xelfviewer/XELFViewer-0.03/Formats/
H A Dxbinary.h429 static QString convertPathName(QString sPathName);
H A Dxbinary.cpp412 QString XBinary::convertPathName(QString sPathName) in convertPathName() argument
414 QString sResult=sPathName; in convertPathName()
417 if(sPathName.contains("$app")) in convertPathName()
423 if(sPathName.contains("$data")) in convertPathName()