Home
last modified time | relevance | path

Searched refs:frameworkPaths (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/msbuild/msbuild-0.06/src/Tasks/AssemblyDependency/
H A DFrameworkPathResolver.cs30 …public FrameworkPathResolver(string[] frameworkPaths, InstalledAssemblies installedAssemblies, str… in FrameworkPathResolver() argument
33 _frameworkPaths = frameworkPaths; in FrameworkPathResolver()
H A DReference.cs1132 internal static bool IsFrameworkFile(string fullPath, string[] frameworkPaths) in IsFrameworkFile() argument
1134 if (frameworkPaths != null) in IsFrameworkFile()
1136 foreach (string frameworkPath in frameworkPaths) in IsFrameworkFile()
1172 string[] frameworkPaths, in SetFinalCopyLocalState() argument
1270 if (IsFrameworkFile(_fullPath, frameworkPaths)) in SetFinalCopyLocalState()
H A DAssemblyResolution.cs128 string[] frameworkPaths, in CompileSearchPaths() argument
157 …resolvers[p] = new FrameworkPathResolver(frameworkPaths, installedAssemblies, searchPaths[p], getA… in CompileSearchPaths()
H A DReferenceTable.cs218 string[] frameworkPaths, in ReferenceTable() argument
254 _frameworkPaths = frameworkPaths; in ReferenceTable()
316 frameworkPaths, in ReferenceTable()
2373 …mework(AssemblyNameExtension assemblyName, string fullPath, string[] frameworkPaths, InstalledAsse… in IsAssemblyRemovedFromDotNetFramework() argument
2382 … assemblyName.Version >= redistListVersion && !Reference.IsFrameworkFile(fullPath, frameworkPaths)) in IsAssemblyRemovedFromDotNetFramework()
/dports/devel/qbs/qbs-src-1.21.0/share/qbs/imports/qbs/Probes/
H A DGccProbe.qbs53 property stringList frameworkPaths
93 frameworkPaths = defaultPaths.frameworkPaths;
/dports/devel/qbs/qbs-src-1.21.0/share/qbs/modules/protobuf/objc/
H A Dprotobufobjc.qbs17 cpp.frameworkPaths: frameworkPath ? [frameworkPath] : []
/dports/games/scid/scid/
H A Dconfigure80 set frameworkPaths "\
87 foreach F $frameworkPaths {
/dports/devel/qbs/qbs-src-1.21.0/doc/reference/items/probe/
H A Dframework-probe.qdoc56 cpp.frameworkPaths: foundationProbe.found ? [foundationProbe.path] : []
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/ios/
H A Diostoolhandler.cpp660 QStringList frameworkPaths; in IosDeviceToolHandlerPrivate() local
666 frameworkPaths << frameworkPath; in IosDeviceToolHandlerPrivate()
668 frameworkPaths << "/System/Library/Frameworks" << "/System/Library/PrivateFrameworks"; in IosDeviceToolHandlerPrivate()
669 … env.insert(QLatin1String("DYLD_FALLBACK_FRAMEWORK_PATH"), frameworkPaths.join(QLatin1Char(':'))); in IosDeviceToolHandlerPrivate()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/genericprojectmanager/
H A Dgenericproject.cpp434 QStringList frameworkPaths; in parse() local
437 frameworkPaths << rawPath.mid(2); in parse()
447 m_projectIncludePaths << stringsToHeaderPaths(frameworkPaths, HeaderPathType::Framework); in parse()
/dports/devel/qbs/qbs-src-1.21.0/share/qbs/module-providers/Qt/templates/
H A DQtModule.qbs84 cpp.frameworkPaths: mFrameworkPaths
/dports/devel/qbs/qbs-src-1.21.0/share/qbs/imports/qbs/base/
H A DApplicationExtension.qbs41 cpp.frameworkPaths: base.concat(_useLegacyExtensionLibraries
/dports/devel/qbs/qbs-src-1.21.0/share/qbs/module-providers/
H A Dqbspkgconfig.qbs101 result.frameworkPaths =
256 writeProperty("frameworkPaths");
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DSysTools.hs453 framework_paths = frameworkPaths dflags
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmQtAutoMocUic.cxx2675 std::set<std::string> frameworkPaths; in InitFromInfo() local
2682 frameworkPaths.emplace(cmSystemTools::JoinPath( in InitFromInfo()
2688 this->MocConst().IncludePaths.size() + frameworkPaths.size() * 2); in InitFromInfo()
2694 for (std::string const& path : frameworkPaths) { in InitFromInfo()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmQtAutoMocUic.cxx2675 std::set<std::string> frameworkPaths; in InitFromInfo() local
2682 frameworkPaths.emplace(cmSystemTools::JoinPath( in InitFromInfo()
2688 this->MocConst().IncludePaths.size() + frameworkPaths.size() * 2); in InitFromInfo()
2694 for (std::string const& path : frameworkPaths) { in InitFromInfo()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmQtAutoMocUic.cxx2675 std::set<std::string> frameworkPaths; in InitFromInfo() local
2682 frameworkPaths.emplace(cmSystemTools::JoinPath( in InitFromInfo()
2688 this->MocConst().IncludePaths.size() + frameworkPaths.size() * 2); in InitFromInfo()
2694 for (std::string const& path : frameworkPaths) { in InitFromInfo()
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/macdeployqt/shared/
H A Dshared.cpp1463 QStringList frameworkPaths = findAppFrameworkPaths(appBundlePath); in codesignBundle() local
1464 foreach (const QString &frameworkPath, frameworkPaths) { in codesignBundle()
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/macdeployqt/shared/
H A Dshared.cpp1463 QStringList frameworkPaths = findAppFrameworkPaths(appBundlePath); in codesignBundle() local
1464 foreach (const QString &frameworkPath, frameworkPaths) { in codesignBundle()
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/macdeployqt/shared/
H A Dshared.cpp1463 QStringList frameworkPaths = findAppFrameworkPaths(appBundlePath); in codesignBundle() local
1464 foreach (const QString &frameworkPath, frameworkPaths) { in codesignBundle()
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/macdeployqt/shared/
H A Dshared.cpp1463 QStringList frameworkPaths = findAppFrameworkPaths(appBundlePath); in codesignBundle() local
1464 foreach (const QString &frameworkPath, frameworkPaths) { in codesignBundle()
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/macdeployqt/shared/
H A Dshared.cpp1463 QStringList frameworkPaths = findAppFrameworkPaths(appBundlePath); in codesignBundle() local
1464 foreach (const QString &frameworkPath, frameworkPaths) { in codesignBundle()
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/macdeployqt/shared/
H A Dshared.cpp1463 QStringList frameworkPaths = findAppFrameworkPaths(appBundlePath); in codesignBundle() local
1464 foreach (const QString &frameworkPath, frameworkPaths) { in codesignBundle()
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/macdeployqt/shared/
H A Dshared.cpp1463 QStringList frameworkPaths = findAppFrameworkPaths(appBundlePath); in codesignBundle() local
1464 foreach (const QString &frameworkPath, frameworkPaths) { in codesignBundle()
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/macdeployqt/shared/
H A Dshared.cpp1463 QStringList frameworkPaths = findAppFrameworkPaths(appBundlePath); in codesignBundle() local
1464 foreach (const QString &frameworkPath, frameworkPaths) { in codesignBundle()

12