Home
last modified time | relevance | path

Searched refs:bundleFiles (Results 1 – 25 of 30) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/src/org/eclipse/equinox/internal/p2/touchpoint/eclipse/actions/
H A DCheckTrustAction.java50 …Collection<File> bundleFiles = (Collection<File>) parameters.get(ActionConstants.PARM_ARTIFACT_FIL… in execute()
56 if (!bundleFiles.contains(bundleFile)) in execute()
57 bundleFiles.add(bundleFile); in execute()
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/
H A DKeter.hs72 bundleFiles = execWriter $ findFiles $ Object value function
105 "config" : "static" : bundleFiles
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/loader/classpath/
H A DClasspathManager.java891 List<BundleFile> bundleFiles = new ArrayList<>(); in listLocalResources() local
898 cpEntry.addBundleFiles(bundleFiles); in listLocalResources()
900 return Storage.listEntryPaths(bundleFiles, path, filePattern, options); in listLocalResources()
906 cpEntry.addBundleFiles(bundleFiles); in listLocalResources()
911 cpEntry.addBundleFiles(bundleFiles); in listLocalResources()
915 return Storage.listEntryPaths(bundleFiles, path, filePattern, options); in listLocalResources()
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/rsconnect/tests/testthat/
H A Dtest-bundle.R4 tarfile <- bundleApp(appName, appDir, bundleFiles(appDir), appPrimaryDoc,
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/rsconnect/R/
H A DdeploySite.R78 appFiles <- bundleFiles(siteGenerator$output_dir)
H A Ddependencies.R47 appFiles <- bundleFiles(appDir)
H A Dlint-framework.R90 files <- bundleFiles(project)
H A DdeployApp.R197 appFiles <- bundleFiles(appDir)
H A Dbundle.R152 bundleFiles <- function(appDir) { function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/
H A DProfileBundleContainer.java191 List<File> bundleFiles = parseBundlesFromConfigIni(configProps); in readBundleInfosFromConfigIni() local
193 for (File file : bundleFiles) { in readBundleInfosFromConfigIni()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/
H A DStorage.java1922 List<BundleFile> bundleFiles = new ArrayList<>(generations.size());
1924 bundleFiles.add(generation.getBundleFile());
1926 List<String> pathList = listEntryPaths(bundleFiles, path, filePattern, options);
1988 …public static List<String> listEntryPaths(List<BundleFile> bundleFiles, String path, String filePa…
2002 for (BundleFile bundleFile : bundleFiles) {
2022 for (BundleFile bundleFile : bundleFiles) {
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmGlobalXCodeGenerator.cxx1511 mapOfVectorOfSourceFiles bundleFiles; in CreateXCodeTarget() local
1516 bundleFiles[tsFlags.MacFolder].push_back(sourceFile); in CreateXCodeTarget()
1519 for (auto const& keySources : bundleFiles) { in CreateXCodeTarget()
1559 mapOfVectorOfSourceFiles bundleFiles; in CreateXCodeTarget() local
1564 bundleFiles[tsFlags.MacFolder].push_back(sourceFile); in CreateXCodeTarget()
1567 for (auto const& keySources : bundleFiles) { in CreateXCodeTarget()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmGlobalXCodeGenerator.cxx1511 mapOfVectorOfSourceFiles bundleFiles; in CreateXCodeTarget() local
1516 bundleFiles[tsFlags.MacFolder].push_back(sourceFile); in CreateXCodeTarget()
1519 for (auto const& keySources : bundleFiles) { in CreateXCodeTarget()
1559 mapOfVectorOfSourceFiles bundleFiles; in CreateXCodeTarget() local
1564 bundleFiles[tsFlags.MacFolder].push_back(sourceFile); in CreateXCodeTarget()
1567 for (auto const& keySources : bundleFiles) { in CreateXCodeTarget()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmGlobalXCodeGenerator.cxx1511 mapOfVectorOfSourceFiles bundleFiles; in CreateXCodeTarget() local
1516 bundleFiles[tsFlags.MacFolder].push_back(sourceFile); in CreateXCodeTarget()
1519 for (auto const& keySources : bundleFiles) { in CreateXCodeTarget()
1559 mapOfVectorOfSourceFiles bundleFiles; in CreateXCodeTarget() local
1564 bundleFiles[tsFlags.MacFolder].push_back(sourceFile); in CreateXCodeTarget()
1567 for (auto const& keySources : bundleFiles) { in CreateXCodeTarget()
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/macdeployqt/shared/
H A Dshared.cpp1485 QStringList bundleFiles = findAppBundleFiles(librariesPath, getAbsoltuePath); in codesignBundle() local
1486 foreach (const QString &binary, bundleFiles) { in codesignBundle()
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/macdeployqt/shared/
H A Dshared.cpp1485 QStringList bundleFiles = findAppBundleFiles(librariesPath, getAbsoltuePath); in codesignBundle() local
1486 foreach (const QString &binary, bundleFiles) { in codesignBundle()
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/macdeployqt/shared/
H A Dshared.cpp1485 QStringList bundleFiles = findAppBundleFiles(librariesPath, getAbsoltuePath); in codesignBundle() local
1486 foreach (const QString &binary, bundleFiles) { in codesignBundle()
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/macdeployqt/shared/
H A Dshared.cpp1485 QStringList bundleFiles = findAppBundleFiles(librariesPath, getAbsoltuePath); in codesignBundle() local
1486 foreach (const QString &binary, bundleFiles) { in codesignBundle()
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/macdeployqt/shared/
H A Dshared.cpp1485 QStringList bundleFiles = findAppBundleFiles(librariesPath, getAbsoltuePath); in codesignBundle() local
1486 foreach (const QString &binary, bundleFiles) { in codesignBundle()
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/macdeployqt/shared/
H A Dshared.cpp1485 QStringList bundleFiles = findAppBundleFiles(librariesPath, getAbsoltuePath); in codesignBundle() local
1486 foreach (const QString &binary, bundleFiles) { in codesignBundle()
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/macdeployqt/shared/
H A Dshared.cpp1485 QStringList bundleFiles = findAppBundleFiles(librariesPath, getAbsoltuePath); in codesignBundle() local
1486 foreach (const QString &binary, bundleFiles) { in codesignBundle()
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/macdeployqt/shared/
H A Dshared.cpp1485 QStringList bundleFiles = findAppBundleFiles(librariesPath, getAbsoltuePath); in codesignBundle() local
1486 foreach (const QString &binary, bundleFiles) { in codesignBundle()
/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/macdeployqt/shared/
H A Dshared.cpp1485 QStringList bundleFiles = findAppBundleFiles(librariesPath, getAbsoltuePath); in codesignBundle() local
1486 foreach (const QString &binary, bundleFiles) { in codesignBundle()
/dports/devel/qt5-linguisttools/kde-qttools-5.15.2p17/src/macdeployqt/shared/
H A Dshared.cpp1485 QStringList bundleFiles = findAppBundleFiles(librariesPath, getAbsoltuePath); in codesignBundle() local
1486 foreach (const QString &binary, bundleFiles) { in codesignBundle()
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/macdeployqt/shared/
H A Dshared.cpp1485 QStringList bundleFiles = findAppBundleFiles(librariesPath, getAbsoltuePath); in codesignBundle() local
1486 foreach (const QString &binary, bundleFiles) { in codesignBundle()

12