Home
last modified time | relevance | path

Searched refs:Indicator (Results 1 – 25 of 3714) sorted by relevance

12345678910>>...149

/dports/deskutils/latte-dock/latte-dock-0.10.6/app/view/indicator/
H A Dindicator.cpp30 Indicator::Indicator(Latte::View *parent) in Indicator() function in Latte::ViewPart::Indicator
39 connect(this, &Indicator::enabledChanged, this, &Indicator::saveConfig); in Indicator()
40 connect(this, &Indicator::pluginChanged, this, &Indicator::saveConfig); in Indicator()
65 Indicator::~Indicator() in ~Indicator()
86 bool Indicator::enabled() const in enabled()
126 bool Indicator::pluginIsReady() in pluginIsReady()
156 QString Indicator::type() const in type()
190 QString Indicator::uiPath() const in uiPath()
310 void Indicator::updateScheme() in updateScheme()
337 void Indicator::loadConfig() in loadConfig()
[all …]
/dports/sysutils/fd/fd-8.3.0/cargo-crates/lscolors-0.8.1/src/
H A Dlib.rs31 pub enum Indicator { enum
105 impl Indicator { implementation
274 Indicator::Setuid in indicator_for()
276 Indicator::Setgid in indicator_for()
293 Indicator::Sticky in indicator_for()
328 Indicator::RegularFile in indicator_for()
383 Indicator::Setuid in style_for_indicator()
386 | Indicator::MultipleHardLinks => Indicator::RegularFile, in style_for_indicator()
390 | Indicator::Sticky => Indicator::Directory, in style_for_indicator()
392 Indicator::OrphanedSymbolicLink => Indicator::SymbolicLink, in style_for_indicator()
[all …]
/dports/sysutils/lsd/lsd-0.20.1/cargo-crates/lscolors-0.7.1/src/
H A Dlib.rs28 pub enum Indicator { enum
102 impl Indicator { impl
105 "no" => Some(Indicator::Normal), in from()
109 "pi" => Some(Indicator::FIFO), in from()
110 "so" => Some(Indicator::Socket), in from()
111 "do" => Some(Indicator::Door), in from()
115 "su" => Some(Indicator::Setuid), in from()
116 "sg" => Some(Indicator::Setgid), in from()
117 "st" => Some(Indicator::Sticky), in from()
127 "rs" => Some(Indicator::Reset), in from()
[all …]
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/lscolors-0.8.0/src/
H A Dlib.rs31 pub enum Indicator { enum
105 impl Indicator { impl
108 "no" => Some(Indicator::Normal), in from()
112 "pi" => Some(Indicator::FIFO), in from()
113 "so" => Some(Indicator::Socket), in from()
114 "do" => Some(Indicator::Door), in from()
118 "su" => Some(Indicator::Setuid), in from()
119 "sg" => Some(Indicator::Setgid), in from()
120 "st" => Some(Indicator::Sticky), in from()
130 "rs" => Some(Indicator::Reset), in from()
[all …]
/dports/sysutils/hid-tools/hid-tools-0.2/hidtools/data/
H A D0008_leds.hut63 3D Indicator On
64 3E Indicator Flash
65 3F Indicator Slow Blink
67 41 Indicator Off
74 48 Indicator Red
75 49 Indicator Green
76 4A Indicator Amber
77 4B Generic Indicator
80 4E Indicator Blue
81 4F Indicator Orange
[all …]
/dports/security/py-stix2/cti-python-stix2-2.1.0/stix2/test/v21/
H A Dtest_indicator.py40 ind = stix2.v21.Indicator(
80 assert excinfo.value.cls == stix2.v21.Indicator
90 assert excinfo.value.cls == stix2.v21.Indicator
98 stix2.v21.Indicator()
100 assert excinfo.value.cls == stix2.v21.Indicator
148 ind = stix2.v21.Indicator(**INDICATOR_KWARGS)
181 stix2.v21.Indicator(
192 stix2.v21.Indicator(
214 ind = stix2.v21.Indicator(
253 stix2.v21.Indicator(
[all …]
/dports/security/py-stix2/cti-python-stix2-2.1.0/stix2/test/v20/
H A Dtest_indicator.py38 ind = stix2.v20.Indicator(
76 assert excinfo.value.cls == stix2.v20.Indicator
86 assert excinfo.value.cls == stix2.v20.Indicator
94 stix2.v20.Indicator()
96 assert excinfo.value.cls == stix2.v20.Indicator
105 assert excinfo.value.cls == stix2.v20.Indicator
113 assert excinfo.value.cls == stix2.v20.Indicator
144 ind = stix2.v20.Indicator(**INDICATOR_KWARGS)
179 stix2.v20.Indicator(
188 stix2.v20.Indicator(
[all …]
/dports/databases/soci/soci-4.0.1/include/soci/
H A Dbind-values.h43 template <typename T, typename Indicator>
55 template <typename T, typename Indicator>
68 Indicator &ind;
90 template <typename T, typename Indicator>
110 template <typename T, typename Indicator>
118 template <typename T, typename Indicator>
139 template <typename T, typename Indicator>
151 template <typename T, typename Indicator>
164 Indicator &ind;
186 template <typename T, typename Indicator>
[all …]
/dports/sysutils/lsd/lsd-0.20.1/src/meta/
H A Dindicator.rs7 pub struct Indicator(&'static str); struct
9 impl From<FileType> for Indicator { implementation
20 Indicator(res) in from()
24 impl Indicator { impl
36 use super::Indicator;
45 let file_type = Indicator::from(FileType::Directory { uid: false }); in test_directory_indicator()
55 let file_type = Indicator::from(FileType::File { in test_executable_file_indicator()
68 let file_type = Indicator::from(FileType::Socket); in test_socket_indicator()
78 let file_type = Indicator::from(FileType::SymLink { is_dir: false }); in test_symlink_indicator()
81 let file_type = Indicator::from(FileType::SymLink { is_dir: true }); in test_symlink_indicator()
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/goccy/go-yaml/token/
H A Dtoken.go223 type Indicator int type
227 NotIndicator Indicator = iota
306 Indicator: NotIndicator,
614 Indicator: NotIndicator,
652 Indicator Indicator member
732 Indicator: NotIndicator,
840 Indicator: CommentIndicator,
952 Indicator: NotIndicator,
964 Indicator: NotIndicator,
976 Indicator: NotIndicator,
[all …]
/dports/textproc/go-yq/yq-4.7.0/vendor/github.com/goccy/go-yaml/token/
H A Dtoken.go223 type Indicator int type
227 NotIndicator Indicator = iota
306 Indicator: NotIndicator,
642 Indicator: NotIndicator,
680 Indicator Indicator member
760 Indicator: NotIndicator,
868 Indicator: CommentIndicator,
980 Indicator: NotIndicator,
992 Indicator: NotIndicator,
1004 Indicator: NotIndicator,
[all …]
/dports/science/hdf/hdf-4.2.15/mfhdf/dumper/testfiles/
H A Dlist-8.out5 0Linked Blocks Indicator 20 18 0
6 1Linked Blocks Indicator 20 19 1
7 2Linked Blocks Indicator 20 20 2
8 3Linked Blocks Indicator 20 21 3
9 4Linked Blocks Indicator 20 22 4
10 5Linked Blocks Indicator 20 23 5
11 6Linked Blocks Indicator 20 24 6
12 7Linked Blocks Indicator 20 25 7
13 8Linked Blocks Indicator 20 26 8
H A Dlist-2.out5 0Linked Blocks Indicator 20 18 0
6 1Linked Blocks Indicator 20 19 1
7 2Linked Blocks Indicator 20 20 2
8 3Linked Blocks Indicator 20 21 3
9 4Linked Blocks Indicator 20 22 4
10 5Linked Blocks Indicator 20 23 5
11 6Linked Blocks Indicator 20 24 6
12 7Linked Blocks Indicator 20 25 7
13 8Linked Blocks Indicator 20 26 8
H A Dlist-3.out5 0Linked Blocks Indicator 20 18 0 3054 24
6 1Linked Blocks Indicator 20 19 1 3094 258
7 2Linked Blocks Indicator 20 20 2 3402 1536
8 3Linked Blocks Indicator 20 21 3 4938 12
9 4Linked Blocks Indicator 20 22 4 4966 258
10 5Linked Blocks Indicator 20 23 5 5270 768
11 6Linked Blocks Indicator 20 24 6 6038 4
12 7Linked Blocks Indicator 20 25 7 6058 258
13 8Linked Blocks Indicator 20 26 8 6358 256
H A Dlist-4.out5 0Linked Blocks Indicator 20 18 0
6 1Linked Blocks Indicator 20 19 1
7 2Linked Blocks Indicator 20 20 2
8 3Linked Blocks Indicator 20 21 3
9 4Linked Blocks Indicator 20 22 4
10 5Linked Blocks Indicator 20 23 5
11 6Linked Blocks Indicator 20 24 6
12 7Linked Blocks Indicator 20 25 7
13 8Linked Blocks Indicator 20 26 8
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/genproto/googleapis/cloud/securitycenter/v1/
H A Dindicator.pb.go43 type Indicator struct { struct
54 func (x *Indicator) Reset() { argument
55 *x = Indicator{}
63 func (x *Indicator) String() string { argument
67 func (*Indicator) ProtoMessage() {} argument
69 func (x *Indicator) ProtoReflect() protoreflect.Message { argument
82 func (*Indicator) Descriptor() ([]byte, []int) { argument
86 func (x *Indicator) GetIpAddresses() []string { argument
93 func (x *Indicator) GetDomains() []string { argument
146 (*Indicator)(nil), // 0: google.cloud.securitycenter.v1.Indicator
[all …]
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/genproto/googleapis/cloud/securitycenter/v1/
H A Dindicator.pb.go43 type Indicator struct { struct
54 func (x *Indicator) Reset() { argument
55 *x = Indicator{}
63 func (x *Indicator) String() string { argument
67 func (*Indicator) ProtoMessage() {} argument
69 func (x *Indicator) ProtoReflect() protoreflect.Message { argument
82 func (*Indicator) Descriptor() ([]byte, []int) { argument
86 func (x *Indicator) GetIpAddresses() []string { argument
93 func (x *Indicator) GetDomains() []string { argument
146 (*Indicator)(nil), // 0: google.cloud.securitycenter.v1.Indicator
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/google.golang.org/genproto/googleapis/cloud/securitycenter/v1/
H A Dindicator.pb.go43 type Indicator struct { struct
54 func (x *Indicator) Reset() { argument
55 *x = Indicator{}
63 func (x *Indicator) String() string { argument
67 func (*Indicator) ProtoMessage() {} argument
69 func (x *Indicator) ProtoReflect() protoreflect.Message { argument
82 func (*Indicator) Descriptor() ([]byte, []int) { argument
86 func (x *Indicator) GetIpAddresses() []string { argument
93 func (x *Indicator) GetDomains() []string { argument
146 (*Indicator)(nil), // 0: google.cloud.securitycenter.v1.Indicator
[all …]
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/google.golang.org/genproto/googleapis/cloud/securitycenter/v1/
H A Dindicator.pb.go43 type Indicator struct { struct
54 func (x *Indicator) Reset() { argument
55 *x = Indicator{}
63 func (x *Indicator) String() string { argument
67 func (*Indicator) ProtoMessage() {} argument
69 func (x *Indicator) ProtoReflect() protoreflect.Message { argument
82 func (*Indicator) Descriptor() ([]byte, []int) { argument
86 func (x *Indicator) GetIpAddresses() []string { argument
93 func (x *Indicator) GetDomains() []string { argument
146 (*Indicator)(nil), // 0: google.cloud.securitycenter.v1.Indicator
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/google.golang.org/genproto/googleapis/cloud/securitycenter/v1/
H A Dindicator.pb.go43 type Indicator struct { struct
54 func (x *Indicator) Reset() { argument
55 *x = Indicator{}
63 func (x *Indicator) String() string { argument
67 func (*Indicator) ProtoMessage() {} argument
69 func (x *Indicator) ProtoReflect() protoreflect.Message { argument
82 func (*Indicator) Descriptor() ([]byte, []int) { argument
86 func (x *Indicator) GetIpAddresses() []string { argument
93 func (x *Indicator) GetDomains() []string { argument
146 (*Indicator)(nil), // 0: google.cloud.securitycenter.v1.Indicator
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/google.golang.org/genproto/googleapis/cloud/securitycenter/v1/
H A Dindicator.pb.go43 type Indicator struct { struct
54 func (x *Indicator) Reset() { argument
55 *x = Indicator{}
63 func (x *Indicator) String() string { argument
67 func (*Indicator) ProtoMessage() {} argument
69 func (x *Indicator) ProtoReflect() protoreflect.Message { argument
82 func (*Indicator) Descriptor() ([]byte, []int) { argument
86 func (x *Indicator) GetIpAddresses() []string { argument
93 func (x *Indicator) GetDomains() []string { argument
146 (*Indicator)(nil), // 0: google.cloud.securitycenter.v1.Indicator
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/google.golang.org/genproto/googleapis/cloud/securitycenter/v1/
H A Dindicator.pb.go43 type Indicator struct { struct
54 func (x *Indicator) Reset() { argument
55 *x = Indicator{}
63 func (x *Indicator) String() string { argument
67 func (*Indicator) ProtoMessage() {} argument
69 func (x *Indicator) ProtoReflect() protoreflect.Message { argument
82 func (*Indicator) Descriptor() ([]byte, []int) { argument
86 func (x *Indicator) GetIpAddresses() []string { argument
93 func (x *Indicator) GetDomains() []string { argument
146 (*Indicator)(nil), // 0: google.cloud.securitycenter.v1.Indicator
[all …]
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/google.golang.org/genproto/googleapis/cloud/securitycenter/v1/
H A Dindicator.pb.go43 type Indicator struct { struct
54 func (x *Indicator) Reset() { argument
55 *x = Indicator{}
63 func (x *Indicator) String() string { argument
67 func (*Indicator) ProtoMessage() {} argument
69 func (x *Indicator) ProtoReflect() protoreflect.Message { argument
82 func (*Indicator) Descriptor() ([]byte, []int) { argument
86 func (x *Indicator) GetIpAddresses() []string { argument
93 func (x *Indicator) GetDomains() []string { argument
146 (*Indicator)(nil), // 0: google.cloud.securitycenter.v1.Indicator
[all …]
/dports/www/tusd/tusd-1.8.0/vendor/google.golang.org/genproto/googleapis/cloud/securitycenter/v1/
H A Dindicator.pb.go43 type Indicator struct { struct
54 func (x *Indicator) Reset() { argument
55 *x = Indicator{}
63 func (x *Indicator) String() string { argument
67 func (*Indicator) ProtoMessage() {} argument
69 func (x *Indicator) ProtoReflect() protoreflect.Message { argument
82 func (*Indicator) Descriptor() ([]byte, []int) { argument
86 func (x *Indicator) GetIpAddresses() []string { argument
93 func (x *Indicator) GetDomains() []string { argument
146 (*Indicator)(nil), // 0: google.cloud.securitycenter.v1.Indicator
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/google.golang.org/genproto/googleapis/cloud/securitycenter/v1/
H A Dindicator.pb.go43 type Indicator struct { struct
54 func (x *Indicator) Reset() { argument
55 *x = Indicator{}
63 func (x *Indicator) String() string { argument
67 func (*Indicator) ProtoMessage() {} argument
69 func (x *Indicator) ProtoReflect() protoreflect.Message { argument
82 func (*Indicator) Descriptor() ([]byte, []int) { argument
86 func (x *Indicator) GetIpAddresses() []string { argument
93 func (x *Indicator) GetDomains() []string { argument
146 (*Indicator)(nil), // 0: google.cloud.securitycenter.v1.Indicator
[all …]

12345678910>>...149