Home
last modified time | relevance | path

Searched defs:Admin (Results 1 – 25 of 1731) sorted by relevance

12345678910>>...70

/dports/ftp/sftpgo/sftpgo-2.2.0/dataprovider/
H A Dadmin.go102 type Admin struct { struct
104 ID int64 `json:"id"`
106 Status int `json:"status"`
116 CreatedAt int64 `json:"created_at"`
118 UpdatedAt int64 `json:"updated_at"`
120 LastLogin int64 `json:"last_login"`
134 func (a *Admin) hashPassword() error {
194 func (a *Admin) validate() error {
380 func (a *Admin) CanManageMFA() bool {
393 func (a *Admin) getACopy() Admin {
[all …]
/dports/net/storj/storj-1.45.3/satellite/
H A Dadmin.go32 type Admin struct { struct
34 Log *zap.Logger
36 DB DB
37 MetabaseDB *metabase.DB
39 Servers *lifecycle.Group
40 Services *lifecycle.Group
42 Debug struct {
47 Version struct {
52 Payments struct {
58 Admin struct { argument
[all …]
/dports/dns/blocky/blocky-0.17/vendor/github.com/swaggo/swag/example/celler/model/
H A Dadmin.go4 type Admin struct { struct
5 ID int `json:"id" example:"1"`
6 Name string `json:"name" example:"admin name"`
/dports/devel/py-python-gitlab/python-gitlab-2.10.1/docs/gl_objects/
H A Dpagesdomains.rst5 Admin section in Pages domains
8 References
19 Examples
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/web/api/v2/
H A Dapi.go137 type Admin struct { struct
138 db func() *tsdb.DB
149 …n) TSDBSnapshot(_ context.Context, req *pb.TSDBSnapshotRequest) (*pb.TSDBSnapshotResponse, error) {
171 …nes(_ context.Context, _ *pb.TSDBCleanTombstonesRequest) (*pb.TSDBCleanTombstonesResponse, error) {
185 …min) DeleteSeries(_ context.Context, r *pb.SeriesDeleteRequest) (*pb.SeriesDeleteResponse, error) {
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/web/api/v2/
H A Dapi.go137 type Admin struct { struct
138 db func() *tsdb.DB
149 …n) TSDBSnapshot(_ context.Context, req *pb.TSDBSnapshotRequest) (*pb.TSDBSnapshotResponse, error) {
171 …nes(_ context.Context, _ *pb.TSDBCleanTombstonesRequest) (*pb.TSDBCleanTombstonesResponse, error) {
185 …min) DeleteSeries(_ context.Context, r *pb.SeriesDeleteRequest) (*pb.SeriesDeleteResponse, error) {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/web/api/v2/
H A Dapi.go148 type Admin struct { struct
149 db func() *tsdb.DB
160 …n) TSDBSnapshot(_ old_ctx.Context, req *pb.TSDBSnapshotRequest) (*pb.TSDBSnapshotResponse, error) {
182 …nes(_ old_ctx.Context, _ *pb.TSDBCleanTombstonesRequest) (*pb.TSDBCleanTombstonesResponse, error) {
196 …min) DeleteSeries(_ old_ctx.Context, r *pb.SeriesDeleteRequest) (*pb.SeriesDeleteResponse, error) {
/dports/www/py-flask-peewee/flask-peewee-3.0.4/docs/
H A Dapi.rst6 Admin section in API
163 Exposing Models with the ModelAdmin argument
370 Extending admin functionality using AdminPanel argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/client/
H A DAdmin.java17 public class Admin extends AbstractMessageCommand { class
20 protected Admin() { } in Admin() method in Admin
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/protocol/x/muc/iq/admin/
H A DAdmin.cs40 public class Admin : Element class
42 public Admin() in Admin() method in agsXMPP.protocol.x.muc.iq.admin.Admin
/dports/databases/py-sqlalchemy-utils/SQLAlchemy-Utils-0.37.9/tests/functions/
H A Dtest_get_referencing_foreign_keys.py62 def Admin(self, User): member in TestGetReferencingFksWithInheritance
63 class Admin(User): class
95 def init_models(self, User, Admin, TextItem, Article): argument
98 def test_with_declarative_class(self, Admin, TextItem): argument
102 def test_with_table(self, Admin): argument
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/prompb/
H A Drpc.proto30 service Admin { service
32 rpc TSDBSnapshot(TSDBSnapshotRequest) returns (TSDBSnapshotResponse) {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/prompb/
H A Drpc.proto30 service Admin { service
32 rpc TSDBSnapshot(TSDBSnapshotRequest) returns (TSDBSnapshotResponse) {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/prompb/
H A Drpc.proto30 service Admin { service
32 rpc TSDBSnapshot(TSDBSnapshotRequest) returns (TSDBSnapshotResponse) {
/dports/www/grafana8/grafana-8.3.6/public/app/types/
H A Dacl.ts4 Admin = 'Admin', enumerator
63 Admin = 4, enumerator
69 Admin = 'Admin', enumerator
74 Admin = 2, enumerator
116 Admin = 4, enumerator
/dports/net/cjdns/cjdns-cjdns-v21.1/admin/
H A DAdmin.h34 struct Admin struct
39 struct Admin_FunctionArg argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/go-tfe/
H A Dtfe.go97 Admin Admin member
136 type Admin struct { struct
137 Organizations AdminOrganizations
138 Workspaces AdminWorkspaces
139 Runs AdminRuns
140 TerraformVersions AdminTerraformVersions
141 Users AdminUsers
142 Settings *AdminSettings
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3/
H A Dbootstrap.pb.go330 type Admin struct { struct
340 func (m *Admin) Reset() { *m = Admin{} }
342 func (*Admin) ProtoMessage() {}
343 func (*Admin) Descriptor() ([]byte, []int) {
347 func (m *Admin) XXX_Unmarshal(b []byte) error {
353 func (m *Admin) XXX_Merge(src proto.Message) {
356 func (m *Admin) XXX_Size() int {
359 func (m *Admin) XXX_DiscardUnknown() {
365 func (m *Admin) GetAccessLogPath() string {
372 func (m *Admin) GetProfilePath() string {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v2/
H A Dbootstrap.pb.go329 type Admin struct { struct
339 func (m *Admin) Reset() { *m = Admin{} }
341 func (*Admin) ProtoMessage() {}
342 func (*Admin) Descriptor() ([]byte, []int) {
346 func (m *Admin) XXX_Unmarshal(b []byte) error {
352 func (m *Admin) XXX_Merge(src proto.Message) {
355 func (m *Admin) XXX_Size() int {
358 func (m *Admin) XXX_DiscardUnknown() {
364 func (m *Admin) GetAccessLogPath() string {
371 func (m *Admin) GetProfilePath() string {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3/
H A Dbootstrap.pb.go330 type Admin struct { struct
340 func (m *Admin) Reset() { *m = Admin{} }
342 func (*Admin) ProtoMessage() {}
343 func (*Admin) Descriptor() ([]byte, []int) {
347 func (m *Admin) XXX_Unmarshal(b []byte) error {
353 func (m *Admin) XXX_Merge(src proto.Message) {
356 func (m *Admin) XXX_Size() int {
359 func (m *Admin) XXX_DiscardUnknown() {
365 func (m *Admin) GetAccessLogPath() string {
372 func (m *Admin) GetProfilePath() string {
[all …]
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3/
H A Dbootstrap.pb.go330 type Admin struct { struct
340 func (m *Admin) Reset() { *m = Admin{} }
342 func (*Admin) ProtoMessage() {}
343 func (*Admin) Descriptor() ([]byte, []int) {
347 func (m *Admin) XXX_Unmarshal(b []byte) error {
353 func (m *Admin) XXX_Merge(src proto.Message) {
356 func (m *Admin) XXX_Size() int {
359 func (m *Admin) XXX_DiscardUnknown() {
365 func (m *Admin) GetAccessLogPath() string {
372 func (m *Admin) GetProfilePath() string {
[all …]
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v2/
H A Dbootstrap.pb.go329 type Admin struct { struct
339 func (m *Admin) Reset() { *m = Admin{} }
341 func (*Admin) ProtoMessage() {}
342 func (*Admin) Descriptor() ([]byte, []int) {
346 func (m *Admin) XXX_Unmarshal(b []byte) error {
352 func (m *Admin) XXX_Merge(src proto.Message) {
355 func (m *Admin) XXX_Size() int {
358 func (m *Admin) XXX_DiscardUnknown() {
364 func (m *Admin) GetAccessLogPath() string {
371 func (m *Admin) GetProfilePath() string {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v2/
H A Dbootstrap.pb.go329 type Admin struct { struct
339 func (m *Admin) Reset() { *m = Admin{} }
341 func (*Admin) ProtoMessage() {}
342 func (*Admin) Descriptor() ([]byte, []int) {
346 func (m *Admin) XXX_Unmarshal(b []byte) error {
352 func (m *Admin) XXX_Merge(src proto.Message) {
355 func (m *Admin) XXX_Size() int {
358 func (m *Admin) XXX_DiscardUnknown() {
364 func (m *Admin) GetAccessLogPath() string {
371 func (m *Admin) GetProfilePath() string {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3/
H A Dbootstrap.pb.go330 type Admin struct { struct
340 func (m *Admin) Reset() { *m = Admin{} }
342 func (*Admin) ProtoMessage() {}
343 func (*Admin) Descriptor() ([]byte, []int) {
347 func (m *Admin) XXX_Unmarshal(b []byte) error {
353 func (m *Admin) XXX_Merge(src proto.Message) {
356 func (m *Admin) XXX_Size() int {
359 func (m *Admin) XXX_DiscardUnknown() {
365 func (m *Admin) GetAccessLogPath() string {
372 func (m *Admin) GetProfilePath() string {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v2/
H A Dbootstrap.pb.go329 type Admin struct { struct
339 func (m *Admin) Reset() { *m = Admin{} }
341 func (*Admin) ProtoMessage() {}
342 func (*Admin) Descriptor() ([]byte, []int) {
346 func (m *Admin) XXX_Unmarshal(b []byte) error {
352 func (m *Admin) XXX_Merge(src proto.Message) {
355 func (m *Admin) XXX_Size() int {
358 func (m *Admin) XXX_DiscardUnknown() {
364 func (m *Admin) GetAccessLogPath() string {
371 func (m *Admin) GetProfilePath() string {
[all …]

12345678910>>...70