Home
last modified time | relevance | path

Searched refs:canonicalFilePath (Results 1 – 25 of 1242) sorted by relevance

12345678910>>...50

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/designercore/metainfo/
H A Dsubcomponentmanager.cpp80 const QString canonicalDirPath = dirInfo.canonicalFilePath(); in addImport()
112 const QString canonicalDirPath = dirInfo.canonicalFilePath(); in removeImport()
133 const QString canonicalPath = dirInfo.canonicalFilePath(); in parseDirectories()
161 parseDirectory(dirInfo.canonicalFilePath(), false); in parseDirectories()
278 qDebug() << Q_FUNC_INFO << canonicalFilePath; in parseFile()
280 QFile file(canonicalFilePath); in parseFile()
284 const QFileInfo fi(canonicalFilePath); in parseFile()
292 void SubComponentManager::parseFile(const QString &canonicalFilePath) in parseFile() argument
294 parseFile(canonicalFilePath, true, QString()); in parseFile()
559 parseDirectory(dirInfo.canonicalFilePath(), false); in updateImport()
[all …]
/dports/audio/mixxx/mixxx-2.3.0/src/util/
H A Dsandbox.cpp202 const QString& canonicalFilePath = file.canonicalFilePath(); in openSecurityToken() local
204 qDebug() << "openSecurityToken QFileInfo" << canonicalFilePath << create; in openSecurityToken()
217 .find(canonicalFilePath); in openSecurityToken()
222 qDebug() << "openSecurityToken QFileInfo" << canonicalFilePath in openSecurityToken()
230 return openSecurityToken(QDir(canonicalFilePath), create); in openSecurityToken()
234 ConfigKey key = keyForCanonicalPath(canonicalFilePath); in openSecurityToken()
237 canonicalFilePath, in openSecurityToken()
257 canonicalFilePath, in openSecurityToken()
/dports/audio/elisa/elisa-21.12.3/autotests/
H A Delisaapplicationtest.cpp56 auto relativePath = myDirectory.relativeFilePath(myTestFile.canonicalFilePath()); in setArgumentsTest()
64 …COMPARE(std::get<2>(myApp.arguments().at(0)), QUrl::fromLocalFile(myTestFile.canonicalFilePath())); in setArgumentsTest()
76 auto relativePath = myDirectory.relativeFilePath(myTestFile.canonicalFilePath()); in activateRequestedTest()
84 …(0).value<DataTypes::EntryDataList>().at(0)), QUrl::fromLocalFile(myTestFile.canonicalFilePath())); in activateRequestedTest()
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/autotests/
H A Dklibloadertest.cpp39 … MODULE_PATH(mod) QFileInfo(QFINDTESTDATA(QString::fromLatin1(mod) + s_modExt)).canonicalFilePath()
85 QCOMPARE(QFileInfo(lib->fileName()).canonicalFilePath(), in testLibrary()
96 QCOMPARE(QFileInfo(lib->fileName()).canonicalFilePath(), in testLibrary_hints()
110 QCOMPARE(QFileInfo(library).canonicalFilePath(), in testFindLibrary()
/dports/comms/gqrx/gqrx-2.15/src/applications/gqrx/
H A Drecentconfig.cpp71 action->setStatusTip("Load settings from config file " + file->canonicalFilePath()); in createMenuActions()
90 QFile file(configFile.canonicalFilePath()); in loadRecentConfig()
134 s << it->canonicalFilePath() << "\n"; in saveRecentConfig()
171 const auto fname = cfgfiles->at(index).canonicalFilePath(); in onMenuAction()
/dports/devel/libqtxdg/libqtxdg-3.8.0/src/qtxdg/
H A Dxdgmenureader.cpp65 mFileName = fileInfo.canonicalFilePath(); in load()
374 element.appendChild(mXml.createTextNode(dirInfo.canonicalFilePath())); in addDirTag()
391 if (mergedFiles->contains(fileInfo.canonicalFilePath())) in mergeFile()
398 mergedFiles->append(fileInfo.canonicalFilePath()); in mergeFile()
427 QDir dir = QDir(dirInfo.canonicalFilePath()); in mergeDir()
431 mergeFile(file.canonicalFilePath(), element, mergedFiles); in mergeDir()
/dports/graphics/klatexformula/klatexformula-4.0.0/src/
H A Dklfliblegacyengine_p.h52 QString f = canonicalFilePath(fname); in instanceFor()
74 static QString canonicalFilePath(const QString& fname) in canonicalFilePath() function
78 return fi.canonicalFilePath(); in canonicalFilePath()
87 QString canonical = QFileInfo(containdir).canonicalFilePath(); in canonicalFilePath()
/dports/games/tanglet/tanglet-1.6.0/src/
H A Dlanguage_dialog.cpp62 m_dice->setText(QDir::toNativeSeparators(QFileInfo(m_dice_path).canonicalFilePath())); in LanguageDialog()
69 m_words->setText(QDir::toNativeSeparators(QFileInfo(m_words_path).canonicalFilePath())); in LanguageDialog()
241 …m_dice->setPlaceholderText(QDir::toNativeSeparators(QFileInfo(settings.dice()).canonicalFilePath()… in chooseLanguage()
242 …m_words->setPlaceholderText(QDir::toNativeSeparators(QFileInfo(settings.words()).canonicalFilePath in chooseLanguage()
263 m_dice_path = QFileInfo(path).canonicalFilePath(); in chooseDice()
287 m_words_path = QFileInfo(path).canonicalFilePath(); in chooseWords()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/
H A Dfile_utils.cpp29 uDebug() << fi.canonicalFilePath(); in xmlCatalogFilePath()
30 return fi.canonicalFilePath(); in xmlCatalogFilePath()
/dports/polish/kadu/kadu-4.3/kadu-core/icons/
H A Dicons-manager.cpp82 return fileInfo.canonicalFilePath(); in iconPath()
86 return fileInfo.canonicalFilePath(); in iconPath()
90 return fileInfo.canonicalFilePath(); in iconPath()
94 return fileInfo.canonicalFilePath(); in iconPath()
/dports/deskutils/lumina-mediaplayer/lumina-1.6.0/src-qt5/core/libLumina/
H A DLFileInfo.cpp86 …ls::runCommand(ok, "zfs", QStringList() << "get" << "-H" << "atime" << this->canonicalFilePath() ); in getZfsDataset()
90 … zfs_dspath = this->canonicalFilePath().section(zfs_ds.section("/",1,-1), 1,-1); //relative path in getZfsDataset()
190 return ( ("/"+zfs_ds.section("/",1,-1)) == this->canonicalFilePath()); in isZfsDataset()
200 …QString relpath = this->canonicalFilePath().remove(0, QString("/"+zfs_ds.section("/",1,-1)).length… in zfsSnapshots()
245 if( QFile::exists(this->canonicalFilePath()+"/"+subdir) ){ in zfsCreateDataset()
262 if( isZfsDataset(this->canonicalFilePath()+"/"+subdir) ){ subdir = zfs_dspath+"/"+subdir; } in zfsDestroyDataset()
/dports/deskutils/lumina-screenshot/lumina-1.6.0/src-qt5/core/libLumina/
H A DLFileInfo.cpp86 …ls::runCommand(ok, "zfs", QStringList() << "get" << "-H" << "atime" << this->canonicalFilePath() ); in getZfsDataset()
90 … zfs_dspath = this->canonicalFilePath().section(zfs_ds.section("/",1,-1), 1,-1); //relative path in getZfsDataset()
190 return ( ("/"+zfs_ds.section("/",1,-1)) == this->canonicalFilePath()); in isZfsDataset()
200 …QString relpath = this->canonicalFilePath().remove(0, QString("/"+zfs_ds.section("/",1,-1)).length… in zfsSnapshots()
245 if( QFile::exists(this->canonicalFilePath()+"/"+subdir) ){ in zfsCreateDataset()
262 if( isZfsDataset(this->canonicalFilePath()+"/"+subdir) ){ subdir = zfs_dspath+"/"+subdir; } in zfsDestroyDataset()
/dports/deskutils/lumina-fm/lumina-1.6.0/src-qt5/core/libLumina/
H A DLFileInfo.cpp86 …ls::runCommand(ok, "zfs", QStringList() << "get" << "-H" << "atime" << this->canonicalFilePath() ); in getZfsDataset()
90 … zfs_dspath = this->canonicalFilePath().section(zfs_ds.section("/",1,-1), 1,-1); //relative path in getZfsDataset()
190 return ( ("/"+zfs_ds.section("/",1,-1)) == this->canonicalFilePath()); in isZfsDataset()
200 …QString relpath = this->canonicalFilePath().remove(0, QString("/"+zfs_ds.section("/",1,-1)).length… in zfsSnapshots()
245 if( QFile::exists(this->canonicalFilePath()+"/"+subdir) ){ in zfsCreateDataset()
262 if( isZfsDataset(this->canonicalFilePath()+"/"+subdir) ){ subdir = zfs_dspath+"/"+subdir; } in zfsDestroyDataset()
/dports/deskutils/lumina-textedit/lumina-1.6.0/src-qt5/core/libLumina/
H A DLFileInfo.cpp86 …ls::runCommand(ok, "zfs", QStringList() << "get" << "-H" << "atime" << this->canonicalFilePath() ); in getZfsDataset()
90 … zfs_dspath = this->canonicalFilePath().section(zfs_ds.section("/",1,-1), 1,-1); //relative path in getZfsDataset()
190 return ( ("/"+zfs_ds.section("/",1,-1)) == this->canonicalFilePath()); in isZfsDataset()
200 …QString relpath = this->canonicalFilePath().remove(0, QString("/"+zfs_ds.section("/",1,-1)).length… in zfsSnapshots()
245 if( QFile::exists(this->canonicalFilePath()+"/"+subdir) ){ in zfsCreateDataset()
262 if( isZfsDataset(this->canonicalFilePath()+"/"+subdir) ){ subdir = zfs_dspath+"/"+subdir; } in zfsDestroyDataset()
/dports/deskutils/lumina-fileinfo/lumina-1.6.0/src-qt5/core/libLumina/
H A DLFileInfo.cpp86 …ls::runCommand(ok, "zfs", QStringList() << "get" << "-H" << "atime" << this->canonicalFilePath() ); in getZfsDataset()
90 … zfs_dspath = this->canonicalFilePath().section(zfs_ds.section("/",1,-1), 1,-1); //relative path in getZfsDataset()
190 return ( ("/"+zfs_ds.section("/",1,-1)) == this->canonicalFilePath()); in isZfsDataset()
200 …QString relpath = this->canonicalFilePath().remove(0, QString("/"+zfs_ds.section("/",1,-1)).length… in zfsSnapshots()
245 if( QFile::exists(this->canonicalFilePath()+"/"+subdir) ){ in zfsCreateDataset()
262 if( isZfsDataset(this->canonicalFilePath()+"/"+subdir) ){ subdir = zfs_dspath+"/"+subdir; } in zfsDestroyDataset()
/dports/deskutils/lumina-photo/lumina-1.6.0/src-qt5/core/libLumina/
H A DLFileInfo.cpp86 …ls::runCommand(ok, "zfs", QStringList() << "get" << "-H" << "atime" << this->canonicalFilePath() ); in getZfsDataset()
90 … zfs_dspath = this->canonicalFilePath().section(zfs_ds.section("/",1,-1), 1,-1); //relative path in getZfsDataset()
190 return ( ("/"+zfs_ds.section("/",1,-1)) == this->canonicalFilePath()); in isZfsDataset()
200 …QString relpath = this->canonicalFilePath().remove(0, QString("/"+zfs_ds.section("/",1,-1)).length… in zfsSnapshots()
245 if( QFile::exists(this->canonicalFilePath()+"/"+subdir) ){ in zfsCreateDataset()
262 if( isZfsDataset(this->canonicalFilePath()+"/"+subdir) ){ subdir = zfs_dspath+"/"+subdir; } in zfsDestroyDataset()
/dports/x11/lumina-coreutils/lumina-1.6.0/src-qt5/core/libLumina/
H A DLFileInfo.cpp86 …ls::runCommand(ok, "zfs", QStringList() << "get" << "-H" << "atime" << this->canonicalFilePath() ); in getZfsDataset()
90 … zfs_dspath = this->canonicalFilePath().section(zfs_ds.section("/",1,-1), 1,-1); //relative path in getZfsDataset()
190 return ( ("/"+zfs_ds.section("/",1,-1)) == this->canonicalFilePath()); in isZfsDataset()
200 …QString relpath = this->canonicalFilePath().remove(0, QString("/"+zfs_ds.section("/",1,-1)).length… in zfsSnapshots()
245 if( QFile::exists(this->canonicalFilePath()+"/"+subdir) ){ in zfsCreateDataset()
262 if( isZfsDataset(this->canonicalFilePath()+"/"+subdir) ){ subdir = zfs_dspath+"/"+subdir; } in zfsDestroyDataset()
/dports/x11/lumina-core/lumina-1.6.0/src-qt5/core/libLumina/
H A DLFileInfo.cpp86 …ls::runCommand(ok, "zfs", QStringList() << "get" << "-H" << "atime" << this->canonicalFilePath() ); in getZfsDataset()
90 … zfs_dspath = this->canonicalFilePath().section(zfs_ds.section("/",1,-1), 1,-1); //relative path in getZfsDataset()
190 return ( ("/"+zfs_ds.section("/",1,-1)) == this->canonicalFilePath()); in isZfsDataset()
200 …QString relpath = this->canonicalFilePath().remove(0, QString("/"+zfs_ds.section("/",1,-1)).length… in zfsSnapshots()
245 if( QFile::exists(this->canonicalFilePath()+"/"+subdir) ){ in zfsCreateDataset()
262 if( isZfsDataset(this->canonicalFilePath()+"/"+subdir) ){ subdir = zfs_dspath+"/"+subdir; } in zfsDestroyDataset()
/dports/deskutils/lumina-archiver/lumina-1.6.0/src-qt5/core/libLumina/
H A DLFileInfo.cpp86 …ls::runCommand(ok, "zfs", QStringList() << "get" << "-H" << "atime" << this->canonicalFilePath() ); in getZfsDataset()
90 … zfs_dspath = this->canonicalFilePath().section(zfs_ds.section("/",1,-1), 1,-1); //relative path in getZfsDataset()
190 return ( ("/"+zfs_ds.section("/",1,-1)) == this->canonicalFilePath()); in isZfsDataset()
200 …QString relpath = this->canonicalFilePath().remove(0, QString("/"+zfs_ds.section("/",1,-1)).length… in zfsSnapshots()
245 if( QFile::exists(this->canonicalFilePath()+"/"+subdir) ){ in zfsCreateDataset()
262 if( isZfsDataset(this->canonicalFilePath()+"/"+subdir) ){ subdir = zfs_dspath+"/"+subdir; } in zfsDestroyDataset()
/dports/security/keepassx-devel/keepassx-55869e8/src/gui/
H A DDatabaseTabWidget.cpp115 QString canonicalFilePath = fileInfo.canonicalFilePath(); in openDatabase() local
116 if (canonicalFilePath.isEmpty()) { in openDatabase()
125 if (i.value().canonicalFilePath == canonicalFilePath) { in openDatabase()
180 dbStruct.canonicalFilePath = canonicalFilePath; in openDatabase()
299 QSaveFile saveFile(dbStruct.canonicalFilePath); in saveDatabase()
401 dbStruct.canonicalFilePath = fileInfo.canonicalFilePath(); in saveDatabaseAs()
/dports/net/kitinerary/kitinerary-21.12.3/src/lib/engine/
H A Dextractorrepository.cpp149 if (ext->load(obj, fi.canonicalFilePath())) { in loadScriptExtractors()
152 qCWarning(Log) << "failed to load extractor:" << fi.canonicalFilePath(); in loadScriptExtractors()
159 … if (ext->load(v.toObject(), fi.canonicalFilePath(), extractorArray.size() == 1 ? -1 : i)) { in loadScriptExtractors()
162 qCWarning(Log) << "failed to load extractor:" << fi.canonicalFilePath(); in loadScriptExtractors()
/dports/devel/gammaray/GammaRay-2.11.3/launcher/core/
H A Dprobeabidetector.cpp57 auto it = m_abiForQtCoreCache.constFind(fi.canonicalFilePath()); in abiForQtCore()
61 const ProbeABI abi = detectAbiForQtCore(fi.canonicalFilePath()); in abiForQtCore()
62 m_abiForQtCoreCache.insert(fi.canonicalFilePath(), abi); in abiForQtCore()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/util/
H A Dkdevformatsource.cpp29 QString origFilePath = origFileInfo.canonicalFilePath(); in main()
33 tempFilePath = QFileInfo(QString::fromLocal8Bit(argv[2])).canonicalFilePath(); in main()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qfileinfo/
H A Dtst_qfileinfo.cpp121 void canonicalFilePath();
559 void tst_QFileInfo::canonicalFilePath() in canonicalFilePath() function in tst_QFileInfo
570 info.canonicalFilePath(); in canonicalFilePath()
575 QCOMPARE(dontCrash.canonicalFilePath(), QLatin1String("/")); in canonicalFilePath()
586 QCOMPARE(info1.canonicalFilePath(), info2.canonicalFilePath()); in canonicalFilePath()
607 QCOMPARE(info1.canonicalFilePath(), info2.canonicalFilePath()); in canonicalFilePath()
611 QVERIFY(!info3.canonicalFilePath().isEmpty()); in canonicalFilePath()
612 QCOMPARE(info4.canonicalFilePath(), info3.canonicalFilePath()); in canonicalFilePath()
628 QCOMPARE(info1.canonicalFilePath(), info2.canonicalFilePath()); in canonicalFilePath()
1515 QFETCH(QString, canonicalFilePath); in ntfsJunctionPointsAndSymlinks()
[all …]
/dports/sysutils/lxqt-config/lxqt-config-1.0.0/lxqt-config-appearance/
H A Diconthemeconfig.cpp72 if (!processed.contains(dir.canonicalFilePath())) in initIconsThemes()
74 processed << dir.canonicalFilePath(); in initIconsThemes()
76 IconThemeInfo theme(QDir(dir.canonicalFilePath())); in initIconsThemes()

12345678910>>...50