Home
last modified time | relevance | path

Searched defs:Plan (Results 1 – 25 of 2061) sorted by relevance

12345678910>>...83

/dports/math/nfft/nfft-3.5.2/julia/fastsum/
H A Dfastsum.jl16 mutable struct Plan struct
39 …function Plan( d::Integer, N::Integer, M::Integer, n::Integer, p::Integer, kernel::String, c::Vect… argument
44 function Plan( d::Integer, N::Integer, M::Integer, n::Integer, p::Integer, kernel::String, c::Real,… function
69 function fastsum_init( p::Plan )
85 function finalize_plan( p::Plan )
98 function Base.setproperty!( p::Plan, v::Symbol, val )
192 function Base.getproperty( p::Plan, v::Symbol )
245 function trafo( p::Plan )
268 function trafo_exact( p::Plan )
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/terraform/terraform/
H A Dplan.go28 type Plan struct { struct
31 Diff *Diff
35 Config *configs.Config
42 State *State
46 Vars map[string]cty.Value
53 Targets []string
61 TerraformVersion string
72 Backend *BackendState
75 Destroy bool
77 once sync.Once
[all …]
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/fakes/
H A Dplan.go8 type Plan struct { struct
9 CheckFastFailsCall struct {
19 ParseArgsCall struct {
30 ExecuteCall struct {
40 InitializePlanCall struct {
51 IsInitializedCall struct {
62 func (p *Plan) CheckFastFails(subcommandFlags []string, state storage.State) error {
70 func (p *Plan) ParseArgs(args []string, state storage.State) (commands.PlanConfig, error) {
78 func (p *Plan) Execute(args []string, state storage.State) error {
86 …nc (p *Plan) InitializePlan(plan commands.PlanConfig, state storage.State) (storage.State, error) {
[all …]
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/terraform-plugin-sdk/terraform/
H A Dplan.go26 type Plan struct { struct
29 Diff *Diff
33 Config *configs.Config
40 State *State
44 Vars map[string]cty.Value
51 Targets []string
59 TerraformVersion string
67 ProviderSHA256s map[string][]byte
70 Backend *BackendState
73 Destroy bool
[all …]
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/commands/
H A Dplan.go15 type Plan struct { struct
16 boshManager boshManager
17 cloudConfigManager cloudConfigManager
18 runtimeConfigManager runtimeConfigManager
19 stateStore stateStore
20 patchDetector patchDetector
21 envIDManager envIDManager
22 terraformManager terraformManager
23 lbArgsHandler lbArgsHandler
24 logger logger
[all …]
/dports/sysutils/terraform/terraform-1.0.11/internal/plans/
H A Dplan.go23 type Plan struct { struct
30 UIMode Mode
32 VariableValues map[string]DynamicValue
33 Changes *Changes
34 TargetAddrs []addrs.Targetable
35 ForceReplaceAddrs []addrs.AbsResourceInstance
36 ProviderSHA256s map[string][]byte
37 Backend Backend
54 PrevRunState *states.State
55 PriorState *states.State
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/watch/
H A Dwatch.go20 type Plan struct { struct
21 Datacenter string
22 Token string
23 Type string
24 HandlerType string
27 Watcher WatcherFunc
28 Handler HandlerFunc
29 LogOutput io.Writer
31 address string
33 lastIndex uint64
[all …]
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/JamesClonk/vultr/lib/
H A Dplans.go11 type Plan struct { struct
12 ID int `json:"VPSPLANID,string"`
13 Name string `json:"name"`
14 VCpus int `json:"vcpu_count,string"`
15 RAM string `json:"ram"`
16 Disk string `json:"disk"`
17 Bandwidth string `json:"bandwidth"`
18 Price string `json:"price_per_month"`
19 PlanType string `json:"plan_type"`
20 Windows bool `json:"windows"`
[all …]
/dports/math/nfft/nfft-3.5.2/julia/nfft/
H A DNFFT.jl57 mutable struct Plan{D} struct
70 …function Plan{D}(N::NTuple{D,Int32},M::Int32,n::NTuple{D,Int32},m::Int32,f1::UInt32,f2::UInt32) wh… argument
77 function Plan(N::NTuple{D,Integer},M::Integer) where {D} function
109 function Plan(N::NTuple{D,Integer},M::Integer,n::NTuple{D,Integer},m::Integer=Int32(default_window_… function
/dports/sysutils/terraform/terraform-1.0.11/internal/command/arguments/
H A Dplan.go8 type Plan struct { struct
10 State *State
11 Operation *Operation
12 Vars *Vars
16 DetailedExitCode bool
20 InputEnabled bool
23 OutPath string
26 ViewType ViewType
/dports/net-mgmt/promscale/promscale-0.6.2/pkg/migration-tool/planner/
H A Dplanner.go47 type Plan struct { struct
48 config *Config
52 pbarMux *sync.Mutex
53 nextMint int64
54 lastNumBytes int64
55 lastTimeRangeDelta int64
136 func (p *Plan) DecrementSlabCount() {
142 func (p *Plan) ShouldProceed() bool {
147 func (p *Plan) update(numBytes int) {
151 func (p *Plan) LastMemoryFootprint() int64 {
[all …]
/dports/sysutils/consul/consul-1.10.3/api/watch/
H A Dwatch.go21 type Plan struct { struct
22 Datacenter string
23 Token string
24 Type string
25 HandlerType string
28 Watcher WatcherFunc
34 Logger hclog.Logger
36 LogOutput io.Writer
38 address string
43 stop bool
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/api/watch/
H A Dwatch.go21 type Plan struct { struct
22 Datacenter string
23 Token string
24 Type string
25 HandlerType string
28 Watcher WatcherFunc
34 Logger hclog.Logger
36 LogOutput io.Writer
38 address string
43 stop bool
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/api/watch/
H A Dwatch.go21 type Plan struct { struct
22 Datacenter string
23 Token string
24 Type string
25 HandlerType string
28 Watcher WatcherFunc
34 Logger hclog.Logger
36 LogOutput io.Writer
38 address string
43 stop bool
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/hashicorp/consul/api/watch/
H A Dwatch.go21 type Plan struct { struct
22 Datacenter string
23 Token string
24 Type string
25 HandlerType string
28 Watcher WatcherFunc
34 Logger hclog.Logger
36 LogOutput io.Writer
38 address string
43 stop bool
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/watch/
H A Dwatch.go20 type Plan struct { struct
21 Datacenter string
22 Token string
23 Type string
24 HandlerType string
27 Watcher WatcherFunc
32 LogOutput io.Writer
34 address string
37 lastResult interface{}
39 stop bool
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/watch/
H A Dwatch.go20 type Plan struct { struct
21 Datacenter string
22 Token string
23 Type string
24 HandlerType string
27 Watcher WatcherFunc
32 LogOutput io.Writer
34 address string
37 lastResult interface{}
39 stop bool
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/watch/
H A Dwatch.go20 type Plan struct { struct
21 Datacenter string
22 Token string
23 Type string
24 HandlerType string
27 Watcher WatcherFunc
32 LogOutput io.Writer
34 address string
37 lastResult interface{}
39 stop bool
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/api/watch/
H A Dwatch.go20 type Plan struct { struct
21 Datacenter string
22 Token string
23 Type string
24 HandlerType string
27 Watcher WatcherFunc
32 LogOutput io.Writer
34 address string
37 lastResult interface{}
39 stop bool
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/api/watch/
H A Dwatch.go20 type Plan struct { struct
21 Datacenter string
22 Token string
23 Type string
24 HandlerType string
27 Watcher WatcherFunc
32 LogOutput io.Writer
34 address string
37 lastResult interface{}
39 stop bool
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/crates/tor-circmgr/src/
H A Dimpls.rs27 pub(crate) struct Plan { struct
44 impl MockablePlan for Plan {} argument
50 type Plan = Plan; typedef
56 ) -> Result<(Plan, SupportedCircUsage)> { in plan_circuit()
75 let Plan { in build_circuit() localVariable
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/terraform-plugin-sdk/internal/plans/
H A Dplan.go22 type Plan struct { struct
23 VariableValues map[string]DynamicValue
24 Changes *Changes
25 TargetAddrs []addrs.Targetable
26 ProviderSHA256s map[string][]byte
27 Backend Backend
66 func (p *Plan) ProviderAddrs() []addrs.AbsProviderConfig {
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/terraform/plans/
H A Dplan.go22 type Plan struct { struct
23 VariableValues map[string]DynamicValue
24 Changes *Changes
25 TargetAddrs []addrs.Targetable
26 ProviderSHA256s map[string][]byte
27 Backend Backend
66 func (p *Plan) ProviderAddrs() []addrs.AbsProviderConfig {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-tfe/
H A Dplan.go49 type Plan struct { struct
50 ID string `jsonapi:"primary,plans"`
51 HasChanges bool `jsonapi:"attr,has-changes"`
52 LogReadURL string `jsonapi:"attr,log-read-url"`
53 ResourceAdditions int `jsonapi:"attr,resource-additions"`
54 ResourceChanges int `jsonapi:"attr,resource-changes"`
55 ResourceDestructions int `jsonapi:"attr,resource-destructions"`
56 Status PlanStatus `jsonapi:"attr,status"`
57 StatusTimestamps *PlanStatusTimestamps `jsonapi:"attr,status-timestamps"`
60 Exports []*PlanExport `jsonapi:"relation,exports"`
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-terraform/vendor/github.com/hashicorp/go-tfe/
H A Dplan.go49 type Plan struct { struct
50 ID string `jsonapi:"primary,plans"`
51 HasChanges bool `jsonapi:"attr,has-changes"`
52 LogReadURL string `jsonapi:"attr,log-read-url"`
53 ResourceAdditions int `jsonapi:"attr,resource-additions"`
54 ResourceChanges int `jsonapi:"attr,resource-changes"`
55 ResourceDestructions int `jsonapi:"attr,resource-destructions"`
56 Status PlanStatus `jsonapi:"attr,status"`
57 StatusTimestamps *PlanStatusTimestamps `jsonapi:"attr,status-timestamps"`
60 Exports []*PlanExport `jsonapi:"relation,exports"`

12345678910>>...83