Home
last modified time | relevance | path

Searched refs:pkgId (Results 1 – 25 of 138) sorted by relevance

123456

/dports/devel/stack/stack-2.7.3/_cabal_deps/hackage-security-0.6.0.1/src/Hackage/Security/TUF/Layout/
H A DRepo.hs51 , repoLayoutPkgTarGz = \pkgId -> rp $ fragment "package" </> pkgFile pkgId
55 pkgFile pkgId = fragment (display pkgId) <.> "tar.gz"
66 repoLayoutPkgTarGz = \pkgId -> rp $ pkgLoc pkgId </> pkgFile pkgId
70 pkgLoc pkgId = joinFragments [
71 display (packageName pkgId)
72 , display (packageVersion pkgId)
76 pkgFile pkgId = fragment (display pkgId) <.> "tar.gz"
H A DIndex.hs59 pretty (IndexPkgMetadata pkgId) = "metadata for " ++ display pkgId
60 pretty (IndexPkgCabal pkgId) = ".cabal for " ++ display pkgId
74 toPath (IndexPkgCabal pkgId) = fromFragments [
75 display (packageName pkgId)
76 , display (packageVersion pkgId)
79 toPath (IndexPkgMetadata pkgId) = fromFragments [
80 display (packageName pkgId)
81 , display (packageVersion pkgId)
95 pkgId <- simpleParse (pkg ++ "-" ++ version)
97 ".cabal" -> return $ Some $ IndexPkgCabal pkgId
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/Azure/azure-sdk-for-go/eng/common/scripts/
H A Dcreate-tags-and-git-release.ps1103 $pkgId = $contentXML.project.artifactId in ParseMavenPackage() variable
115 PackageId = $pkgId in ParseMavenPackage() variable
180 $pkgId = $packageJSON.name in ParseNPMPackage() variable
184 PackageId = $pkgId in ParseNPMPackage() variable
186 …Deployable = $forceCreate -or !(IsNPMPackageVersionPublished -pkgId $pkgId -pkgVersion $pkgVer… in ParseNPMPackage()
225 $pkgId = $packageXML.package.metadata.id in ParseNugetPackage() variable
229 PackageId = $pkgId in ParseNugetPackage() variable
231 …Deployable = $forceCreate -or !(IsNugetPackageVersionPublished -pkgId $pkgId -pkgVersion $pkgV… in ParseNugetPackage()
267 $pkgId = $matches["package"] in ParsePyPIPackage() variable
279 PackageId = $pkgId in ParsePyPIPackage() variable
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/sjavac/
H A DUtil.java44 public static String toFileSystemPath(String pkgId) { in toFileSystemPath() argument
45 if (pkgId == null || pkgId.length()==0) return null; in toFileSystemPath()
47 if (pkgId.charAt(0) == ':') { in toFileSystemPath()
51 pn = pkgId.substring(1).replace('.',File.separatorChar); in toFileSystemPath()
55 int cp = pkgId.indexOf(':'); in toFileSystemPath()
56 String mn = pkgId.substring(0,cp); in toFileSystemPath()
57 pn = mn+File.separatorChar+pkgId.substring(cp+1).replace('.',File.separatorChar); in toFileSystemPath()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/sjavac/
H A DUtil.java44 public static String toFileSystemPath(String pkgId) { in toFileSystemPath() argument
45 if (pkgId == null || pkgId.length()==0) return null; in toFileSystemPath()
47 if (pkgId.charAt(0) == ':') { in toFileSystemPath()
51 pn = pkgId.substring(1).replace('.',File.separatorChar); in toFileSystemPath()
55 int cp = pkgId.indexOf(':'); in toFileSystemPath()
56 String mn = pkgId.substring(0,cp); in toFileSystemPath()
57 pn = mn+File.separatorChar+pkgId.substring(cp+1).replace('.',File.separatorChar); in toFileSystemPath()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/filesys/
H A Dpackageloader.cpp280 << pkgId; in DENG2_PIMPL()
281 unload(pkgId); in DENG2_PIMPL()
383 String const pkgId = id->asText(); in DENG2_PIMPL() local
386 callback(pkgId); in DENG2_PIMPL()
397 callback(pkgId); in DENG2_PIMPL()
407 if (!self().isLoaded(pkgId)) in DENG2_PIMPL()
409 self().load(pkgId); in DENG2_PIMPL()
655 for (String pkgId : packageIdentifiers) in expandDependencies() local
657 if (File const *file = select(pkgId)) in expandDependencies()
665 expanded << pkgId; in expandDependencies()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/sjavac/
H A DUtil.java53 public static String toFileSystemPath(String pkgId) { in toFileSystemPath() argument
54 if (pkgId == null || pkgId.length()==0) return null; in toFileSystemPath()
56 if (pkgId.charAt(0) == ':') { in toFileSystemPath()
60 pn = pkgId.substring(1).replace('.',File.separatorChar); in toFileSystemPath()
64 int cp = pkgId.indexOf(':'); in toFileSystemPath()
65 String mn = pkgId.substring(0,cp); in toFileSystemPath()
66 pn = mn+File.separatorChar+pkgId.substring(cp+1).replace('.',File.separatorChar); in toFileSystemPath()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/sjavac/
H A DUtil.java53 public static String toFileSystemPath(String pkgId) { in toFileSystemPath() argument
54 if (pkgId == null || pkgId.length()==0) return null; in toFileSystemPath()
56 if (pkgId.charAt(0) == ':') { in toFileSystemPath()
60 pn = pkgId.substring(1).replace('.',File.separatorChar); in toFileSystemPath()
64 int cp = pkgId.indexOf(':'); in toFileSystemPath()
65 String mn = pkgId.substring(0,cp); in toFileSystemPath()
66 pn = mn+File.separatorChar+pkgId.substring(cp+1).replace('.',File.separatorChar); in toFileSystemPath()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/sjavac/
H A DUtil.java53 public static String toFileSystemPath(String pkgId) { in toFileSystemPath() argument
54 if (pkgId == null || pkgId.length()==0) return null; in toFileSystemPath()
56 if (pkgId.charAt(0) == ':') { in toFileSystemPath()
60 pn = pkgId.substring(1).replace('.',File.separatorChar); in toFileSystemPath()
64 int cp = pkgId.indexOf(':'); in toFileSystemPath()
65 String mn = pkgId.substring(0,cp); in toFileSystemPath()
66 pn = mn+File.separatorChar+pkgId.substring(cp+1).replace('.',File.separatorChar); in toFileSystemPath()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/sjavac/
H A DUtil.java53 public static String toFileSystemPath(String pkgId) { in toFileSystemPath() argument
54 if (pkgId == null || pkgId.length()==0) return null; in toFileSystemPath()
56 if (pkgId.charAt(0) == ':') { in toFileSystemPath()
60 pn = pkgId.substring(1).replace('.',File.separatorChar); in toFileSystemPath()
64 int cp = pkgId.indexOf(':'); in toFileSystemPath()
65 String mn = pkgId.substring(0,cp); in toFileSystemPath()
66 pn = mn+File.separatorChar+pkgId.substring(cp+1).replace('.',File.separatorChar); in toFileSystemPath()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/sjavac/
H A DUtil.java53 public static String toFileSystemPath(String pkgId) { in toFileSystemPath() argument
54 if (pkgId == null || pkgId.length()==0) return null; in toFileSystemPath()
56 if (pkgId.charAt(0) == ':') { in toFileSystemPath()
60 pn = pkgId.substring(1).replace('.',File.separatorChar); in toFileSystemPath()
64 int cp = pkgId.indexOf(':'); in toFileSystemPath()
65 String mn = pkgId.substring(0,cp); in toFileSystemPath()
66 pn = mn+File.separatorChar+pkgId.substring(cp+1).replace('.',File.separatorChar); in toFileSystemPath()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/sjavac/
H A DUtil.java53 public static String toFileSystemPath(String pkgId) { in toFileSystemPath() argument
54 if (pkgId == null || pkgId.length()==0) return null; in toFileSystemPath()
56 if (pkgId.charAt(0) == ':') { in toFileSystemPath()
60 pn = pkgId.substring(1).replace('.',File.separatorChar); in toFileSystemPath()
64 int cp = pkgId.indexOf(':'); in toFileSystemPath()
65 String mn = pkgId.substring(0,cp); in toFileSystemPath()
66 pn = mn+File.separatorChar+pkgId.substring(cp+1).replace('.',File.separatorChar); in toFileSystemPath()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/sjavac/
H A DUtil.java53 public static String toFileSystemPath(String pkgId) { in toFileSystemPath() argument
54 if (pkgId == null || pkgId.length()==0) return null; in toFileSystemPath()
56 if (pkgId.charAt(0) == ':') { in toFileSystemPath()
60 pn = pkgId.substring(1).replace('.',File.separatorChar); in toFileSystemPath()
64 int cp = pkgId.indexOf(':'); in toFileSystemPath()
65 String mn = pkgId.substring(0,cp); in toFileSystemPath()
66 pn = mn+File.separatorChar+pkgId.substring(cp+1).replace('.',File.separatorChar); in toFileSystemPath()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/sjavac/
H A DUtil.java53 public static String toFileSystemPath(String pkgId) { in toFileSystemPath() argument
54 if (pkgId == null || pkgId.length()==0) return null; in toFileSystemPath()
56 if (pkgId.charAt(0) == ':') { in toFileSystemPath()
60 pn = pkgId.substring(1).replace('.',File.separatorChar); in toFileSystemPath()
64 int cp = pkgId.indexOf(':'); in toFileSystemPath()
65 String mn = pkgId.substring(0,cp); in toFileSystemPath()
66 pn = mn+File.separatorChar+pkgId.substring(cp+1).replace('.',File.separatorChar); in toFileSystemPath()
/dports/devel/stack/stack-2.7.3/_cabal_deps/hackage-security-0.6.0.1/src/Hackage/Security/
H A DClient.hs412 downloadPackage rep@Repository{..} pkgId dest =
421 RemotePkgTarGz pkgId targetFileInfo
437 downloadPackage' rep pkgId dest =
740 getCabal pkgId = do
741 mCabal <- getFile $ IndexPkgCabal pkgId
751 getMetadata pkgId = do
766 getFileInfo pkgId = do
767 targets <- getMetadata pkgId
786 getHash pkgId = do
787 info <- getFileInfo pkgId
[all …]
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Simple/
H A DInstallDirs.hs288 absoluteInstallDirs pkgId libname compilerId copydest platform dirs =
297 env = initialPathTemplateEnv pkgId libname compilerId platform
327 prefixRelativeInstallDirs pkgId libname compilerId platform dirs =
337 env = initialPathTemplateEnv pkgId libname compilerId platform
394 initialPathTemplateEnv pkgId libname compiler platform =
395 packageTemplateEnv pkgId libname
401 packageTemplateEnv pkgId uid =
402 [(PkgNameVar, PathTemplate [Ordinary $ prettyShow (packageName pkgId)])
403 ,(PkgVerVar, PathTemplate [Ordinary $ prettyShow (packageVersion pkgId)])
407 ,(PkgIdVar, PathTemplate [Ordinary $ prettyShow pkgId])
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/Simple/
H A DInstallDirs.hs290 absoluteInstallDirs pkgId libname compilerId copydest platform dirs =
299 env = initialPathTemplateEnv pkgId libname compilerId platform
329 prefixRelativeInstallDirs pkgId libname compilerId platform dirs =
339 env = initialPathTemplateEnv pkgId libname compilerId platform
397 initialPathTemplateEnv pkgId libname compiler platform =
398 packageTemplateEnv pkgId libname
404 packageTemplateEnv pkgId uid =
405 [(PkgNameVar, PathTemplate [Ordinary $ prettyShow (packageName pkgId)])
406 ,(PkgVerVar, PathTemplate [Ordinary $ prettyShow (packageVersion pkgId)])
410 ,(PkgIdVar, PathTemplate [Ordinary $ prettyShow pkgId])
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/Simple/
H A DInstallDirs.hs290 absoluteInstallDirs pkgId libname compilerId copydest platform dirs =
299 env = initialPathTemplateEnv pkgId libname compilerId platform
329 prefixRelativeInstallDirs pkgId libname compilerId platform dirs =
339 env = initialPathTemplateEnv pkgId libname compilerId platform
397 initialPathTemplateEnv pkgId libname compiler platform =
398 packageTemplateEnv pkgId libname
404 packageTemplateEnv pkgId uid =
405 [(PkgNameVar, PathTemplate [Ordinary $ prettyShow (packageName pkgId)])
406 ,(PkgVerVar, PathTemplate [Ordinary $ prettyShow (packageVersion pkgId)])
410 ,(PkgIdVar, PathTemplate [Ordinary $ prettyShow pkgId])
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/Simple/
H A DInstallDirs.hs290 absoluteInstallDirs pkgId libname compilerId copydest platform dirs =
299 env = initialPathTemplateEnv pkgId libname compilerId platform
329 prefixRelativeInstallDirs pkgId libname compilerId platform dirs =
339 env = initialPathTemplateEnv pkgId libname compilerId platform
397 initialPathTemplateEnv pkgId libname compiler platform =
398 packageTemplateEnv pkgId libname
404 packageTemplateEnv pkgId uid =
405 [(PkgNameVar, PathTemplate [Ordinary $ prettyShow (packageName pkgId)])
406 ,(PkgVerVar, PathTemplate [Ordinary $ prettyShow (packageVersion pkgId)])
410 ,(PkgIdVar, PathTemplate [Ordinary $ prettyShow pkgId])
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/Simple/
H A DInstallDirs.hs290 absoluteInstallDirs pkgId libname compilerId copydest platform dirs =
299 env = initialPathTemplateEnv pkgId libname compilerId platform
329 prefixRelativeInstallDirs pkgId libname compilerId platform dirs =
339 env = initialPathTemplateEnv pkgId libname compilerId platform
397 initialPathTemplateEnv pkgId libname compiler platform =
398 packageTemplateEnv pkgId libname
404 packageTemplateEnv pkgId uid =
405 [(PkgNameVar, PathTemplate [Ordinary $ prettyShow (packageName pkgId)])
406 ,(PkgVerVar, PathTemplate [Ordinary $ prettyShow (packageVersion pkgId)])
410 ,(PkgIdVar, PathTemplate [Ordinary $ prettyShow pkgId])
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/ui/dialogs/
H A Dserverinfodialog.cpp321 foreach (String pkgId, serverInfo.packages())
323 if (PackageLoader::get().select(pkgId))
325 available << pkgId;
329 auto const id_ver = Package::split(pkgId);
330 pkgId = Package::splitToHumanReadable(pkgId);
339 .arg(pkgId).arg(localVersion.fullNumber());
343 missing << pkgId;
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/
H A DCmdRepl.hs227pkgId = fromMaybe (error $ "cannot find " ++ prettyShow unitId) $ packageId <$> InstallPlan.lookup… function
228 baseCtx' = addDepsToProjectTarget (envPackages envFlags) pkgId baseCtx
358 { srcpkgPackageId = pkgId
367 { package = pkgId
377 pkgId = fakePackageId function
395 targetSelectors = [TargetPackage TargetExplicitNamed [pkgId] Nothing]
404 addDepsToProjectTarget deps pkgId ctx =
410 | packageId pkg /= pkgId = SpecificSourcePackage pkg
/dports/devel/cmake-doc/cmake-3.22.1/Source/CPack/
H A DcmCPackProductBuildGenerator.cxx207 std::string pkgId = cmStrCat("com.", this->GetOption("CPACK_PACKAGE_VENDOR"), in GenerateComponentPackage() local
210 pkgId += '.'; in GenerateComponentPackage()
211 pkgId += component->Name; in GenerateComponentPackage()
226 << " --identifier \"" << pkgId << "\"" in GenerateComponentPackage()
/dports/devel/cmake-gui/cmake-3.22.1/Source/CPack/
H A DcmCPackProductBuildGenerator.cxx207 std::string pkgId = cmStrCat("com.", this->GetOption("CPACK_PACKAGE_VENDOR"), in GenerateComponentPackage() local
210 pkgId += '.'; in GenerateComponentPackage()
211 pkgId += component->Name; in GenerateComponentPackage()
226 << " --identifier \"" << pkgId << "\"" in GenerateComponentPackage()
/dports/devel/cmake/cmake-3.22.1/Source/CPack/
H A DcmCPackProductBuildGenerator.cxx207 std::string pkgId = cmStrCat("com.", this->GetOption("CPACK_PACKAGE_VENDOR"), in GenerateComponentPackage() local
210 pkgId += '.'; in GenerateComponentPackage()
211 pkgId += component->Name; in GenerateComponentPackage()
226 << " --identifier \"" << pkgId << "\"" in GenerateComponentPackage()

123456