Home
last modified time | relevance | path

Searched defs:Module (Results 1 – 25 of 5619) sorted by relevance

12345678910>>...225

/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/bssopenapi/
H A Dstruct_module.go19 type Module struct { struct
23 PriceUnit string `json:"PriceUnit" xml:"PriceUnit"`
27 OrderId string `json:"OrderId" xml:"OrderId"`
40 PriceType string `json:"PriceType" xml:"PriceType"`
41 Config string `json:"Config" xml:"Config"`
45 Region string `json:"Region" xml:"Region"`
54 Tag string `json:"Tag" xml:"Tag"`
55 OwnerID string `json:"OwnerID" xml:"OwnerID"`
57 PayTime string `json:"PayTime" xml:"PayTime"`
67 Currency string `json:"Currency" xml:"Currency"`
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/bssopenapi/
H A Dstruct_module.go19 type Module struct { struct
23 PriceUnit string `json:"PriceUnit" xml:"PriceUnit"`
27 OrderId string `json:"OrderId" xml:"OrderId"`
40 PriceType string `json:"PriceType" xml:"PriceType"`
41 Config string `json:"Config" xml:"Config"`
45 Region string `json:"Region" xml:"Region"`
54 Tag string `json:"Tag" xml:"Tag"`
55 OwnerID string `json:"OwnerID" xml:"OwnerID"`
57 PayTime string `json:"PayTime" xml:"PayTime"`
67 Currency string `json:"Currency" xml:"Currency"`
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/bssopenapi/
H A Dstruct_module.go19 type Module struct { struct
26 OrderId string `json:"OrderId" xml:"OrderId"`
28 ModuleName string `json:"ModuleName" xml:"ModuleName"`
37 InstanceID string `json:"InstanceID" xml:"InstanceID"`
39 PriceType string `json:"PriceType" xml:"PriceType"`
43 Region string `json:"Region" xml:"Region"`
52 Tag string `json:"Tag" xml:"Tag"`
53 OwnerID string `json:"OwnerID" xml:"OwnerID"`
55 PayTime string `json:"PayTime" xml:"PayTime"`
65 Currency string `json:"Currency" xml:"Currency"`
[all …]
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/terraform/
H A Dmodule.go18 type Module struct { struct
19 XMLName xml.Name `json:"-" toml:"-" xml:"module" yaml:"-"`
30 RequiredInputs []*Input `json:"-" toml:"-" xml:"-" yaml:"-"`
35 func (m *Module) HasHeader() bool {
40 func (m *Module) HasFooter() bool {
45 func (m *Module) HasInputs() bool {
50 func (m *Module) HasModuleCalls() bool {
55 func (m *Module) HasOutputs() bool {
60 func (m *Module) HasProviders() bool {
65 func (m *Module) HasRequirements() bool {
[all …]
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/terraform-plugin-sdk/internal/states/
H A Dmodule.go10 type Module struct { struct
11 Addr addrs.ModuleInstance
15 Resources map[string]*Resource
19 OutputValues map[string]*OutputValue
23 LocalValues map[string]cty.Value
39 func (ms *Module) Resource(addr addrs.Resource) *Resource {
74 func (ms *Module) RemoveResource(addr addrs.Resource) {
237 func (ms *Module) RemoveOutputValue(name string) {
250 func (ms *Module) RemoveLocalValue(name string) {
260 func (ms *Module) PruneResourceHusks() {
[all …]
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/terraform/states/
H A Dmodule.go10 type Module struct { struct
11 Addr addrs.ModuleInstance
15 Resources map[string]*Resource
19 OutputValues map[string]*OutputValue
23 LocalValues map[string]cty.Value
39 func (ms *Module) Resource(addr addrs.Resource) *Resource {
74 func (ms *Module) RemoveResource(addr addrs.Resource) {
237 func (ms *Module) RemoveOutputValue(name string) {
250 func (ms *Module) RemoveLocalValue(name string) {
260 func (ms *Module) PruneResourceHusks() {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/internal/states/
H A Dmodule.go10 type Module struct { struct
11 Addr addrs.ModuleInstance
15 Resources map[string]*Resource
19 OutputValues map[string]*OutputValue
23 LocalValues map[string]cty.Value
39 func (ms *Module) Resource(addr addrs.Resource) *Resource {
73 func (ms *Module) RemoveResource(addr addrs.Resource) {
273 func (ms *Module) RemoveOutputValue(name string) {
286 func (ms *Module) RemoveLocalValue(name string) {
296 func (ms *Module) PruneResourceHusks() {
[all …]
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/terraform-plugin-sdk/internal/registry/regsrc/
H A Dmodule.go55 type Module struct { struct
63 RawHost *FriendlyHost
64 RawNamespace string
65 RawName string
66 RawProvider string
67 RawSubmodule string
131 func (m *Module) Display() string {
136 func (m *Module) Normalized() string {
142 func (m *Module) String() string {
161 func (m *Module) Host() *FriendlyHost {
[all …]
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/terraform/registry/regsrc/
H A Dmodule.go55 type Module struct { struct
63 RawHost *FriendlyHost
64 RawNamespace string
65 RawName string
66 RawProvider string
67 RawSubmodule string
131 func (m *Module) Display() string {
136 func (m *Module) Normalized() string {
142 func (m *Module) String() string {
161 func (m *Module) Host() *FriendlyHost {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/internal/registry/regsrc/
H A Dmodule.go55 type Module struct { struct
63 RawHost *FriendlyHost
64 RawNamespace string
65 RawName string
66 RawProvider string
67 RawSubmodule string
131 func (m *Module) Display() string {
136 func (m *Module) Normalized() string {
142 func (m *Module) String() string {
161 func (m *Module) Host() *FriendlyHost {
[all …]
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/internal/packagesinternal/
H A Dpackages.go7 type Module struct { struct
8 Path string // module path
9 Version string // module version
10 Versions []string // available module versions (with -versions)
11 Replace *Module // replaced by this module
12 Time *time.Time // time version was created
13 Update *Module // available update, if any (with -u)
14 Main bool // is this the main module?
16 Dir string // directory holding files for this module, if any
18 GoVersion string // go version used in module
[all …]
/dports/net/concourse-fly/concourse-6.7.1/vendor/golang.org/x/tools/internal/packagesinternal/
H A Dpackages.go7 type Module struct { struct
8 Path string // module path
9 Version string // module version
10 Versions []string // available module versions (with -versions)
11 Replace *Module // replaced by this module
12 Time *time.Time // time version was created
13 Update *Module // available update, if any (with -u)
14 Main bool // is this the main module?
16 Dir string // directory holding files for this module, if any
18 GoVersion string // go version used in module
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/golang.org/x/tools/internal/packagesinternal/
H A Dpackages.go7 type Module struct { struct
8 Path string // module path
9 Version string // module version
10 Versions []string // available module versions (with -versions)
11 Replace *Module // replaced by this module
12 Time *time.Time // time version was created
13 Update *Module // available update, if any (with -u)
14 Main bool // is this the main module?
16 Dir string // directory holding files for this module, if any
18 GoVersion string // go version used in module
[all …]
/dports/sysutils/terraform/terraform-1.0.11/internal/configs/
H A Dmodule.go14 type Module struct { struct
25 SourceDir string
29 ActiveExperiments experiments.Set
31 Backend *Backend
33 ProviderRequirements *RequiredProviders
37 Variables map[string]*Variable
38 Locals map[string]*Local
39 Outputs map[string]*Output
41 ModuleCalls map[string]*ModuleCall
43 ManagedResources map[string]*Resource
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/golang.org/x/tools/internal/packagesinternal/
H A Dpackages.go11 type Module struct { struct
12 Path string // module path
13 Version string // module version
14 Versions []string // available module versions (with -versions)
15 Replace *Module // replaced by this module
16 Time *time.Time // time version was created
17 Update *Module // available update, if any (with -u)
18 Main bool // is this the main module?
20 Dir string // directory holding files for this module, if any
22 GoVersion string // go version used in module
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/golang.org/x/tools/internal/packagesinternal/
H A Dpackages.go11 type Module struct { struct
12 Path string // module path
13 Version string // module version
14 Versions []string // available module versions (with -versions)
15 Replace *Module // replaced by this module
16 Time *time.Time // time version was created
17 Update *Module // available update, if any (with -u)
18 Main bool // is this the main module?
20 Dir string // directory holding files for this module, if any
22 GoVersion string // go version used in module
[all …]
/dports/misc/py-cinder/cinder-12.0.10/doc/source/contributor/
H A Dauth.rst43 Tests
77 Legacy Docs
86 Introduction
109 Roles
157 Enhancements
168 CloudAudit APIs
179 Type declarations
191 Request Brokering
216 The Details
224 System limits
[all …]
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/terraform-config-inspect/tfconfig/
H A Dmodule.go5 type Module struct { struct
7 Path string `json:"path"`
9 Variables map[string]*Variable `json:"variables"`
10 Outputs map[string]*Output `json:"outputs"`
12 RequiredCore []string `json:"required_core,omitempty"`
13 RequiredProviders map[string][]string `json:"required_providers"`
15 ManagedResources map[string]*Resource `json:"managed_resources"`
16 DataResources map[string]*Resource `json:"data_resources"`
17 ModuleCalls map[string]*ModuleCall `json:"module_calls"`
22 Diagnostics Diagnostics `json:"diagnostics,omitempty"`
/dports/sysutils/terraform-switcher/terraform-switcher-0.13.1201/vendor/github.com/kiranjthomas/terraform-config-inspect/tfconfig/
H A Dmodule.go5 type Module struct { struct
7 Path string `json:"path"`
9 Variables map[string]*Variable `json:"variables"`
10 Outputs map[string]*Output `json:"outputs"`
12 RequiredCore []string `json:"required_core,omitempty"`
13 RequiredProviders map[string][]string `json:"required_providers"`
15 ManagedResources map[string]*Resource `json:"managed_resources"`
16 DataResources map[string]*Resource `json:"data_resources"`
17 ModuleCalls map[string]*ModuleCall `json:"module_calls"`
22 Diagnostics Diagnostics `json:"diagnostics,omitempty"`
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/terraform-config-inspect/tfconfig/
H A Dmodule.go5 type Module struct { struct
7 Path string `json:"path"`
9 Variables map[string]*Variable `json:"variables"`
10 Outputs map[string]*Output `json:"outputs"`
12 RequiredCore []string `json:"required_core,omitempty"`
13 RequiredProviders map[string][]string `json:"required_providers"`
15 ManagedResources map[string]*Resource `json:"managed_resources"`
16 DataResources map[string]*Resource `json:"data_resources"`
17 ModuleCalls map[string]*ModuleCall `json:"module_calls"`
22 Diagnostics Diagnostics `json:"diagnostics,omitempty"`
/dports/net/wireguard-go/wireguard-go-0.0.20210424/tun/wintun/memmod/
H A Dmemmod_windows.go28 type Module struct { struct
29 headers *IMAGE_NT_HEADERS
30 codeBase uintptr
31 modules []windows.Handle
32 initialized bool
33 isDLL bool
34 isRelocated bool
35 nameExports map[string]uint16
36 entry uintptr
37 blockedMemory *addressList
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/wasm-smith/src/
H A Dcode_builder.rs2648 _: &Module, in f32_copysign()
2741 _: &Module, in f64_copysign()
2751 _: &Module, in i32_wrap_i64()
2761 _: &Module, in i32_trunc_f32_s()
2771 _: &Module, in i32_trunc_f32_u()
2781 _: &Module, in i32_trunc_f64_s()
2791 _: &Module, in i32_trunc_f64_u()
2801 _: &Module, in i64_extend_i32_s()
2811 _: &Module, in i64_extend_i32_u()
2821 _: &Module, in i64_trunc_f32_s()
[all …]
/dports/sysutils/py-salt/salt-3004.1/doc/topics/releases/includes/
H A Dgit-2015.8.0.rst66 .. _worktrees: https://git-scm.com/docs/git-worktree
88 :py:func:`git.add <salt.states.git.add>`
94 :py:func:`git.archive <salt.modules.git.archive>`
105 :py:func:`git.checkout <salt.modules.git.checkout>`
112 :py:func:`git.clone <salt.modules.git.clone>`
121 :py:func:`git.config_get <salt.modules.git.config_get>`
144 :py:func:`git.fetch <salt.modules.git.fetch>`
156 :py:func:`git.ls_remote <salt.modules.git.ls_remote>`
164 :py:func:`git.merge <salt.modules.git.merge>`
169 :py:func:`git.status <salt.modules.git.status>`
[all …]
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/github.com/terraform-docs/terraform-config-inspect/tfconfig/
H A Dmodule.go5 type Module struct { struct
7 Path string `json:"path"`
9 Variables map[string]*Variable `json:"variables"`
10 Outputs map[string]*Output `json:"outputs"`
12 RequiredCore []string `json:"required_core,omitempty"`
13 RequiredProviders map[string]*ProviderRequirement `json:"required_providers"`
15 ProviderConfigs map[string]*ProviderConfig `json:"provider_configs,omitempty"`
16 ManagedResources map[string]*Resource `json:"managed_resources"`
17 DataResources map[string]*Resource `json:"data_resources"`
18 ModuleCalls map[string]*ModuleCall `json:"module_calls"`
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/terraform-config-inspect/tfconfig/
H A Dmodule.go5 type Module struct { struct
7 Path string `json:"path"`
9 Variables map[string]*Variable `json:"variables"`
10 Outputs map[string]*Output `json:"outputs"`
12 RequiredCore []string `json:"required_core,omitempty"`
13 RequiredProviders map[string]*ProviderRequirement `json:"required_providers"`
15 ProviderConfigs map[string]*ProviderConfig `json:"provider_configs,omitempty"`
16 ManagedResources map[string]*Resource `json:"managed_resources"`
17 DataResources map[string]*Resource `json:"data_resources"`
18 ModuleCalls map[string]*ModuleCall `json:"module_calls"`
[all …]

12345678910>>...225