Home
last modified time | relevance | path

Searched refs:state_name (Results 251 – 275 of 1301) sorted by relevance

1...<<11121314151617181920>>...53

/dports/finance/prestashop/prestashop/modules/ps_contactinfo/
H A Dps_contactinfo.php91 $state_name = (new State($address->id_state))->name;
101 … 'state' => $is_state_multilang ? $state_name[$this->context->language->id] : $state_name,
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/laptop/dslm/
H A Ddslm.c49 static char *state_name(int i) in state_name() function
85 printf(" System is in state %s\n\n", state_name(last_state)); in measure()
104 state_name(curr_state)); in measure()
/dports/net-mgmt/librenms/librenms-21.5.1/includes/definitions/discovery/
H A Dvrp.yaml418 state_name: hwWlanClusterSynConfigScheduleEnable
428 state_name: hwWlanClusterACStatus
443 state_name: hwWlanClusterACRole
454 state_name: hwEntityFanState
464 state_name: hwMemberStackRole
475 state_name: hw3GModemStatus
495 state_name: hw3GCurrentNetworkConnection
516 state_name: hw3GConnectionStatus
H A Dies5000.yaml65 state_name: chassisStatus
77 state_name: slotModuleStatus
91 state_name: systemStatus
115 state_name: alarmLedStatus
H A Davtech.yaml158 state_name: switch
168 state_name: power
177 state_name: relay
186 state_name: switch
H A Domnitron-iconverter.yaml15 state_name: PoePortPseStatus
30 state_name: PoePortHeartbeatStatus
44 state_name: PSstatus
57 state_name: PSstatus
H A Dvalere.yaml57 state_name: vpwrSystemControllerState
70 state_name: vpwrSystemTempCompensationState
80 state_name: vpwrModuleOperStatus
H A Dsiteboss.yaml26 state_name: contactClosure
45 state_name: relayOutput
68 state_name: powerOutput
H A Dsiteboss550.yaml26 state_name: contactClosure
45 state_name: relayOutput
68 state_name: powerOutput
H A Dats.yaml85 state_name: atsInputGroupSourceAstatus
95 state_name: atsInputGroupSourceBstatus
105 state_name: atsHmiSwitchGroupBuzzer
H A Deltek-webpower.yaml27 state_name: systemOperationalStatus.{{ $index }}
38 state_name: systemNominalVoltage.{{ $index }}
50 state_name: batteryBreakerStatus.{{ $index }}
58 state_name: rectifierRectifiersActive
85 state_name: rectifierInstalledRectifiers
113 state_name: rectifierStatusStatus.{{ $index }}
H A Ddell-rpdu.yaml56 state_name: rPDUOutMeteredStatusLoadState
64 state_name: rPDUPhaseStatusLoadState
76 state_name: rPDUDeviceStatusLoadState
/dports/textproc/google-ctemplate/ctemplate-ctemplate-2.4/src/htmlparser/
H A Dgenerate_fsm.py149 for state_name in self._config.states:
151 self._config.states[state_name].external_name))
161 for state_name in self._config.states:
162 out.append('"' + state_name + '"')
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/enterprise_sonic/plugins/module_utils/network/sonic/config/lag_interfaces/
H A Dlag_interfaces.py264 def template_for_lag_creation(self, have, diff_members, diff_portchannels, state_name): argument
274 commands.extend(update_states(po_list, state_name))
282 commands.extend(update_states(diff_members, state_name))
286 commands.extend(update_states(portchannels, state_name))
289 def template_for_lag_deletion(self, have, delete_members, delete_portchannels, state_name): argument
312 commands.extend(update_states(delete_members, state_name))
315 commands.extend(update_states(delete_portchannels, state_name))
/dports/net/nanomsg/nanomsg-1.1.5/src/utils/
H A Derr.h57 #define nn_assert_state(obj, state_name) \ argument
59 if (nn_slow ((obj)->state != state_name)) {\
63 (obj)->state, #state_name, \
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/hero/
H A DHeroState.h48 HeroState(Hero& hero, const std::string& state_name);
49 explicit HeroState(const std::string& state_name);
/dports/www/piwigo/piwigo/include/smarty/libs/sysplugins/
H A Dsmarty_internal_templatelexer.php158 …public $state_name = array(1 => 'TEXT', 2 => 'TAG', 3 => 'TAGBODY', 4 => 'LITERAL', 5 => 'DOUBLEQU… variable in Smarty_Internal_Templatelexer
249 … isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] :
256 … isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] :
265 … isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] :
271 … isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] :
281 … isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] :
/dports/devel/boost-docs/boost_1_72_0/boost/spirit/home/lex/lexer/lexertl/
H A Dstatic_lexer.hpp178 , &tables_type::state_name, tables_type::state_count() in begin()
216 return detail::get_state_id(state, &tables_type::state_name in add_state()
221 return tables_type::state_name(0); in initial_state()
/dports/devel/hyperscan/boost_1_75_0/boost/spirit/home/lex/lexer/lexertl/
H A Dstatic_lexer.hpp178 , &tables_type::state_name, tables_type::state_count() in begin()
216 return detail::get_state_id(state, &tables_type::state_name in add_state()
221 return tables_type::state_name(0); in initial_state()
/dports/devel/boost-python-libs/boost_1_72_0/boost/spirit/home/lex/lexer/lexertl/
H A Dstatic_lexer.hpp178 , &tables_type::state_name, tables_type::state_count() in begin()
216 return detail::get_state_id(state, &tables_type::state_name in add_state()
221 return tables_type::state_name(0); in initial_state()
/dports/devel/R-cran-BH/BH/inst/include/boost/spirit/home/lex/lexer/lexertl/
H A Dstatic_lexer.hpp178 , &tables_type::state_name, tables_type::state_count() in begin()
216 return detail::get_state_id(state, &tables_type::state_name in add_state()
221 return tables_type::state_name(0); in initial_state()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/spirit/home/lex/lexer/lexertl/
H A Dstatic_lexer.hpp179 , &tables_type::state_name, tables_type::state_count() in begin()
217 return detail::get_state_id(state, &tables_type::state_name in add_state()
222 return tables_type::state_name(0); in initial_state()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/spirit/home/lex/lexer/lexertl/
H A Dstatic_lexer.hpp179 , &tables_type::state_name, tables_type::state_count() in begin()
217 return detail::get_state_id(state, &tables_type::state_name in add_state()
222 return tables_type::state_name(0); in initial_state()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/spirit/home/lex/lexer/lexertl/
H A Dstatic_lexer.hpp178 , &tables_type::state_name, tables_type::state_count() in begin()
216 return detail::get_state_id(state, &tables_type::state_name in add_state()
221 return tables_type::state_name(0); in initial_state()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/spirit/home/lex/lexer/lexertl/
H A Dstatic_lexer.hpp178 , &tables_type::state_name, tables_type::state_count() in begin()
216 return detail::get_state_id(state, &tables_type::state_name in add_state()
221 return tables_type::state_name(0); in initial_state()

1...<<11121314151617181920>>...53