Home
last modified time | relevance | path

Searched defs:Meta (Results 1 – 25 of 5185) sorted by relevance

12345678910>>...208

/dports/sysutils/terraform/terraform-1.0.11/internal/command/
H A Dmeta.go42 type Meta struct { struct
67 View *views.View
75 Services *disco.Disco
96 CLIConfigDir string
100 PluginCacheDir string
142 dataDir string
148 pluginPath []string
167 input bool
171 targetFlags []string
174 color bool
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/airec/
H A Dstruct_meta.go19 type Meta struct { struct
20 ExtInfo map[string]interface{} `json:"extInfo" xml:"extInfo"`
21 Type string `json:"type" xml:"type"`
22 Timestamp int64 `json:"timestamp" xml:"timestamp"`
25 TableName string `json:"tableName" xml:"tableName"`
28 Status string `json:"status" xml:"status"`
29 Category string `json:"category" xml:"category"`
32 GmtCreate string `json:"gmtCreate" xml:"gmtCreate"`
34 MetaType string `json:"metaType" xml:"metaType"`
35 Cron string `json:"cron" xml:"cron"`
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/meta/
H A Dmeta.go33 type Meta struct { struct
34 ClientToken string
35 Ui cli.Ui
41 flagAddress string
42 flagCACert string
43 flagCAPath string
44 flagClientCert string
45 flagClientKey string
46 flagWrapTTL string
47 flagInsecure bool
[all …]
/dports/sysutils/nomad/nomad-1.1.0/command/
H A Dmeta.go33 type Meta struct { struct
34 Ui cli.Ui
37 flagAddress string
40 noColor bool
43 region string
46 namespace string
49 token string
51 caCert string
52 caPath string
53 clientCert string
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/command/
H A Dmeta.go33 type Meta struct { struct
34 Ui cli.Ui
37 flagAddress string
40 noColor bool
43 region string
46 namespace string
49 token string
51 caCert string
52 caPath string
53 clientCert string
[all …]
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/mongodb/mongo-tools-common/txn/
H A Dmeta.go37 type Meta struct { struct
38 id ID
39 commit bool
40 abort bool
41 partial bool
42 prepare bool
43 prevOpTime string
95 func (m Meta) IsAbort() bool {
100 func (m Meta) IsData() bool {
112 func (m Meta) IsFinal() bool {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/airec/
H A Dstruct_meta.go19 type Meta struct { struct
20 Path string `json:"Path" xml:"Path"`
21 Partition string `json:"Partition" xml:"Partition"`
22 Timestamp int64 `json:"Timestamp" xml:"Timestamp"`
23 ProjectName string `json:"ProjectName" xml:"ProjectName"`
24 BucketName string `json:"BucketName" xml:"BucketName"`
25 TableName string `json:"TableName" xml:"TableName"`
26 AccessKeyId string `json:"AccessKeyId" xml:"AccessKeyId"`
27 Type string `json:"Type" xml:"Type"`
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/airec/
H A Dstruct_meta.go19 type Meta struct { struct
20 Path string `json:"Path" xml:"Path"`
21 Partition string `json:"Partition" xml:"Partition"`
22 Timestamp int `json:"Timestamp" xml:"Timestamp"`
23 ProjectName string `json:"ProjectName" xml:"ProjectName"`
24 BucketName string `json:"BucketName" xml:"BucketName"`
25 TableName string `json:"TableName" xml:"TableName"`
26 AccessKeyId string `json:"AccessKeyId" xml:"AccessKeyId"`
27 Type string `json:"Type" xml:"Type"`
/dports/security/lego/lego-4.5.3/vendor/gopkg.in/ns1/ns1-go.v2/rest/model/data/
H A Dmeta.go39 type Meta struct { struct
44 Up interface{} `json:"up,omitempty"`
54 Requests interface{} `json:"requests,omitempty"`
59 LoadAvg interface{} `json:"loadavg,omitempty"`
63 Pulsar interface{} `json:"pulsar,omitempty"`
87 Country interface{} `json:"country,omitempty"`
91 USState interface{} `json:"us_state,omitempty"`
103 Note interface{} `json:"note,omitempty"`
116 ASN interface{} `json:"asn,omitempty"`
131 Weight interface{} `json:"weight,omitempty"`
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/gopkg.in/ns1/ns1-go.v2/rest/model/data/
H A Dmeta.go39 type Meta struct { struct
44 Up interface{} `json:"up,omitempty"`
54 Requests interface{} `json:"requests,omitempty"`
59 LoadAvg interface{} `json:"loadavg,omitempty"`
63 Pulsar interface{} `json:"pulsar,omitempty"`
87 Country interface{} `json:"country,omitempty"`
91 USState interface{} `json:"us_state,omitempty"`
103 Note interface{} `json:"note,omitempty"`
116 ASN interface{} `json:"asn,omitempty"`
131 Weight interface{} `json:"weight,omitempty"`
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/PagerDuty/go-pagerduty/go-pagerduty-cf1437c7c8d6/command/
H A Dmeta.go30 type Meta struct { struct
31 Authtoken string
32 Loglevel string
37 func (m *Meta) FlagSet(n string) *flag.FlagSet {
44 func (m *Meta) Client() *pagerduty.Client {
48 func (m *Meta) Help() string {
58 func (m *Meta) validate() error {
65 func (m *Meta) Setup() error {
73 func (m *Meta) setupLogging() {
87 func (m *Meta) loadConfig() error {
/dports/devel/py-pytest-mypy/pytest-mypy-0.8.1/
H A DREADME.rst61 Meta section in pytest-mypy
69 .. _`MIT`: http://opensource.org/licenses/MIT
70 .. _`file an issue`: https://github.com/dbader/pytest-mypy/issues
71 .. _`pip`: https://pypi.python.org/pypi/pip/
72 .. _`PyPI`: https://pypi.python.org/pypi
73 .. _`mypy`: http://mypy-lang.org/
74 .. _`pytest-flake8`: https://pypi.python.org/pypi/pytest-flake8
75 .. _`flake8`: https://pypi.python.org/pypi/flake8
76 .. _`@dbader_org`: https://twitter.com/dbader_org
/dports/sysutils/lsd/lsd-0.20.1/src/meta/
H A Dmod.rs35 pub struct Meta { struct
47 pub content: Option<Vec<Meta>>, argument
50 impl Meta { implementation
55 ) -> Result<Option<Vec<Meta>>, std::io::Error> { in recurse_into()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/executor/
H A Dexecutor.go12 type Meta struct { struct
13 Args []string
14 Env []string
15 User string
16 Cwd string
17 Tty bool
18 ReadonlyRootFS bool
19 ExtraHosts []HostIP
20 NetMode pb.NetMode
21 SecurityMode pb.SecurityMode
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/executor/
H A Dexecutor.go12 type Meta struct { struct
13 Args []string
14 Env []string
15 User string
16 Cwd string
17 Tty bool
18 ReadonlyRootFS bool
19 ExtraHosts []HostIP
20 NetMode pb.NetMode
21 SecurityMode pb.SecurityMode
[all …]
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/dcim/api/
H A Dnested_serializers.py52 class Meta: class in NestedRegionSerializer
62 class Meta: class in NestedSiteGroupSerializer
70 class Meta: class in NestedSiteSerializer
84 class Meta: class in NestedLocationSerializer
93 class Meta: class in NestedRackRoleSerializer
102 class Meta: class in NestedRackSerializer
111 class Meta: class in NestedRackReservationSerializer
127 class Meta: class in NestedManufacturerSerializer
137 class Meta: class in NestedDeviceTypeSerializer
145 class Meta: class in NestedConsolePortTemplateSerializer
[all …]
/dports/devel/py-dj32-graphene-django/graphene-django-2.15.0/graphene_django/rest_framework/tests/
H A Dtest_mutation.py30 class Meta: class in MyModelSerializer
38 class Meta: class in MyModelSerializerWithMethod
48 class Meta: class in MyModelMutation
71 class Meta: class in test_has_fields.MyMutation
81 class Meta: class in test_has_input_fields.MyMutation
90 class Meta: class in test_exclude_fields.MyMutation
105 class Meta: class in test_write_only_field.WriteOnlyFieldModelSerializer
110 class Meta: class in test_write_only_field.MyMutation
125 class Meta: class in test_write_only_field_using_extra_kwargs.WriteOnlyFieldModelSerializer
131 class Meta: class in test_write_only_field_using_extra_kwargs.MyMutation
[all …]
/dports/devel/py-graphene-django/graphene-django-2.15.0/graphene_django/rest_framework/tests/
H A Dtest_mutation.py30 class Meta: class in MyModelSerializer
38 class Meta: class in MyModelSerializerWithMethod
48 class Meta: class in MyModelMutation
71 class Meta: class in test_has_fields.MyMutation
81 class Meta: class in test_has_input_fields.MyMutation
90 class Meta: class in test_exclude_fields.MyMutation
105 class Meta: class in test_write_only_field.WriteOnlyFieldModelSerializer
110 class Meta: class in test_write_only_field.MyMutation
125 class Meta: class in test_write_only_field_using_extra_kwargs.WriteOnlyFieldModelSerializer
131 class Meta: class in test_write_only_field_using_extra_kwargs.MyMutation
[all …]
/dports/www/py-django-extensions/django-extensions-3.0.5/tests/testapp/
H A Dmodels.py18 class Meta: class in Secret
25 class Meta: class in Name
42 class Meta: class in Note
58 class Meta: class in Person
71 class Meta: class in Post
76 class Meta: class in PostWithTitleOrdering
83 class Meta: class in DummyRelationModel
89 class Meta: class in SecondDummyRelationModel
95 class Meta: class in ThirdDummyRelationModel
116 class Meta: class in PostWithUniqFieldCompat
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/executor/
H A Dexecutor.go12 type Meta struct { struct
13 Args []string
14 Env []string
15 User string
16 Cwd string
17 Tty bool
18 ReadonlyRootFS bool
19 ExtraHosts []HostIP
20 NetMode pb.NetMode
32 …Exec(ctx context.Context, meta Meta, rootfs cache.Mountable, mounts []Mount, stdin io.ReadCloser, …
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/moby/buildkit/executor/
H A Dexecutor.go12 type Meta struct { struct
13 Args []string
14 Env []string
15 User string
16 Cwd string
17 Tty bool
18 ReadonlyRootFS bool
19 ExtraHosts []HostIP
20 NetMode pb.NetMode
32 …Exec(ctx context.Context, meta Meta, rootfs cache.Mountable, mounts []Mount, stdin io.ReadCloser, …
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/graph-gophers/graphql-go/internal/exec/resolvable/
H A Dmeta.go13 type Meta struct { struct
14 FieldSchema Field
15 FieldType Field
16 FieldTypename Field
17 Schema *Object
18 Type *Object
/dports/security/vuls/vuls-0.13.7/cache/
H A Ddb.go19 RefreshMeta(Meta) error argument
20 EnsureBuckets(Meta) error argument
21 PrettyPrint(Meta) error argument
28 type Meta struct { struct
29 Name string
30 Distro config.Distro
31 Packs models.Packages
32 CreatedAt time.Time
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/dcim/graphql/
H A Dtypes.py60 class Meta: class in ComponentObjectType
71 class Meta: class in ComponentTemplateObjectType
81 class Meta: class in CableType
95 class Meta: class in ConsolePortType
106 class Meta: class in ConsolePortTemplateType
117 class Meta: class in ConsoleServerPortType
128 class Meta: class in ConsoleServerPortTemplateType
139 class Meta: class in DeviceType
150 class Meta: class in DeviceBayType
158 class Meta: class in DeviceBayTemplateType
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/cloudfoundry-community/go-cfclient/
H A Dtypes.go3 type Meta struct { struct
4 Guid string `json:"guid"`
5 Url string `json:"url"`
6 CreatedAt string `json:"created_at"`
7 UpdatedAt string `json:"updated_at"`

12345678910>>...208