Home
last modified time | relevance | path

Searched refs:countValue (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/dports/net-mgmt/librenms/librenms-21.5.1/includes/discovery/sensors/state/
H A Deltek-webpower.inc.php38 foreach ($count as &$countValue) {
39 if ($oid[0]['batteryBanksSymmetry' . $countValue . 'enable'] == 'enable') {
40 if ($oid[0]['batteryBanksSymmetry' . $countValue . 'status'] == 'ok') {
43 if ($oid[0]['batteryBanksSymmetry' . $countValue . 'status'] == 'minorAlarm') {
46 if ($oid[0]['batteryBanksSymmetry' . $countValue . 'status'] == 'majorAlarm') {
49 if ($oid[0]['batteryBanksSymmetry' . $countValue . 'status'] == 'disabled') {
52 if ($oid[0]['batteryBanksSymmetry' . $countValue . 'status'] == 'error') {
56 $state_name = 'batteryBanksSymmetry' . $countValue . 'status.0';
69 $num_oid = $symmetry_oid[$countValue - 1];
71 $descr = 'Battery banks symmetry ' . $countValue;
/dports/security/vuls/vuls-0.13.7/vendor/github.com/spf13/pflag/
H A Dcount.go6 type countValue int type
8 func newCountValue(val int, p *int) *countValue {
10 return (*countValue)(p)
13 func (i *countValue) Set(s string) error {
16 *i = countValue(*i + 1)
20 *i = countValue(v)
24 func (i *countValue) Type() string {
28 func (i *countValue) String() string { return strconv.Itoa(int(*i)) }
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/spf13/pflag/
H A Dcount.go6 type countValue int type
8 func newCountValue(val int, p *int) *countValue {
10 return (*countValue)(p)
13 func (i *countValue) Set(s string) error {
16 *i = countValue(*i + 1)
20 *i = countValue(v)
24 func (i *countValue) Type() string {
28 func (i *countValue) String() string { return strconv.Itoa(int(*i)) }
/dports/net/inlets/inlets-3.0.2/vendor/github.com/spf13/pflag/
H A Dcount.go6 type countValue int type
8 func newCountValue(val int, p *int) *countValue {
10 return (*countValue)(p)
13 func (i *countValue) Set(s string) error {
16 *i = countValue(*i + 1)
20 *i = countValue(v)
24 func (i *countValue) Type() string {
28 func (i *countValue) String() string { return strconv.Itoa(int(*i)) }
/dports/net/inlets/inlets-3.0.2/vendor/github.com/spf13/pflag/pflag-1.0.5/
H A Dcount.go6 type countValue int type
8 func newCountValue(val int, p *int) *countValue {
10 return (*countValue)(p)
13 func (i *countValue) Set(s string) error {
16 *i = countValue(*i + 1)
20 *i = countValue(v)
24 func (i *countValue) Type() string {
28 func (i *countValue) String() string { return strconv.Itoa(int(*i)) }
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/spf13/pflag/
H A Dcount.go6 type countValue int type
8 func newCountValue(val int, p *int) *countValue {
10 return (*countValue)(p)
13 func (i *countValue) Set(s string) error {
16 *i = countValue(*i + 1)
20 *i = countValue(v)
24 func (i *countValue) Type() string {
28 func (i *countValue) String() string { return strconv.Itoa(int(*i)) }
/dports/finance/cointop/cointop-1.5.4/vendor/github.com/spf13/pflag/pflag-1.0.3/
H A Dcount.go6 type countValue int type
8 func newCountValue(val int, p *int) *countValue {
10 return (*countValue)(p)
13 func (i *countValue) Set(s string) error {
16 *i = countValue(*i + 1)
20 *i = countValue(v)
24 func (i *countValue) Type() string {
28 func (i *countValue) String() string { return strconv.Itoa(int(*i)) }
/dports/mail/mailhog/MailHog-1.0.0/vendor/github.com/mailhog/mhsendmail/vendor/github.com/spf13/pflag/
H A Dcount.go9 type countValue int type
11 func newCountValue(val int, p *int) *countValue {
13 return (*countValue)(p)
16 func (i *countValue) Set(s string) error {
20 *i = countValue(*i + 1)
22 *i = countValue(v)
27 func (i *countValue) Type() string {
31 func (i *countValue) String() string { return fmt.Sprintf("%v", *i) }
/dports/net/madonctl/madonctl-8d3e9fa/vendor/github.com/spf13/pflag/
H A Dcount.go6 type countValue int type
8 func newCountValue(val int, p *int) *countValue {
10 return (*countValue)(p)
13 func (i *countValue) Set(s string) error {
16 *i = countValue(*i + 1)
20 *i = countValue(v)
24 func (i *countValue) Type() string {
28 func (i *countValue) String() string { return strconv.Itoa(int(*i)) }
/dports/net/go-bapu/carlostrub-bapu-23ca6b019fbc/vendor/github.com/spf13/pflag/
H A Dcount.go6 type countValue int type
8 func newCountValue(val int, p *int) *countValue {
10 return (*countValue)(p)
13 func (i *countValue) Set(s string) error {
16 *i = countValue(*i + 1)
20 *i = countValue(v)
24 func (i *countValue) Type() string {
28 func (i *countValue) String() string { return strconv.Itoa(int(*i)) }
/dports/net/rclone/rclone-1.57.0/vendor/github.com/spf13/pflag/
H A Dcount.go6 type countValue int type
8 func newCountValue(val int, p *int) *countValue {
10 return (*countValue)(p)
13 func (i *countValue) Set(s string) error {
16 *i = countValue(*i + 1)
20 *i = countValue(v)
24 func (i *countValue) Type() string {
28 func (i *countValue) String() string { return strconv.Itoa(int(*i)) }
/dports/devel/gh/cli-2.4.0/vendor/github.com/spf13/pflag/
H A Dcount.go6 type countValue int type
8 func newCountValue(val int, p *int) *countValue {
10 return (*countValue)(p)
13 func (i *countValue) Set(s string) error {
16 *i = countValue(*i + 1)
20 *i = countValue(v)
24 func (i *countValue) Type() string {
28 func (i *countValue) String() string { return strconv.Itoa(int(*i)) }
/dports/devel/git-lfs/git-lfs-3.0.2/vendor/github.com/spf13/pflag/
H A Dcount.go6 type countValue int type
8 func newCountValue(val int, p *int) *countValue {
10 return (*countValue)(p)
13 func (i *countValue) Set(s string) error {
16 *i = countValue(*i + 1)
20 *i = countValue(v)
24 func (i *countValue) Type() string {
28 func (i *countValue) String() string { return strconv.Itoa(int(*i)) }
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/spf13/pflag/
H A Dcount.go6 type countValue int type
8 func newCountValue(val int, p *int) *countValue {
10 return (*countValue)(p)
13 func (i *countValue) Set(s string) error {
16 *i = countValue(*i + 1)
20 *i = countValue(v)
24 func (i *countValue) Type() string {
28 func (i *countValue) String() string { return strconv.Itoa(int(*i)) }
/dports/net/evans/evans-0.9.1/vendor/github.com/spf13/pflag/
H A Dcount.go6 type countValue int type
8 func newCountValue(val int, p *int) *countValue {
10 return (*countValue)(p)
13 func (i *countValue) Set(s string) error {
16 *i = countValue(*i + 1)
20 *i = countValue(v)
24 func (i *countValue) Type() string {
28 func (i *countValue) String() string { return strconv.Itoa(int(*i)) }
/dports/www/carbonapi/carbonapi-0.14.1/vendor/github.com/spf13/pflag/
H A Dcount.go6 type countValue int type
8 func newCountValue(val int, p *int) *countValue {
10 return (*countValue)(p)
13 func (i *countValue) Set(s string) error {
16 *i = countValue(*i + 1)
20 *i = countValue(v)
24 func (i *countValue) Type() string {
28 func (i *countValue) String() string { return strconv.Itoa(int(*i)) }
/dports/sysutils/brename/brename-2.11.1/vendor/github.com/spf13/pflag/
H A Dcount.go6 type countValue int type
8 func newCountValue(val int, p *int) *countValue {
10 return (*countValue)(p)
13 func (i *countValue) Set(s string) error {
16 *i = countValue(*i + 1)
20 *i = countValue(v)
24 func (i *countValue) Type() string {
28 func (i *countValue) String() string { return strconv.Itoa(int(*i)) }
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/github.com/spf13/pflag/
H A Dcount.go6 type countValue int type
8 func newCountValue(val int, p *int) *countValue {
10 return (*countValue)(p)
13 func (i *countValue) Set(s string) error {
16 *i = countValue(*i + 1)
20 *i = countValue(v)
24 func (i *countValue) Type() string {
28 func (i *countValue) String() string { return strconv.Itoa(int(*i)) }
/dports/textproc/textnote/textnote-1.3.0/vendor/github.com/spf13/pflag/
H A Dcount.go6 type countValue int type
8 func newCountValue(val int, p *int) *countValue {
10 return (*countValue)(p)
13 func (i *countValue) Set(s string) error {
16 *i = countValue(*i + 1)
20 *i = countValue(v)
24 func (i *countValue) Type() string {
28 func (i *countValue) String() string { return strconv.Itoa(int(*i)) }
/dports/misc/timetrace/timetrace-0.14.2/vendor/github.com/spf13/pflag/
H A Dcount.go6 type countValue int type
8 func newCountValue(val int, p *int) *countValue {
10 return (*countValue)(p)
13 func (i *countValue) Set(s string) error {
16 *i = countValue(*i + 1)
20 *i = countValue(v)
24 func (i *countValue) Type() string {
28 func (i *countValue) String() string { return strconv.Itoa(int(*i)) }
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/spf13/pflag/
H A Dcount.go6 type countValue int type
8 func newCountValue(val int, p *int) *countValue {
10 return (*countValue)(p)
13 func (i *countValue) Set(s string) error {
16 *i = countValue(*i + 1)
20 *i = countValue(v)
24 func (i *countValue) Type() string {
28 func (i *countValue) String() string { return strconv.Itoa(int(*i)) }
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/spf13/pflag/
H A Dcount.go6 type countValue int type
8 func newCountValue(val int, p *int) *countValue {
10 return (*countValue)(p)
13 func (i *countValue) Set(s string) error {
17 *i = countValue(*i + 1)
19 *i = countValue(v)
24 func (i *countValue) Type() string {
28 func (i *countValue) String() string { return strconv.Itoa(int(*i)) }
/dports/security/vault/vault-1.8.2/vendor/github.com/spf13/pflag/
H A Dcount.go6 type countValue int type
8 func newCountValue(val int, p *int) *countValue {
10 return (*countValue)(p)
13 func (i *countValue) Set(s string) error {
16 *i = countValue(*i + 1)
20 *i = countValue(v)
24 func (i *countValue) Type() string {
28 func (i *countValue) String() string { return strconv.Itoa(int(*i)) }
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/github.com/spf13/pflag/
H A Dcount.go6 type countValue int type
8 func newCountValue(val int, p *int) *countValue {
10 return (*countValue)(p)
13 func (i *countValue) Set(s string) error {
17 *i = countValue(*i + 1)
19 *i = countValue(v)
24 func (i *countValue) Type() string {
28 func (i *countValue) String() string { return strconv.Itoa(int(*i)) }
/dports/deskutils/noti/noti-3.5.0/vendor/github.com/spf13/pflag/
H A Dcount.go6 type countValue int type
8 func newCountValue(val int, p *int) *countValue {
10 return (*countValue)(p)
13 func (i *countValue) Set(s string) error {
16 *i = countValue(*i + 1)
20 *i = countValue(v)
24 func (i *countValue) Type() string {
28 func (i *countValue) String() string { return strconv.Itoa(int(*i)) }

12345678910>>...14