Home
last modified time | relevance | path

Searched refs:state_name (Results 101 – 125 of 1301) sorted by relevance

12345678910>>...53

/dports/net-mgmt/librenms/librenms-21.5.1/includes/discovery/sensors/state/
H A Dserverscheck.inc.php40 $state_name = 'Serverscheck_FloodSensor'; variable
49 create_state_index($state_name, $states);
51 …id['sensor'], 'state', $device, $serverscheck_oids[$tmp_oid], $index, $state_name, $descr, 1, 1, n…
52 create_sensor_to_state_index($device, $state_name, $index);
H A Dasa.inc.php19 $state_name = 'cfwHardwareStatus'; variable
32 create_state_index($state_name, $states);
44 …sensor($valid['sensor'], 'state', $device, $cur_oid . $index, $index, $state_name, $descr, 1, 1, n…
47 create_sensor_to_state_index($device, $state_name, $index);
H A Deltek-webpower.inc.php56 $state_name = 'batteryBanksSymmetry' . $countValue . 'status.0'; variable
64 create_state_index($state_name, $states);
72 …discover_sensor($valid['sensor'], 'state', $device, $num_oid, $index, $state_name, $descr, $diviso…
73 create_sensor_to_state_index($device, $state_name, $index);
H A Dboss.inc.php13 $state_name = 's5ChasComOperState'; variable
28 create_state_index($state_name, $states);
54 …'], 'state', $device, $cur_oid . $index, "s5ChasComOperState.$index", $state_name, $descr, 1, 1, n…
56 create_sensor_to_state_index($device, $state_name, "s5ChasComOperState.$index");
/dports/net-mgmt/librenms/librenms-21.5.1/includes/definitions/discovery/
H A Dmrv-od.yaml97 state_name: nbsCmmcPortDigitalDiags
111 state_name: nbsCmmcChassisPowerStatus
124 state_name: nbsCmmcChassisPSStatus
142 state_name: nbsCmmcChassisPSStatus
160 state_name: nbsCmmcChassisPSStatus
178 state_name: nbsCmmcChassisPSStatus
196 state_name: nbsCmmcChassisFanStatus
210 state_name: nbsCmmcChassisFanStatus
224 state_name: nbsCmmcChassisFanStatus
238 state_name: nbsCmmcChassisFanStatus
[all …]
H A Dluminato.yaml29 state_name: statusGeneral
39 state_name: statusTemperature
50 state_name: statusTemperature
58 state_name: statusHardware
66 state_name: statusSoftware
H A Ddsm.yaml32 state_name: systemStatusState
42 state_name: powerStatusState
52 state_name: systemFanStatusState
62 state_name: cpuFanStatusState
72 state_name: upgradeAvailableState
86 state_name: raidStatusState
116 state_name: diskStatusState
/dports/lang/cython-devel/cython-2b1e743/Cython/Plex/
H A DActions.py80 def __init__(self, state_name): argument
81 self.state_name = state_name
84 token_stream.begin(self.state_name)
87 return "Begin(%s)" % self.state_name
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/tests/testing_quest/data/maps/custom_state/
H A Dpushing.lua13 local state_name, state_object = hero:get_state()
14 assert_equal(state_name, "custom")
37 local state_name, state_object = hero:get_state()
38 assert_equal(state_name, "free")
67 local state_name, state_object = hero:get_state()
68 assert_equal(state_name, "pushing")
/dports/devel/py-cfn-lint/cfn-lint-0.54.2/src/cfnlint/rules/resources/stepfunctions/
H A DStateMachine.py25 def _check_state_json(self, def_json, state_name, path): argument
66 req_key, state_name)
76 state_key, state_name, state_type)
81 req_key, state_name, state_type)
115 for state_name, state_value in def_json.get('States', {}).items():
116 matches.extend(self._check_state_json(state_value, state_name, path))
/dports/devel/icu-lx/icu/source/common/
H A Drbbicst.pl63 $state_name = @fields[0];
64 $state_name =~ s/://; # strip off the colon from the state name.
66 if ($states{$state_name} != 0) {
67 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
69 $states{$state_name} = $num_states;
70 $stateNames[$num_states] = $state_name;
/dports/devel/icu/icu/source/common/
H A Drbbicst.pl63 $state_name = @fields[0];
64 $state_name =~ s/://; # strip off the colon from the state name.
66 if ($states{$state_name} != 0) {
67 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
69 $states{$state_name} = $num_states;
70 $stateNames[$num_states] = $state_name;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/common/
H A Drbbicst.pl63 $state_name = @fields[0];
64 $state_name =~ s/://; # strip off the colon from the state name.
66 if ($states{$state_name} != 0) {
67 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
69 $states{$state_name} = $num_states;
70 $stateNames[$num_states] = $state_name;
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/
H A Drbbicst.pl63 $state_name = @fields[0];
64 $state_name =~ s/://; # strip off the colon from the state name.
66 if ($states{$state_name} != 0) {
67 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
69 $states{$state_name} = $num_states;
70 $stateNames[$num_states] = $state_name;
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/common/
H A Drbbicst.pl63 $state_name = @fields[0];
64 $state_name =~ s/://; # strip off the colon from the state name.
66 if ($states{$state_name} != 0) {
67 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
69 $states{$state_name} = $num_states;
70 $stateNames[$num_states] = $state_name;
/dports/textproc/R-cran-stringi/stringi/src/icu69/common/
H A Drbbicst.pl63 $state_name = @fields[0];
64 $state_name =~ s/://; # strip off the colon from the state name.
66 if ($states{$state_name} != 0) {
67 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
69 $states{$state_name} = $num_states;
70 $stateNames[$num_states] = $state_name;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/common/
H A Drbbicst.pl63 $state_name = @fields[0];
64 $state_name =~ s/://; # strip off the colon from the state name.
66 if ($states{$state_name} != 0) {
67 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
69 $states{$state_name} = $num_states;
70 $stateNames[$num_states] = $state_name;
/dports/www/firefox/firefox-99.0/intl/icu/source/common/
H A Drbbicst.pl63 $state_name = @fields[0];
64 $state_name =~ s/://; # strip off the colon from the state name.
66 if ($states{$state_name} != 0) {
67 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
69 $states{$state_name} = $num_states;
70 $stateNames[$num_states] = $state_name;
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/common/
H A Drbbicst.pl63 $state_name = @fields[0];
64 $state_name =~ s/://; # strip off the colon from the state name.
66 if ($states{$state_name} != 0) {
67 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
69 $states{$state_name} = $num_states;
70 $stateNames[$num_states] = $state_name;
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/
H A Drbbicst.pl63 $state_name = @fields[0];
64 $state_name =~ s/://; # strip off the colon from the state name.
66 if ($states{$state_name} != 0) {
67 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
69 $states{$state_name} = $num_states;
70 $stateNames[$num_states] = $state_name;
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/common/
H A Drbbicst.pl63 $state_name = @fields[0];
64 $state_name =~ s/://; # strip off the colon from the state name.
66 if ($states{$state_name} != 0) {
67 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
69 $states{$state_name} = $num_states;
70 $stateNames[$num_states] = $state_name;
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/common/
H A Drbbicst.pl63 $state_name = @fields[0];
64 $state_name =~ s/://; # strip off the colon from the state name.
66 if ($states{$state_name} != 0) {
67 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
69 $states{$state_name} = $num_states;
70 $stateNames[$num_states] = $state_name;
/dports/www/node10/node-v10.24.1/deps/icu-small/source/common/
H A Drbbicst.pl63 $state_name = @fields[0];
64 $state_name =~ s/://; # strip off the colon from the state name.
66 if ($states{$state_name} != 0) {
67 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
69 $states{$state_name} = $num_states;
70 $stateNames[$num_states] = $state_name;
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/common/
H A Drbbicst.pl59 $state_name = @fields[0];
60 $state_name =~ s/://; # strip off the colon from the state name.
62 if ($states{$state_name} != 0) {
63 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
65 $states{$state_name} = $num_states;
66 $stateNames[$num_states] = $state_name;
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/relay/testing/
H A Dtf.py399 state_name = [
407 state_name[0]: tf_compat_v1.placeholder(dtype, shape, state_name[0].split(":")[0]),
408 state_name[1]: tf_compat_v1.placeholder(dtype, shape, state_name[1].split(":")[0]),
409 state_name[2]: tf_compat_v1.placeholder(dtype, shape, state_name[2].split(":")[0]),
410 state_name[3]: tf_compat_v1.placeholder(dtype, shape, state_name[3].split(":")[0]),

12345678910>>...53