Home
last modified time | relevance | path

Searched defs:store (Results 26 – 50 of 11419) sorted by relevance

12345678910>>...457

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/inets/src/http_server/
H A Dmod_disk_log.erl138 store({transfer_disk_log,TransferDiskLog}, ConfigList) function
147 store({transfer_disk_log,TransferLog}, _) -> function
149 store({security_disk_log,SecurityDiskLog},ConfigList) function
158 store({security_disk_log, SecurityLog}, _) -> function
168 store({error_disk_log,ErrorLog}, _) -> function
170 store({transfer_disk_log_size, {ByteInt, FileInt}} = Conf, _) function
173 store({transfer_disk_log_size, Value}, _) -> function
175 store({error_disk_log_size, {ByteInt, FileInt}} = Conf, _) function
178 store({error_disk_log_size, Value}, _) -> function
183 store({security_disk_log_size, Value}, _) -> function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/inets/src/http_server/
H A Dmod_disk_log.erl138 store({transfer_disk_log,TransferDiskLog}, ConfigList) function
147 store({transfer_disk_log,TransferLog}, _) -> function
149 store({security_disk_log,SecurityDiskLog},ConfigList) function
158 store({security_disk_log, SecurityLog}, _) -> function
168 store({error_disk_log,ErrorLog}, _) -> function
170 store({transfer_disk_log_size, {ByteInt, FileInt}} = Conf, _) function
173 store({transfer_disk_log_size, Value}, _) -> function
175 store({error_disk_log_size, {ByteInt, FileInt}} = Conf, _) function
178 store({error_disk_log_size, Value}, _) -> function
183 store({security_disk_log_size, Value}, _) -> function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/inets/src/http_server/
H A Dmod_disk_log.erl138 store({transfer_disk_log,TransferDiskLog}, ConfigList) function
147 store({transfer_disk_log,TransferLog}, _) -> function
149 store({security_disk_log,SecurityDiskLog},ConfigList) function
158 store({security_disk_log, SecurityLog}, _) -> function
168 store({error_disk_log,ErrorLog}, _) -> function
170 store({transfer_disk_log_size, {ByteInt, FileInt}} = Conf, _) function
173 store({transfer_disk_log_size, Value}, _) -> function
175 store({error_disk_log_size, {ByteInt, FileInt}} = Conf, _) function
178 store({error_disk_log_size, Value}, _) -> function
183 store({security_disk_log_size, Value}, _) -> function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/inets/src/http_server/
H A Dmod_disk_log.erl138 store({transfer_disk_log,TransferDiskLog}, ConfigList) function
147 store({transfer_disk_log,TransferLog}, _) -> function
149 store({security_disk_log,SecurityDiskLog},ConfigList) function
158 store({security_disk_log, SecurityLog}, _) -> function
168 store({error_disk_log,ErrorLog}, _) -> function
170 store({transfer_disk_log_size, {ByteInt, FileInt}} = Conf, _) function
173 store({transfer_disk_log_size, Value}, _) -> function
175 store({error_disk_log_size, {ByteInt, FileInt}} = Conf, _) function
178 store({error_disk_log_size, Value}, _) -> function
183 store({security_disk_log_size, Value}, _) -> function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/inets/src/http_server/
H A Dmod_disk_log.erl138 store({transfer_disk_log,TransferDiskLog}, ConfigList) function
147 store({transfer_disk_log,TransferLog}, _) -> function
149 store({security_disk_log,SecurityDiskLog},ConfigList) function
158 store({security_disk_log, SecurityLog}, _) -> function
168 store({error_disk_log,ErrorLog}, _) -> function
170 store({transfer_disk_log_size, {ByteInt, FileInt}} = Conf, _) function
173 store({transfer_disk_log_size, Value}, _) -> function
175 store({error_disk_log_size, {ByteInt, FileInt}} = Conf, _) function
178 store({error_disk_log_size, Value}, _) -> function
183 store({security_disk_log_size, Value}, _) -> function
[all …]
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/config/aggregate/
H A Dconfig.go93 type store struct { struct
95 schemas collection.Schemas
98 stores map[resource.GroupVersionKind][]model.ConfigStore
100 getVersion func() string
104 ledger ledger.Ledger
107 func (cr *store) GetLedger() ledger.Ledger {
111 func (cr *store) SetLedger(l ledger.Ledger) error {
120 func (cr *store) Schemas() collection.Schemas {
124 func (cr *store) Version() string {
170 func (cr *store) Create(model.Config) (string, error) {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/containerd/containerd/content/local/
H A Dstore.go68 type store struct { struct
69 root string
70 ls LabelStore
159 func (s *store) Delete(ctx context.Context, dgst digest.Digest) error {
293 func (s *store) Status(ctx context.Context, ref string) (content.Status, error) {
378 func (s *store) status(ingestPath string) (content.Status, error) {
436 func (s *store) total(ingestPath string) int64 {
616 func (s *store) Abort(ctx context.Context, ref string) error {
629 func (s *store) blobPath(dgst digest.Digest) (string, error) {
637 func (s *store) ingestRoot(ref string) string {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/content/local/
H A Dstore.go68 type store struct { struct
69 root string
70 ls LabelStore
159 func (s *store) Delete(ctx context.Context, dgst digest.Digest) error {
293 func (s *store) Status(ctx context.Context, ref string) (content.Status, error) {
378 func (s *store) status(ingestPath string) (content.Status, error) {
436 func (s *store) total(ingestPath string) int64 {
616 func (s *store) Abort(ctx context.Context, ref string) error {
629 func (s *store) blobPath(dgst digest.Digest) (string, error) {
637 func (s *store) ingestRoot(ref string) string {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/content/local/
H A Dstore.go68 type store struct { struct
69 root string
70 ls LabelStore
152 func (s *store) Delete(ctx context.Context, dgst digest.Digest) error {
277 func (s *store) Status(ctx context.Context, ref string) (content.Status, error) {
362 func (s *store) status(ingestPath string) (content.Status, error) {
420 func (s *store) total(ingestPath string) int64 {
597 func (s *store) Abort(ctx context.Context, ref string) error {
610 func (s *store) blobPath(dgst digest.Digest) string {
614 func (s *store) ingestRoot(ref string) string {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/content/local/
H A Dstore.go68 type store struct { struct
69 root string
70 ls LabelStore
147 func (s *store) Delete(ctx context.Context, dgst digest.Digest) error {
291 func (s *store) Status(ctx context.Context, ref string) (content.Status, error) {
376 func (s *store) status(ingestPath string) (content.Status, error) {
434 func (s *store) total(ingestPath string) int64 {
614 func (s *store) Abort(ctx context.Context, ref string) error {
627 func (s *store) blobPath(dgst digest.Digest) (string, error) {
635 func (s *store) ingestRoot(ref string) string {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/content/local/
H A Dstore.go68 type store struct { struct
69 root string
70 ls LabelStore
159 func (s *store) Delete(ctx context.Context, dgst digest.Digest) error {
293 func (s *store) Status(ctx context.Context, ref string) (content.Status, error) {
378 func (s *store) status(ingestPath string) (content.Status, error) {
436 func (s *store) total(ingestPath string) int64 {
616 func (s *store) Abort(ctx context.Context, ref string) error {
629 func (s *store) blobPath(dgst digest.Digest) (string, error) {
637 func (s *store) ingestRoot(ref string) string {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/content/local/
H A Dstore.go68 type store struct { struct
69 root string
70 ls LabelStore
159 func (s *store) Delete(ctx context.Context, dgst digest.Digest) error {
303 func (s *store) Status(ctx context.Context, ref string) (content.Status, error) {
388 func (s *store) status(ingestPath string) (content.Status, error) {
446 func (s *store) total(ingestPath string) int64 {
626 func (s *store) Abort(ctx context.Context, ref string) error {
639 func (s *store) blobPath(dgst digest.Digest) (string, error) {
647 func (s *store) ingestRoot(ref string) string {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/content/local/
H A Dstore.go68 type store struct { struct
69 root string
70 ls LabelStore
159 func (s *store) Delete(ctx context.Context, dgst digest.Digest) error {
293 func (s *store) Status(ctx context.Context, ref string) (content.Status, error) {
378 func (s *store) status(ingestPath string) (content.Status, error) {
436 func (s *store) total(ingestPath string) int64 {
616 func (s *store) Abort(ctx context.Context, ref string) error {
629 func (s *store) blobPath(dgst digest.Digest) (string, error) {
637 func (s *store) ingestRoot(ref string) string {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/content/local/
H A Dstore.go68 type store struct { struct
69 root string
70 ls LabelStore
147 func (s *store) Delete(ctx context.Context, dgst digest.Digest) error {
291 func (s *store) Status(ctx context.Context, ref string) (content.Status, error) {
376 func (s *store) status(ingestPath string) (content.Status, error) {
434 func (s *store) total(ingestPath string) int64 {
614 func (s *store) Abort(ctx context.Context, ref string) error {
627 func (s *store) blobPath(dgst digest.Digest) (string, error) {
635 func (s *store) ingestRoot(ref string) string {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/content/local/
H A Dstore.go68 type store struct { struct
69 root string
70 ls LabelStore
159 func (s *store) Delete(ctx context.Context, dgst digest.Digest) error {
293 func (s *store) Status(ctx context.Context, ref string) (content.Status, error) {
378 func (s *store) status(ingestPath string) (content.Status, error) {
436 func (s *store) total(ingestPath string) int64 {
616 func (s *store) Abort(ctx context.Context, ref string) error {
629 func (s *store) blobPath(dgst digest.Digest) (string, error) {
637 func (s *store) ingestRoot(ref string) string {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/containerd/containerd/content/local/
H A Dstore.go68 type store struct { struct
69 root string
70 ls LabelStore
159 func (s *store) Delete(ctx context.Context, dgst digest.Digest) error {
293 func (s *store) Status(ctx context.Context, ref string) (content.Status, error) {
378 func (s *store) status(ingestPath string) (content.Status, error) {
436 func (s *store) total(ingestPath string) int64 {
616 func (s *store) Abort(ctx context.Context, ref string) error {
629 func (s *store) blobPath(dgst digest.Digest) (string, error) {
637 func (s *store) ingestRoot(ref string) string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/content/local/
H A Dstore.go68 type store struct { struct
69 root string
70 ls LabelStore
159 func (s *store) Delete(ctx context.Context, dgst digest.Digest) error {
293 func (s *store) Status(ctx context.Context, ref string) (content.Status, error) {
378 func (s *store) status(ingestPath string) (content.Status, error) {
436 func (s *store) total(ingestPath string) int64 {
616 func (s *store) Abort(ctx context.Context, ref string) error {
629 func (s *store) blobPath(dgst digest.Digest) (string, error) {
637 func (s *store) ingestRoot(ref string) string {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/content/local/
H A Dstore.go68 type store struct { struct
69 root string
70 ls LabelStore
159 func (s *store) Delete(ctx context.Context, dgst digest.Digest) error {
293 func (s *store) Status(ctx context.Context, ref string) (content.Status, error) {
378 func (s *store) status(ingestPath string) (content.Status, error) {
436 func (s *store) total(ingestPath string) int64 {
616 func (s *store) Abort(ctx context.Context, ref string) error {
629 func (s *store) blobPath(dgst digest.Digest) (string, error) {
637 func (s *store) ingestRoot(ref string) string {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/containerd/containerd/content/local/
H A Dstore.go68 type store struct { struct
69 root string
70 ls LabelStore
159 func (s *store) Delete(ctx context.Context, dgst digest.Digest) error {
293 func (s *store) Status(ctx context.Context, ref string) (content.Status, error) {
378 func (s *store) status(ingestPath string) (content.Status, error) {
436 func (s *store) total(ingestPath string) int64 {
616 func (s *store) Abort(ctx context.Context, ref string) error {
629 func (s *store) blobPath(dgst digest.Digest) (string, error) {
637 func (s *store) ingestRoot(ref string) string {
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/containerd/containerd/content/local/
H A Dstore.go68 type store struct { struct
69 root string
70 ls LabelStore
147 func (s *store) Delete(ctx context.Context, dgst digest.Digest) error {
291 func (s *store) Status(ctx context.Context, ref string) (content.Status, error) {
376 func (s *store) status(ingestPath string) (content.Status, error) {
434 func (s *store) total(ingestPath string) int64 {
614 func (s *store) Abort(ctx context.Context, ref string) error {
627 func (s *store) blobPath(dgst digest.Digest) (string, error) {
635 func (s *store) ingestRoot(ref string) string {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/content/local/
H A Dstore.go68 type store struct { struct
69 root string
70 ls LabelStore
152 func (s *store) Delete(ctx context.Context, dgst digest.Digest) error {
277 func (s *store) Status(ctx context.Context, ref string) (content.Status, error) {
362 func (s *store) status(ingestPath string) (content.Status, error) {
420 func (s *store) total(ingestPath string) int64 {
597 func (s *store) Abort(ctx context.Context, ref string) error {
610 func (s *store) blobPath(dgst digest.Digest) string {
614 func (s *store) ingestRoot(ref string) string {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/storage/inmem/
H A Dinmem.go68 type store struct { struct
69 rmu sync.RWMutex // reader-writer lock
70 wmu sync.Mutex // writer lock
71 xid uint64 // last generated transaction id
72 data map[string]interface{} // raw data
73 policies map[string][]byte // raw policies
74 triggers map[*handle]storage.TriggerConfig // registered triggers
75 indices *indices // data ref indices
96 func (db *store) Commit(ctx context.Context, txn storage.Transaction) error {
111 func (db *store) Abort(ctx context.Context, txn storage.Transaction) {
[all …]
/dports/devel/etcd/etcd-2.3.8/store/
H A Dstore.go15 package store package
71 type store struct { struct
72 Root *node
73 WatcherHub *watcherHub
74 CurrentIndex uint64
75 Stats *Stats
76 CurrentVersion int
79 clock clockwork.Clock
80 readonlySet types.Set
105 func (s *store) Version() int {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/containerd/containerd/content/local/
H A Dstore.go66 type store struct { struct
67 root string
68 ls LabelStore
150 func (s *store) Delete(ctx context.Context, dgst digest.Digest) error {
275 func (s *store) Status(ctx context.Context, ref string) (content.Status, error) {
326 func (s *store) status(ingestPath string) (content.Status, error) {
384 func (s *store) total(ingestPath string) int64 {
553 func (s *store) Abort(ctx context.Context, ref string) error {
566 func (s *store) blobPath(dgst digest.Digest) string {
570 func (s *store) ingestRoot(ref string) string {
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/store/
H A Dstore.go15 package store package
73 type store struct { struct
74 Root *node
75 WatcherHub *watcherHub
76 CurrentIndex uint64
77 Stats *Stats
78 CurrentVersion int
81 clock clockwork.Clock
82 readonlySet types.Set
107 func (s *store) Version() int {
[all …]

12345678910>>...457