Home
last modified time | relevance | path

Searched refs:libraryInfo (Results 1 – 25 of 50) sorted by relevance

12

/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/3rdparty/qtcreator-libs/qmljs/
H A Dqmljsplugindumper.cpp137 const LibraryInfo libraryInfo = snapshot.libraryInfo(canonicalLibraryPath); in onLoadPluginTypes() local
294 LibraryInfo libraryInfo = snapshot.libraryInfo(libraryPath); in qmlPluginTypeDumpDone() local
328 libraryInfo.updateFingerprint(); in qmlPluginTypeDumpDone()
345 LibraryInfo libraryInfo = snapshot.libraryInfo(libraryPath); in qmlPluginTypeDumpError() local
349 libraryInfo.updateFingerprint(); in qmlPluginTypeDumpError()
479 libraryInfo.setMetaObjects(objects); in loadQmltypesFile()
493 libraryInfo.updateFingerprint(); in loadQmltypesFile()
517 LibraryInfo libraryInfo = snapshot.libraryInfo(plugin.qmldirPath); in dump() local
521 if (!libraryInfo.isValid()) in dump()
532 if (!libraryInfo.isValid()) in dump()
[all …]
H A Dqmljsplugindumper.h90 QmlJS::LibraryInfo libraryInfo);
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Library/Utils/
H A DGUI_LibraryInfoBox.cpp50 Library::Info libraryInfo; member
52 Private(const Library::Info& libraryInfo) : in Private()
53 libraryInfo {libraryInfo} {} in Private()
56 GUI_LibraryInfoBox::GUI_LibraryInfoBox(const Library::Info& libraryInfo, QWidget* parent) : in GUI_LibraryInfoBox() argument
59 m = Pimpl::make<Private>(libraryInfo); in GUI_LibraryInfoBox()
82 ui->lab_name->setText(Lang::get(Lang::Library) + ": " + m->libraryInfo.name()); in languageChanged()
90 ui->lab_path->setText(Util::createLink( m->libraryInfo.path(), Style::isDark())); in skinChanged()
103 auto* libraryDatabase = db->libraryDatabase(m->libraryInfo.id(), 0); in refresh()
H A DGUI_LibraryInfoBox.h49 explicit GUI_LibraryInfoBox(const Library::Info& libraryInfo, QWidget* parent = nullptr); in UI_FWD()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qmljs/
H A Dqmljsplugindumper.cpp127 const LibraryInfo libraryInfo = snapshot.libraryInfo(canonicalLibraryPath); in onLoadPluginTypes() local
275 LibraryInfo libraryInfo = snapshot.libraryInfo(libraryPath); in qmlPluginTypeDumpDone() local
309 LibraryInfo libInfo = libraryInfo; in qmlPluginTypeDumpDone()
331 libraryInfo.updateFingerprint(); in qmlPluginTypeDumpDone()
348 LibraryInfo libraryInfo = snapshot.libraryInfo(libraryPath); in qmlPluginTypeDumpError() local
352 libraryInfo.updateFingerprint(); in qmlPluginTypeDumpError()
626 QmlJS::LibraryInfo libInfo = libraryInfo; in loadQmltypesFile()
655 LibraryInfo libraryInfo = snapshot.libraryInfo(plugin.qmldirPath); in dump() local
659 if (!libraryInfo.isValid()) in dump()
670 if (!libraryInfo.isValid()) in dump()
[all …]
H A Dqmljslink.cpp101 const LibraryInfo &libraryInfo,
483 LibraryInfo libraryInfo = m_snapshot.libraryInfo(libraryPath); in importLibrary() local
484 if (!libraryInfo.isValid()) in importLibrary()
500 for (const auto &toImport : libraryInfo.imports()) { in importLibrary()
538 if (!libraryInfo.plugins().isEmpty() || !libraryInfo.typeInfos().isEmpty()) { in importLibrary()
539 if (libraryInfo.pluginTypeInfoStatus() == LibraryInfo::NoTypeInfo) { in importLibrary()
562 } else if (libraryInfo.pluginTypeInfoStatus() == LibraryInfo::DumpError in importLibrary()
571 error(doc, errorLoc, libraryInfo.pluginTypeInfoError()); in importLibrary()
584 const auto moduleApis = libraryInfo.moduleApis(); in importLibrary()
602 loadQmldirComponents(targetObject, version, libraryInfo, libraryPath); in importLibrary()
[all …]
H A Dqmljsplugindumper.h100 QmlJS::LibraryInfo libraryInfo);
/dports/audio/mpz/mpz-1.0.19/app/about_ui/
H A Daboutdialog.cpp27 os << libraryInfo("Qt", "https://www.qt.io/"); in AboutDialog()
28 os << libraryInfo("TagLib", "https://taglib.org/"); in AboutDialog()
29 os << libraryInfo("QHotKey", "https://github.com/Skycoder42/QHotkey"); in AboutDialog()
30 os << libraryInfo("QtWaitingSpinner", "https://github.com/snowwlex/QtWaitingSpinner"); in AboutDialog()
31 os << libraryInfo("yaml-cpp", "https://github.com/jbeder/yaml-cpp"); in AboutDialog()
70 QString AboutDialog::libraryInfo(const QString &name, const QString &url) const { in libraryInfo() function in AboutDialog
H A Daboutdialog.h28 QString libraryInfo(const QString &name, const QString &url) const;
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Preferences/Library/
H A DLibraryListModel.cpp37 QList<Info> libraryInfo; member
43 libraryInfo {libraryManager->allLibraries()},
44 shownLibraryInfo(libraryInfo) {}
48 libraryInfo = libraryManager->allLibraries(); in reload()
49 shownLibraryInfo = libraryInfo; in reload()
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Library/DirectoryView/
H A DGUI_DirectoryView.cpp37 …QString copyOrMoveLibraryRequested(const Library::Info& libraryInfo, const QStringList& paths, QWi…
53 return directorySelectionHandler->libraryInfo();
335 copyOrMoveLibraryRequested(m->libraryManager->libraryInfo(libraryId),
348 copyOrMoveLibraryRequested(m->libraryManager->libraryInfo(libraryId),
461 copyOrMoveLibraryRequested(m->libraryManager->libraryInfo(libraryId),
472 const auto targetDirectory = copyOrMoveLibraryRequested(m->libraryManager->libraryInfo(libraryId), in show_file_timestamps()
502 const auto libraryPath = m->directorySelectionHandler->libraryInfo().path();
508 Util::File::createDir(m->directorySelectionHandler->libraryInfo().path() + "/" + text);
H A DDirectoryModel.cpp55 const auto info = m->libraryInfoAccessor->libraryInfo(libraryId);
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Components/Directories/
H A DDirectorySelectionHandler.cpp161 return libraryInfo().id();
169 Library::Info DirectorySelectionHandler::libraryInfo() const
178 const auto libraryId = libraryInfo().id();
H A DDirectorySelectionHandler.h48 Library::Info libraryInfo() const;
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/test/Library/
H A DLibraryManagerTest.cpp137 const auto info = manager->libraryInfo(id); in infoTest()
195 QVERIFY(manager->libraryInfo(id).name() == "New Name"); in renameTest()
204 QVERIFY(manager->libraryInfo(id).name() == oldName); in renameTest()
214 QVERIFY(manager->libraryInfo(id).name() == oldName); in renameTest()
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Application/
H A DLocalLibraryWatcher.cpp72 const auto info = m->libraryManager->libraryInfo(id); in libraryAdded()
90 const auto info = m->libraryManager->libraryInfo(id); in libraryRenamed()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/
H A DJRERuntimeClasspathEntryResolver.java108 LibraryInfo libraryInfo= LaunchingPlugin.getLibraryInfo(vmInstallLocation.getAbsolutePath()); in resolveLibraryLocations() local
109 if (libraryInfo != null) { in resolveLibraryLocations()
112 String[] extensionDirsArray = libraryInfo.getExtensionDirs(); in resolveLibraryLocations()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/designercore/metainfo/
H A Dnodehints.cpp96 const ItemLibraryInfo *libraryInfo = model()->metaInfo().itemLibraryInfo(); in NodeHints() local
100 QList <ItemLibraryEntry> itemLibraryEntryList = libraryInfo->entriesForType( in NodeHints()
108 QList <ItemLibraryEntry> itemLibraryEntryList = libraryInfo->entriesForType( in NodeHints()
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Library/
H A DGUI_LocalLibrary.cpp79 ReloadWidgetIndex getReloadWidgetIndex(const Library::Info& libraryInfo, bool isLibraryEmpty)
81 const auto pathExists = Util::File::exists(libraryInfo.path());
200 const auto libraryInfo = m->library->info();
202 const auto index = getReloadWidgetIndex(libraryInfo, isLibraryEmpty);
212 ui->labDir->setText(libraryInfo.path());
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Interfaces/
H A DLibraryInfoAccessor.h40 virtual Library::Info libraryInfo(LibraryId id) const = 0;
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/spunull/
H A Dspunull.c38 static char * libraryInfo = "Pete's Null Audio Driver V1.1\nCoded by Pete Bernert\n"; variable
393 return libraryInfo; in SPUgetLibInfos()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/plugins/spunull/
H A Dspunull.c38 static char * libraryInfo = "Pete's Null Audio Driver V1.1\nCoded by Pete Bernert\n"; variable
393 return libraryInfo; in SPUgetLibInfos()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmljseditor/
H A Dqmljshoverhandler.cpp365 … const LibraryInfo &libraryInfo = scopeChain.context()->snapshot().libraryInfo(import.libraryPath); in handleImport() local
366 if (libraryInfo.pluginTypeInfoStatus() == LibraryInfo::DumpDone) { in handleImport()
369 } else if (libraryInfo.pluginTypeInfoStatus() == LibraryInfo::TypeInfoFileDone) { in handleImport()
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Components/LibraryManagement/
H A DLibraryManager.h64 Info libraryInfo(LibraryId id) const override;
/dports/devel/staf/src/staf/serviceproxies/execproxy/
H A DSTAFExecProxy.cpp171 STAFString libraryInfo = connection->readString(); in HandleServiceConstruct() local
194 libraryInfo.toCurrentCodePage()->buffer(), in HandleServiceConstruct()

12