Home
last modified time | relevance | path

Searched defs:Base (Results 1 – 25 of 16736) sorted by relevance

12345678910>>...670

/dports/sysutils/go-wtf/wtf-0.21.0/view/
H A Dbase.go11 type Base struct { struct
13 bordered bool
14 commonSettings *cfg.Common
15 enabled bool
16 focusChar string
17 focusable bool
18 name string
19 quitChan chan bool
20 refreshing bool
21 refreshInterval int
[all …]
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/downcast-rs-1.2.0/src/
H A Dlib.rs583 trait Base: Downcast {} trait
587 trait Base: DowncastSync {} trait
593 trait Base<T>: Downcast {} trait
597 trait Base<T>: DowncastSync {} trait
612 trait Base { type H = f32; }, trait
624 trait Base { type H = f32; }, trait
636 trait Base<u32> { type H = f32; }, trait
648 trait Base<u32> { type H = f32; }, trait
661 trait Base<T>: Downcast {} trait
665 trait Base<T>: DowncastSync {} trait
[all …]
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/downcast-rs-1.2.0/src/
H A Dlib.rs583 trait Base: Downcast {} trait
587 trait Base: DowncastSync {} trait
593 trait Base<T>: Downcast {} trait
597 trait Base<T>: DowncastSync {} trait
612 trait Base { type H = f32; }, trait
624 trait Base { type H = f32; }, trait
636 trait Base<u32> { type H = f32; }, trait
648 trait Base<u32> { type H = f32; }, trait
661 trait Base<T>: Downcast {} trait
665 trait Base<T>: DowncastSync {} trait
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/downcast-rs-1.1.1/src/
H A Dlib.rs551 trait Base: Downcast {} trait
555 trait Base: DowncastSync {} trait
561 trait Base<T>: Downcast {} trait
565 trait Base<T>: DowncastSync {} trait
580 trait Base { type H = f32; }, trait
592 trait Base { type H = f32; }, trait
604 trait Base<u32> { type H = f32; }, trait
616 trait Base<u32> { type H = f32; }, trait
629 trait Base<T>: Downcast {} trait
633 trait Base<T>: DowncastSync {} trait
[all …]
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/downcast-rs-1.2.0/src/
H A Dlib.rs583 trait Base: Downcast {} trait
587 trait Base: DowncastSync {} trait
593 trait Base<T>: Downcast {} trait
597 trait Base<T>: DowncastSync {} trait
612 trait Base { type H = f32; }, trait
624 trait Base { type H = f32; }, trait
636 trait Base<u32> { type H = f32; }, trait
648 trait Base<u32> { type H = f32; }, trait
661 trait Base<T>: Downcast {} trait
665 trait Base<T>: DowncastSync {} trait
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/downcast-rs-1.2.0/src/
H A Dlib.rs583 trait Base: Downcast {} trait
587 trait Base: DowncastSync {} trait
593 trait Base<T>: Downcast {} trait
597 trait Base<T>: DowncastSync {} trait
612 trait Base { type H = f32; }, trait
624 trait Base { type H = f32; }, trait
636 trait Base<u32> { type H = f32; }, trait
648 trait Base<u32> { type H = f32; }, trait
661 trait Base<T>: Downcast {} trait
665 trait Base<T>: DowncastSync {} trait
[all …]
/dports/sysutils/siegfried/siegfried-1.9.1/internal/identifier/
H A Dbase.go37 type Base struct { struct
42 zipDefault bool
43 gids, mids, cids, xids, bids, rids, tids *indexes
119 func (b *Base) Save(ls *persist.LoadSaver) {
149 func (b *Base) Name() string {
153 func (b *Base) Details() string {
157 func (b *Base) String() string {
192 func (b *Base) GraphP(i int) string {
224 func (b *Base) NoPriority() bool {
228 func (b *Base) Multi() config.Multi {
[all …]
/dports/audio/visp-go/visp-2585747/list/
H A Dlist.go57 type Base struct { struct
58 columnNames []string
60 cursor int
61 id string
63 name string
64 rows []Row
66 sortKey string
68 visibleColumns []string
69 visualSelection [3]int
78 func (s *Base) Clear() {
[all …]
/dports/databases/WWWdb/WWWdb-0.8.3/WWWdb/
H A DBase.pm33 package Base; package
73 sub Base::_getSuperClasses($cClassPI) subroutine
95 sub Base::AUTOLOAD ($) subroutine
262 sub Base::new ($@) subroutine
318 sub Base::_init($$@) subroutine
353 sub Base::Dump () subroutine
363 sub Base::i18n ($$) subroutine
379 sub Base::UnTaint($;$) subroutine
397 sub Base::ShowAttributes () subroutine
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/distribution/registry/storage/driver/base/
H A Dbase.go49 type Base struct { struct
50 storagedriver.StorageDriver
54 func (base *Base) setDriverName(e error) error {
81 func (base *Base) GetContent(ctx context.Context, path string) ([]byte, error) {
94 func (base *Base) PutContent(ctx context.Context, path string, content []byte) error {
106 func (base *Base) Reader(ctx context.Context, path string, offset int64) (io.ReadCloser, error) {
123 …se *Base) Writer(ctx context.Context, path string, append bool) (storagedriver.FileWriter, error) {
136 func (base *Base) Stat(ctx context.Context, path string) (storagedriver.FileInfo, error) {
149 func (base *Base) List(ctx context.Context, path string) ([]string, error) {
162 func (base *Base) Move(ctx context.Context, sourcePath string, destPath string) error {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/distribution/registry/storage/driver/base/
H A Dbase.go62 type Base struct { struct
63 storagedriver.StorageDriver
67 func (base *Base) setDriverName(e error) error {
94 func (base *Base) GetContent(ctx context.Context, path string) ([]byte, error) {
109 func (base *Base) PutContent(ctx context.Context, path string, content []byte) error {
124 func (base *Base) Reader(ctx context.Context, path string, offset int64) (io.ReadCloser, error) {
154 func (base *Base) Stat(ctx context.Context, path string) (storagedriver.FileInfo, error) {
169 func (base *Base) List(ctx context.Context, path string) ([]string, error) {
184 func (base *Base) Move(ctx context.Context, sourcePath string, destPath string) error {
201 func (base *Base) Delete(ctx context.Context, path string) error {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/registry/storage/driver/base/
H A Dbase.go62 type Base struct { struct
63 storagedriver.StorageDriver
67 func (base *Base) setDriverName(e error) error {
94 func (base *Base) GetContent(ctx context.Context, path string) ([]byte, error) {
109 func (base *Base) PutContent(ctx context.Context, path string, content []byte) error {
124 func (base *Base) Reader(ctx context.Context, path string, offset int64) (io.ReadCloser, error) {
154 func (base *Base) Stat(ctx context.Context, path string) (storagedriver.FileInfo, error) {
169 func (base *Base) List(ctx context.Context, path string) ([]string, error) {
184 func (base *Base) Move(ctx context.Context, sourcePath string, destPath string) error {
201 func (base *Base) Delete(ctx context.Context, path string) error {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/distribution/registry/storage/driver/base/
H A Dbase.go62 type Base struct { struct
63 storagedriver.StorageDriver
67 func (base *Base) setDriverName(e error) error {
94 func (base *Base) GetContent(ctx context.Context, path string) ([]byte, error) {
109 func (base *Base) PutContent(ctx context.Context, path string, content []byte) error {
124 func (base *Base) Reader(ctx context.Context, path string, offset int64) (io.ReadCloser, error) {
154 func (base *Base) Stat(ctx context.Context, path string) (storagedriver.FileInfo, error) {
169 func (base *Base) List(ctx context.Context, path string) ([]string, error) {
184 func (base *Base) Move(ctx context.Context, sourcePath string, destPath string) error {
201 func (base *Base) Delete(ctx context.Context, path string) error {
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/registry/storage/driver/base/
H A Dbase.go62 type Base struct { struct
63 storagedriver.StorageDriver
67 func (base *Base) setDriverName(e error) error {
94 func (base *Base) GetContent(ctx context.Context, path string) ([]byte, error) {
109 func (base *Base) PutContent(ctx context.Context, path string, content []byte) error {
124 func (base *Base) Reader(ctx context.Context, path string, offset int64) (io.ReadCloser, error) {
154 func (base *Base) Stat(ctx context.Context, path string) (storagedriver.FileInfo, error) {
169 func (base *Base) List(ctx context.Context, path string) ([]string, error) {
184 func (base *Base) Move(ctx context.Context, sourcePath string, destPath string) error {
201 func (base *Base) Delete(ctx context.Context, path string) error {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/distribution/registry/storage/driver/base/
H A Dbase.go62 type Base struct { struct
63 storagedriver.StorageDriver
67 func (base *Base) setDriverName(e error) error {
94 func (base *Base) GetContent(ctx context.Context, path string) ([]byte, error) {
109 func (base *Base) PutContent(ctx context.Context, path string, content []byte) error {
124 func (base *Base) Reader(ctx context.Context, path string, offset int64) (io.ReadCloser, error) {
154 func (base *Base) Stat(ctx context.Context, path string) (storagedriver.FileInfo, error) {
169 func (base *Base) List(ctx context.Context, path string) ([]string, error) {
184 func (base *Base) Move(ctx context.Context, sourcePath string, destPath string) error {
201 func (base *Base) Delete(ctx context.Context, path string) error {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/distribution/registry/storage/driver/base/
H A Dbase.go62 type Base struct { struct
63 storagedriver.StorageDriver
67 func (base *Base) setDriverName(e error) error {
94 func (base *Base) GetContent(ctx context.Context, path string) ([]byte, error) {
109 func (base *Base) PutContent(ctx context.Context, path string, content []byte) error {
124 func (base *Base) Reader(ctx context.Context, path string, offset int64) (io.ReadCloser, error) {
154 func (base *Base) Stat(ctx context.Context, path string) (storagedriver.FileInfo, error) {
169 func (base *Base) List(ctx context.Context, path string) ([]string, error) {
184 func (base *Base) Move(ctx context.Context, sourcePath string, destPath string) error {
201 func (base *Base) Delete(ctx context.Context, path string) error {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/distribution/registry/storage/driver/base/
H A Dbase.go62 type Base struct { struct
63 storagedriver.StorageDriver
67 func (base *Base) setDriverName(e error) error {
94 func (base *Base) GetContent(ctx context.Context, path string) ([]byte, error) {
109 func (base *Base) PutContent(ctx context.Context, path string, content []byte) error {
124 func (base *Base) Reader(ctx context.Context, path string, offset int64) (io.ReadCloser, error) {
154 func (base *Base) Stat(ctx context.Context, path string) (storagedriver.FileInfo, error) {
169 func (base *Base) List(ctx context.Context, path string) ([]string, error) {
184 func (base *Base) Move(ctx context.Context, sourcePath string, destPath string) error {
201 func (base *Base) Delete(ctx context.Context, path string) error {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/distribution/registry/storage/driver/base/
H A Dbase.go62 type Base struct { struct
63 storagedriver.StorageDriver
67 func (base *Base) setDriverName(e error) error {
94 func (base *Base) GetContent(ctx context.Context, path string) ([]byte, error) {
109 func (base *Base) PutContent(ctx context.Context, path string, content []byte) error {
124 func (base *Base) Reader(ctx context.Context, path string, offset int64) (io.ReadCloser, error) {
154 func (base *Base) Stat(ctx context.Context, path string) (storagedriver.FileInfo, error) {
169 func (base *Base) List(ctx context.Context, path string) ([]string, error) {
184 func (base *Base) Move(ctx context.Context, sourcePath string, destPath string) error {
201 func (base *Base) Delete(ctx context.Context, path string) error {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/docker/distribution/registry/storage/driver/base/
H A Dbase.go62 type Base struct { struct
63 storagedriver.StorageDriver
67 func (base *Base) setDriverName(e error) error {
94 func (base *Base) GetContent(ctx context.Context, path string) ([]byte, error) {
109 func (base *Base) PutContent(ctx context.Context, path string, content []byte) error {
124 func (base *Base) Reader(ctx context.Context, path string, offset int64) (io.ReadCloser, error) {
154 func (base *Base) Stat(ctx context.Context, path string) (storagedriver.FileInfo, error) {
169 func (base *Base) List(ctx context.Context, path string) ([]string, error) {
184 func (base *Base) Move(ctx context.Context, sourcePath string, destPath string) error {
201 func (base *Base) Delete(ctx context.Context, path string) error {
[all …]
/dports/sysutils/docker-registry/distribution-2.7.1/registry/storage/driver/base/
H A Dbase.go62 type Base struct { struct
63 storagedriver.StorageDriver
67 func (base *Base) setDriverName(e error) error {
94 func (base *Base) GetContent(ctx context.Context, path string) ([]byte, error) {
109 func (base *Base) PutContent(ctx context.Context, path string, content []byte) error {
124 func (base *Base) Reader(ctx context.Context, path string, offset int64) (io.ReadCloser, error) {
154 func (base *Base) Stat(ctx context.Context, path string) (storagedriver.FileInfo, error) {
169 func (base *Base) List(ctx context.Context, path string) ([]string, error) {
184 func (base *Base) Move(ctx context.Context, sourcePath string, destPath string) error {
201 func (base *Base) Delete(ctx context.Context, path string) error {
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/internal/
H A DDelaunay_triangulation_hierarchy_3.h45 : Base(traits) {} in Base() function
50 : Base(first, last, traits) {} in Base() function
59 typedef Delaunay_triangulation_3<Gt, Tds_> Base; typedef
64 : Base(traits) {} in Base() function
69 : Base(first, last, traits) {} in Base() function
84 Delaunay_triangulation_cell_base_3<Gt> > > > Base; typedef
89 : Base(traits) {} in Base() function
94 : Base(first, last, traits) {} in Base() function
101 typedef Delaunay_triangulation_3<Gt> Base; typedef
106 : Base(traits) {} in Base() function
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/clap-2.33.3/src/args/arg_builder/
H A Dbase.rs4 pub struct Base<'a, 'b> struct
19 impl<'n, 'e> Base<'n, 'e> { argument
38 impl<'n, 'e, 'z> From<&'z Arg<'n, 'e>> for Base<'n, 'e> { implementation
44 impl<'n, 'e> PartialEq for Base<'n, 'e> { implementation
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/clap-2.34.0/src/args/arg_builder/
H A Dbase.rs4 pub struct Base<'a, 'b> struct
19 impl<'n, 'e> Base<'n, 'e> { argument
38 impl<'n, 'e, 'z> From<&'z Arg<'n, 'e>> for Base<'n, 'e> { implementation
44 impl<'n, 'e> PartialEq for Base<'n, 'e> { implementation
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/clap-2.32.0/src/args/arg_builder/
H A Dbase.rs4 pub struct Base<'a, 'b> struct
19 impl<'n, 'e> Base<'n, 'e> { argument
32 impl<'n, 'e, 'z> From<&'z Arg<'n, 'e>> for Base<'n, 'e> { implementation
36 impl<'n, 'e> PartialEq for Base<'n, 'e> { implementation
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/clap-2.34.0/src/args/arg_builder/
H A Dbase.rs4 pub struct Base<'a, 'b> struct
19 impl<'n, 'e> Base<'n, 'e> { argument
38 impl<'n, 'e, 'z> From<&'z Arg<'n, 'e>> for Base<'n, 'e> { implementation
44 impl<'n, 'e> PartialEq for Base<'n, 'e> { implementation

12345678910>>...670