Home
last modified time | relevance | path

Searched refs:inFilePath (Results 101 – 125 of 140) sorted by relevance

123456

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/db/mork/
H A DmorkFile.h124 const PathChar* inFilePath, mork_bool inFrozen);
133 const PathChar* inFilePath);
275 const PathChar* inFilePath,
279 const PathChar* inFilePath);
H A DmorkFactory.cpp147 const PathChar* inFilePath, mork_bool inFrozen, in OpenOldFile() argument
162 file = morkFile::OpenOldFile(ev, ioHeap, inFilePath, inFrozen); in OpenOldFile()
174 const PathChar* inFilePath, nsIMdbFile** acqFile) in CreateNewFile() argument
188 file = morkFile::CreateNewFile(ev, ioHeap, inFilePath); in CreateNewFile()
H A DmorkFactory.h65 const PathChar* inFilePath, mdb_bool inFrozen,
75 const PathChar* inFilePath,
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Pdf/PDFWriter/
H A DFreeTypeFaceWrapper.cpp80 std::string FreeTypeFaceWrapper::GetExtension(const std::string& inFilePath) in GetExtension() argument
82 std::string::size_type dotPosition = inFilePath.rfind("."); in GetExtension()
84 if(inFilePath.npos == dotPosition || (inFilePath.size() - 1) == dotPosition) in GetExtension()
87 return inFilePath.substr(dotPosition + 1); in GetExtension()
H A DFreeTypeFaceWrapper.h128 std::string GetExtension(const std::string& inFilePath);
129 void SetupFormatSpecificExtender(const std::string& inFilePath, const std::string& inPFMFilePath);
H A DInputFile.h38 PDFHummus::EStatusCode OpenFile(const std::string& inFilePath);
H A DOutputFile.h38 PDFHummus::EStatusCode OpenFile(const std::string& inFilePath, bool inAppend = false);
/dports/misc/bibletime/bibletime-2.11.2/i18n/
H A Dqtbug-35164-patcher.cpp27 QString inFilePath; variable
40 QFile inFile(inFilePath + '/' + locationFilename); in checkUnicodeEscape()
271 inFilePath = QFileInfo(inFilename).canonicalPath(); in main()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_src/pyqt/
H A Dxml_to_py.py164 def convertXmlToPy(inFilePath): argument
165 print '\nConverting .xml PyQt5 module (%s) to .py' % inFilePath
168 dom = minidom.parse(inFilePath)
H A Dsip_to_xml5.py14 def convertSipToXML(inFilePath, outFilePath): argument
17 command.append(inFilePath)
H A Dsip_to_xml.py14 def convertSipToXML(inFilePath, outFilePath): argument
18 command.append(inFilePath)
/dports/multimedia/tautulli/Tautulli-2.8.0/plexpy/
H A Dlibraries.py520inFilePath = os.path.join(plexpy.CONFIG.CACHE_DIR,'media_info_%s-%s.json' % (section_id, rating_ke…
521 with open(inFilePath, 'r') as inFile:
530 inFilePath = os.path.join(plexpy.CONFIG.CACHE_DIR,'media_info_%s.json' % section_id)
531 with open(inFilePath, 'r') as inFile:
699inFilePath = os.path.join(plexpy.CONFIG.CACHE_DIR,'media_info_%s-%s.json' % (section_id, rating_ke…
700 with open(inFilePath, 'r') as inFile:
709 inFilePath = os.path.join(plexpy.CONFIG.CACHE_DIR,'media_info_%s.json' % section_id)
710 with open(inFilePath, 'r') as inFile:
/dports/www/firefox/firefox-99.0/xpcom/io/
H A DnsLocalFileWin.cpp3027 nsAutoString inFilePath, workingPath; in Equals() local
3028 aInFile->GetPath(inFilePath); in Equals()
3032 [](nsAutoString& workingPath, nsAutoString& inFilePath, in Equals()
3038 inFilePath = Substring(inFilePath, kDevicePathSpecifier.Length()); in Equals()
3049 if (equalPath(workingPath, inFilePath, removePathPrefix, in Equals()
3056 lf->GetCanonicalPath(inFilePath); in Equals()
3078 nsAutoString inFilePath; in Contains() local
3079 if (NS_FAILED(aInFile->GetTarget(inFilePath))) { in Contains()
3080 aInFile->GetPath(inFilePath); in Contains()
3084 if (inFilePath.Length() >= myFilePathLen && in Contains()
[all …]
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/assetimport/
H A Dqssgmeshutilities.cpp580 bool Mesh::save(const char *inFilePath) const in save()
582 QFile file(QString::fromLocal8Bit(inFilePath)); in save()
634 Mesh *Mesh::load(const char *inFilePath) in load() argument
636 QFile file(QString::fromLocal8Bit(inFilePath)); in load()
702 quint32 Mesh::saveMulti(const char *inFilePath) const in saveMulti()
704 QFile file(QString::fromLocal8Bit(inFilePath)); in saveMulti()
747 QFile file(QString::fromLocal8Bit(inFilePath)); in loadMulti()
797 MeshMultiHeader *Mesh::loadMultiHeader(const char *inFilePath) in loadMultiHeader() argument
799 QFile file(QString::fromLocal8Bit(inFilePath)); in loadMultiHeader()
828 quint32 Mesh::getHighestMultiVersion(const char *inFilePath) in getHighestMultiVersion() argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/test/webgl-conf/
H A Dgenerate-wrappers-and-manifest.py203 def FillTemplate(inFilePath, templateDict, outFilePath): argument
204 templateShell = ImportTemplate(inFilePath)
209 def ImportTemplate(inFilePath): argument
210 with open(inFilePath, "r") as f:
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/test/webgl-conf/
H A Dgenerate-wrappers-and-manifest.py192 def FillTemplate(inFilePath, templateDict, outFilePath): argument
193 templateShell = ImportTemplate(inFilePath)
198 def ImportTemplate(inFilePath): argument
199 with open(inFilePath, 'r') as f:
/dports/www/firefox/firefox-99.0/dom/canvas/test/webgl-conf/
H A Dgenerate-wrappers-and-manifest.py205 def FillTemplate(inFilePath, templateDict, outFilePath): argument
206 templateShell = ImportTemplate(inFilePath)
211 def ImportTemplate(inFilePath): argument
212 with open(inFilePath, "r") as f:
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/test/webgl-conf/
H A Dgenerate-wrappers-and-manifest.py203 def FillTemplate(inFilePath, templateDict, outFilePath): argument
204 templateShell = ImportTemplate(inFilePath)
209 def ImportTemplate(inFilePath): argument
210 with open(inFilePath, "r") as f:
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/test/webgl-conf/
H A Dgenerate-wrappers-and-manifest.py166 def FillTemplate(inFilePath, templateDict, outFilePath): argument
167 templateShell = ImportTemplate(inFilePath)
172 def ImportTemplate(inFilePath): argument
173 with open(inFilePath, 'rb') as f:
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/test/webgl-conf/
H A Dgenerate-wrappers-and-manifest.py167 def FillTemplate(inFilePath, templateDict, outFilePath): argument
168 templateShell = ImportTemplate(inFilePath)
173 def ImportTemplate(inFilePath): argument
174 with open(inFilePath, 'rb') as f:
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/io/
H A DnsLocalFileWin.cpp2997 nsAutoString inFilePath; in Equals() local
2998 lf->GetCanonicalPath(inFilePath); in Equals()
3011 StringBeginsWith(inFilePath, kDevicePathSpecifier)) { in Equals()
3015 inFilePath = Substring(inFilePath, kDevicePathSpecifier.Length()); in Equals()
3018 MOZ_ASSERT(!StringBeginsWith(inFilePath, kDevicePathSpecifier)); in Equals()
3025 *aResult = _wcsicmp(shortWorkingPath.get(), inFilePath.get()) == 0; in Equals()
3044 nsAutoString inFilePath; in Contains() local
3045 if (NS_FAILED(aInFile->GetTarget(inFilePath))) { in Contains()
3046 aInFile->GetPath(inFilePath); in Contains()
3050 if (inFilePath.Length() >= myFilePathLen && in Contains()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/io/
H A DnsLocalFileWin.cpp2958 nsAutoString inFilePath; in Equals() local
2959 lf->GetCanonicalPath(inFilePath); in Equals()
2972 StringBeginsWith(inFilePath, kDevicePathSpecifier)) { in Equals()
2976 inFilePath = Substring(inFilePath, kDevicePathSpecifier.Length()); in Equals()
2979 MOZ_ASSERT(!StringBeginsWith(inFilePath, kDevicePathSpecifier)); in Equals()
2986 *aResult = _wcsicmp(shortWorkingPath.get(), inFilePath.get()) == 0; in Equals()
3005 nsAutoString inFilePath; in Contains() local
3006 if (NS_FAILED(aInFile->GetTarget(inFilePath))) { in Contains()
3007 aInFile->GetPath(inFilePath); in Contains()
3011 if (inFilePath.Length() >= myFilePathLen && in Contains()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/xpcom/io/
H A DnsLocalFileWin.cpp2958 nsAutoString inFilePath; in Equals() local
2959 lf->GetCanonicalPath(inFilePath); in Equals()
2972 StringBeginsWith(inFilePath, kDevicePathSpecifier)) { in Equals()
2976 inFilePath = Substring(inFilePath, kDevicePathSpecifier.Length()); in Equals()
2979 MOZ_ASSERT(!StringBeginsWith(inFilePath, kDevicePathSpecifier)); in Equals()
2986 *aResult = _wcsicmp(shortWorkingPath.get(), inFilePath.get()) == 0; in Equals()
3005 nsAutoString inFilePath; in Contains() local
3006 if (NS_FAILED(aInFile->GetTarget(inFilePath))) { in Contains()
3007 aInFile->GetPath(inFilePath); in Contains()
3011 if (inFilePath.Length() >= myFilePathLen && in Contains()
[all …]
/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Dmusescore.h770 …bool exportAllMediaFiles(const QString& inFilePath, const QString& highlightConfigPath, const QStr…
771 … bool exportScoreMetadata(const QString& inFilePath, const QString& outFilePath = "/dev/stdout");
772 bool exportMp3AsJSON(const QString& inFilePath, const QString& outFilePath = "/dev/stdout");
773 bool saveScoreParts(const QString& inFilePath, const QString& outFilePath = "/dev/stdout");
774 … bool exportPartsPdfsToJSON(const QString& inFilePath, const QString& outFilePath = "/dev/stdout");
775 …bool exportTransposedScoreToJSON(const QString& inFilePath, const QString& transposeOptions, const…
/dports/textproc/highlight/highlight-4.1/src/core/
H A Dhtmlgenerator.cpp433 string inFilePath, newInFilePath; in printIndexFile() local
448 if ( newInFilePath!=inFilePath ) { in printIndexFile()
452 inFilePath=newInFilePath; in printIndexFile()

123456