Home
last modified time | relevance | path

Searched defs:RegistrySource (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/terraform/terraform-1.0.11/internal/getproviders/
H A Dregistry_source.go15 type RegistrySource struct { struct
16 services *disco.Disco
36 …e) AvailableVersions(ctx context.Context, provider addrs.Provider) (VersionList, Warnings, error) {
98 … context.Context, provider addrs.Provider, version Version, target Platform) (PackageMeta, error) {
107 func (s *RegistrySource) registryClient(hostname svchost.Hostname) (*registryClient, error) {
148 func (s *RegistrySource) ForDisplay(provider addrs.Provider) string {
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/cargo/sources/registry/
H A Dmod.rs200 pub struct RegistrySource<'cfg> { struct
201 source_id: SourceId,
203 src_path: Filesystem,
205 config: &'cfg Config,
214 updated: bool,
216 ops: Box<dyn RegistryData + 'cfg>,
218 index: index::RegistryIndex<'cfg>,
226 yanked_whitelist: HashSet<PackageId>,
536 impl<'cfg> RegistrySource<'cfg> { implementation
694 impl<'cfg> Source for RegistrySource<'cfg> { implementation
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/cargo/sources/registry/
H A Dmod.rs198 pub struct RegistrySource<'cfg> { struct
199 source_id: SourceId,
201 src_path: Filesystem,
203 config: &'cfg Config,
212 updated: bool,
214 ops: Box<dyn RegistryData + 'cfg>,
216 index: index::RegistryIndex<'cfg>,
224 yanked_whitelist: HashSet<PackageId>,
533 impl<'cfg> RegistrySource<'cfg> { implementation
691 impl<'cfg> Source for RegistrySource<'cfg> { implementation
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/cargo/sources/registry/
H A Dmod.rs200 pub struct RegistrySource<'cfg> { struct
201 source_id: SourceId,
203 src_path: Filesystem,
205 config: &'cfg Config,
214 updated: bool,
216 ops: Box<dyn RegistryData + 'cfg>,
218 index: index::RegistryIndex<'cfg>,
226 yanked_whitelist: HashSet<PackageId>,
536 impl<'cfg> RegistrySource<'cfg> { impl
694 impl<'cfg> Source for RegistrySource<'cfg> { implementation
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/flow/filters/
H A Dflow_builtin_filters.hpp80 class FLOW_API RegistrySource : public Filter class
H A Dflow_builtin_filters.cpp108 RegistrySource::RegistrySource() in RegistrySource() function in flow::filters::RegistrySource
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/scripts/khr_util/
H A Dregistry_cache.py35 class RegistrySource: class
/dports/biology/emboss/EMBOSS-6.6.0/ajax/ensembl/
H A Densdata.h713 EnsPMapperrangeregistry RegistrySource; member