Home
last modified time | relevance | path

Searched refs:ImportMethod (Results 1 – 25 of 262) sorted by relevance

1234567891011

/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/gophercloud/gophercloud/openstack/imageservice/v2/imageimport/
H A Drequests.go6 type ImportMethod string type
10 GlanceDirectMethod ImportMethod = "glance-direct"
13 WebDownloadMethod ImportMethod = "web-download"
29 Name ImportMethod `json:"name"`
/dports/security/vault/vault-1.8.2/vendor/github.com/gophercloud/gophercloud/openstack/imageservice/v2/imageimport/
H A Drequests.go6 type ImportMethod string type
10 GlanceDirectMethod ImportMethod = "glance-direct"
13 WebDownloadMethod ImportMethod = "web-download"
29 Name ImportMethod `json:"name"`
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/gophercloud/gophercloud/openstack/imageservice/v2/imageimport/
H A Drequests.go6 type ImportMethod string type
10 GlanceDirectMethod ImportMethod = "glance-direct"
13 WebDownloadMethod ImportMethod = "web-download"
29 Name ImportMethod `json:"name"`
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/gophercloud/gophercloud/openstack/imageservice/v2/imageimport/
H A Drequests.go6 type ImportMethod string type
10 GlanceDirectMethod ImportMethod = "glance-direct"
13 WebDownloadMethod ImportMethod = "web-download"
29 Name ImportMethod `json:"name"`
/dports/devel/elm-format/elm-format-0.8.3/parser/src/AST/
H A DModule.hs3 , UserImport, ImportMethod(..)
23 , imports :: PreCommented (Map [UppercaseIdentifier] (Comments, ImportMethod)) function
82 = (PreCommented [UppercaseIdentifier], ImportMethod)
85 data ImportMethod = ImportMethod type
H A DJson.hs41 getAlias :: ImportMethod -> Maybe UppercaseIdentifier
56 importJson (moduleName, (_, ImportMethod alias (_, (_, exposing)))) =
/dports/security/lego/lego-4.5.3/vendor/github.com/gophercloud/gophercloud/openstack/imageservice/v2/imageimport/
H A Drequests.go6 type ImportMethod string type
10 GlanceDirectMethod ImportMethod = "glance-direct"
13 WebDownloadMethod ImportMethod = "web-download"
30 Name ImportMethod `json:"name"`
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/gophercloud/gophercloud/openstack/imageservice/v2/imageimport/
H A Drequests.go6 type ImportMethod string type
10 GlanceDirectMethod ImportMethod = "glance-direct"
13 WebDownloadMethod ImportMethod = "web-download"
30 Name ImportMethod `json:"name"`
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/gophercloud/gophercloud/openstack/imageservice/v2/imageimport/
H A Drequests.go6 type ImportMethod string type
10 GlanceDirectMethod ImportMethod = "glance-direct"
13 WebDownloadMethod ImportMethod = "web-download"
30 Name ImportMethod `json:"name"`
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/gophercloud/gophercloud/openstack/imageservice/v2/imageimport/
H A Drequests.go6 type ImportMethod string type
10 GlanceDirectMethod ImportMethod = "glance-direct"
13 WebDownloadMethod ImportMethod = "web-download"
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/gophercloud/gophercloud/openstack/imageservice/v2/imageimport/
H A Drequests.go6 type ImportMethod string type
10 GlanceDirectMethod ImportMethod = "glance-direct"
13 WebDownloadMethod ImportMethod = "web-download"
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/gophercloud/gophercloud/openstack/imageservice/v2/imageimport/
H A Drequests.go6 type ImportMethod string type
10 GlanceDirectMethod ImportMethod = "glance-direct"
13 WebDownloadMethod ImportMethod = "web-download"
/dports/devel/elm-format/elm-format-0.8.3/parser/src/Parse/
H A DModule.hs132 …mVersion -> IParser (Comments, Map [UppercaseIdentifier] (Comments, Module.ImportMethod), Comments)
135 …merge :: PreCommented Module.ImportMethod -> PreCommented Module.ImportMethod -> PreCommented Modu…
138 , Module.ImportMethod
149 …port, Comments)] -> (Comments, Map [UppercaseIdentifier] (Comments, Module.ImportMethod), Comments)
165 method :: [UppercaseIdentifier] -> IParser Module.ImportMethod
167 Module.ImportMethod
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/Web/Services/Description/
H A DSoapExtensionImporter.cs24 public abstract void ImportMethod(CodeAttributeDeclarationCollection metadata); in ImportMethod() method in System.Web.Services.Description.SoapExtensionImporter
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/Mono.Cecil/
H A DImport.cs378 …MethodReference ImportMethod (SR.MethodBase method, ImportGenericContext context, ImportGenericKin… in ImportMethod() method in Mono.Cecil.DefaultReflectionImporter
442 …var element_method = ImportMethod (method_info.GetGenericMethodDefinition (), context, ImportGener… in ImportMethodSpecification()
481 return ImportMethod (method, in ImportReference()
680 MethodReference ImportMethod (MethodReference method, ImportGenericContext context) in ImportMethod() method in Mono.Cecil.DefaultMetadataImporter
723 var element_method = ImportMethod (instance.ElementMethod, context); in ImportMethodSpecification()
750 return ImportMethod (method, ImportGenericContext.For (context)); in ImportReference()
/dports/lang/mono/mono-5.10.1.57/external/cecil/Mono.Cecil/
H A DImport.cs378 …MethodReference ImportMethod (SR.MethodBase method, ImportGenericContext context, ImportGenericKin… in ImportMethod() method in Mono.Cecil.DefaultReflectionImporter
442 …var element_method = ImportMethod (method_info.GetGenericMethodDefinition (), context, ImportGener… in ImportMethodSpecification()
481 return ImportMethod (method, in ImportReference()
680 MethodReference ImportMethod (MethodReference method, ImportGenericContext context) in ImportMethod() method in Mono.Cecil.DefaultMetadataImporter
723 var element_method = ImportMethod (instance.ElementMethod, context); in ImportMethodSpecification()
750 return ImportMethod (method, ImportGenericContext.For (context)); in ImportReference()
/dports/lang/mono-basic/mono-basic-4.7/vbnc/cecil/Mono.Cecil/
H A DImport.cs354 …public MethodReference ImportMethod (SR.MethodBase method, ImportGenericContext context, ImportGen… in ImportMethod() method in Mono.Cecil.MetadataImporter
418 …var element_method = ImportMethod (method_info.GetGenericMethodDefinition (), context, ImportGener… in ImportMethodSpecification()
615 public MethodReference ImportMethod (MethodReference method, ImportGenericContext context) in ImportMethod() method in Mono.Cecil.MetadataImporter
659 var element_method = ImportMethod (instance.ElementMethod, context); in ImportMethodSpecification()
H A DModuleDefinition.cs701 …return MetadataImporter.ImportMethod (method, default (ImportGenericContext), ImportGenericKind.De… in Import()
709 return MetadataImporter.ImportMethod (method, in Import()
773 return MetadataImporter.ImportMethod (method, GenericContextFor (context)); in Import()
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/Mono.Cecil/
H A DImport.cs354 …public MethodReference ImportMethod (SR.MethodBase method, ImportGenericContext context, ImportGen… in ImportMethod() method in Mono.Cecil.MetadataImporter
418 …var element_method = ImportMethod (method_info.GetGenericMethodDefinition (), context, ImportGener… in ImportMethodSpecification()
614 public MethodReference ImportMethod (MethodReference method, ImportGenericContext context) in ImportMethod() method in Mono.Cecil.MetadataImporter
658 var element_method = ImportMethod (instance.ElementMethod, context); in ImportMethodSpecification()
H A DModuleDefinition.cs695 …return MetadataImporter.ImportMethod (method, default (ImportGenericContext), ImportGenericKind.De… in Import()
703 return MetadataImporter.ImportMethod (method, in Import()
767 return MetadataImporter.ImportMethod (method, GenericContextFor (context)); in Import()
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.CecilReflector/Mono.Cecil/Mono.Cecil/
H A DImport.cs354 …public MethodReference ImportMethod (SR.MethodBase method, ImportGenericContext context, ImportGen… in ImportMethod() method in Mono.Cecil.MetadataImporter
418 …var element_method = ImportMethod (method_info.GetGenericMethodDefinition (), context, ImportGener… in ImportMethodSpecification()
613 public MethodReference ImportMethod (MethodReference method, ImportGenericContext context) in ImportMethod() method in Mono.Cecil.MetadataImporter
657 var element_method = ImportMethod (instance.ElementMethod, context); in ImportMethodSpecification()
H A DModuleDefinition.cs666 …return MetadataImporter.ImportMethod (method, default (ImportGenericContext), ImportGenericKind.De… in Import()
674 return MetadataImporter.ImportMethod (method, in Import()
738 return MetadataImporter.ImportMethod (method, GenericContextFor (context)); in Import()
/dports/www/xsp/xsp-4.5/test/1.1/webservice/
H A DCompressExtension.cs156 public override void ImportMethod (CodeAttributeDeclarationCollection metadata) in ImportMethod() method in CompressExtensionImporter
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/google.golang.org/genproto/googleapis/cloud/kms/v1/
H A Dresources.pb.go1016ImportMethod ImportJob_ImportMethod `protobuf:"varint,2,opt,name=import_method,json=importMethod,p… member
1085 return m.ImportMethod
/dports/net/grpcui/grpcui-1.1.0/vendor/google.golang.org/genproto/googleapis/cloud/kms/v1/
H A Dresources.pb.go1019ImportMethod ImportJob_ImportMethod `protobuf:"varint,2,opt,name=import_method,json=importMethod,p… member
1087 return m.ImportMethod

1234567891011