Home
last modified time | relevance | path

Searched refs:PackageCollection (Results 26 – 50 of 88) sorted by relevance

1234

/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/plette/models/
H A D__init__.py19 Meta, Requires, PackageCollection, ScriptCollection, SourceCollection,
H A Dsections.py8 class PackageCollection(DataViewMapping): class
/dports/devel/py-plette/plette-0.2.3/src/plette/models/
H A D__init__.py19 Meta, Requires, PackageCollection, ScriptCollection, SourceCollection,
H A Dsections.py8 class PackageCollection(DataViewMapping): class
/dports/sysutils/aptly/aptly-1.4.0/cmd/
H A Drepo_move.go77 …ckageListFromRefList(dstRepo.RefList(), context.CollectionFactory().PackageCollection(), context.P…
82 …b.NewPackageListFromRefList(srcRefList, context.CollectionFactory().PackageCollection(), context.P…
H A Dsnapshot_pull.go52 …kageListFromRefList(snapshot.RefList(), context.CollectionFactory().PackageCollection(), context.P…
57 …ackageListFromRefList(source.RefList(), context.CollectionFactory().PackageCollection(), context.P…
H A Dpackage_search.go32 result := q.Query(context.CollectionFactory().PackageCollection())
H A Drepo_remove.go33 …wPackageListFromRefList(repo.RefList(), context.CollectionFactory().PackageCollection(), context.P…
H A Dsnapshot_filter.go36 …ackageListFromRefList(source.RefList(), context.CollectionFactory().PackageCollection(), context.P…
H A Dsnapshot_diff.go42 …r := snapshotA.RefList().Diff(snapshotB.RefList(), context.CollectionFactory().PackageCollection())
H A Dsnapshot_search.go72 …list, err := deb.NewPackageListFromRefList(reflist, context.CollectionFactory().PackageCollection(…
H A Dpackage_show.go79 result := q.Query(context.CollectionFactory().PackageCollection())
H A Dcmd.go31 …list, err := deb.NewPackageListFromRefList(reflist, context.CollectionFactory().PackageCollection(…
H A Drepo_include.go58 …context.CollectionFactory().LocalRepoCollection(), context.CollectionFactory().PackageCollection(),
H A Dmirror_update.go87 …r = repo.BuildDownloadQueue(context.PackagePool(), context.CollectionFactory().PackageCollection(),
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.Setup/Mono.Addins.Setup/
H A DSetupTool.cs179 PackageCollection packs = new PackageCollection (); in Install()
204 PackageCollection packs = new PackageCollection (); in CheckInstall()
221 void Install (PackageCollection packs, bool prompt) in Install()
223 PackageCollection toUninstall; in Install()
375 PackageCollection packs = new PackageCollection (); in Update()
H A DAddinPackage.cs193 …sMonitor monitor, AddinStore service, PackageCollection toInstall, PackageCollection toUninstall, in Resolve()
/dports/devel/py-requirementslib/requirementslib-1.5.16/src/requirementslib/models/
H A Dutils.py18 from plette.models import Package, PackageCollection
67 TOML_DICT_TYPES = Union[Container, Package, PackageCollection, Table, InlineTable]
71 TOML_DICT_OBJECTS = (Container, Package, Table, InlineTable, PackageCollection)
157 elif isinstance(toml_dict, (Package, PackageCollection)) or value_type in (
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/requirementslib/models/
H A Dutils.py18 from plette.models import Package, PackageCollection
67 TOML_DICT_TYPES = Union[Container, Package, PackageCollection, Table, InlineTable]
71 TOML_DICT_OBJECTS = (Container, Package, Table, InlineTable, PackageCollection)
157 elif isinstance(toml_dict, (Package, PackageCollection)) or value_type in (
/dports/sysutils/aptly/aptly-1.4.0/api/
H A Dsnapshot.go144 p, err = context.CollectionFactory().PackageCollection().ByKey([]byte(ref))
373 …r := snapshotA.RefList().Diff(snapshotB.RefList(), context.CollectionFactory().PackageCollection())
H A Dapi.go113 …list, err := deb.NewPackageListFromRefList(reflist, context.CollectionFactory().PackageCollection(…
/dports/sysutils/aptly/aptly-1.4.0/deb/
H A Dchanges_test.go21 packageCollection *PackageCollection
H A Dimport.go68 …pool aptly.PackagePool, collection *PackageCollection, reporter aptly.ResultReporter, restriction … argument
H A Dpackage_collection_test.go11 collection *PackageCollection
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/passa/models/
H A Dprojects.py130 section = plette.models.PackageCollection(tomlkit.table())

1234