Home
last modified time | relevance | path

Searched refs:state_name (Results 226 – 250 of 1301) sorted by relevance

12345678910>>...53

/dports/net-mgmt/librenms/librenms-21.5.1/includes/definitions/discovery/
H A Dswos.yaml156 state_name: mtxrOpticalRxLoss
167 state_name: mtxrOpticalTxFault
178 state_name: mtxrPOEStatus
189 state_name: mtxrHlPowerSupplyState
198 state_name: mtxrHlBackupPowerSupplyState
H A Dsmartax.yaml125 state_name: hwFrameOperStatus
138 state_name: hwPowerState
149 state_name: hwACPowerState
161 state_name: hwDCVoltageOutState
171 state_name: hwSlotOperStatus
H A Denexus.yaml18 state_name: powerSystemStatus
46 state_name: mainsStatus
74 state_name: rectifierStatus
103 state_name: loadFusesStatus
131 state_name: loadFuseStatus
152 state_name: batteryStatus
180 state_name: batteryBankStatus
209 state_name: batteryFuseStatus
238 state_name: inputStatus
267 state_name: outputStatus
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/data_model/
H A Daddress.cc177 base::string16 state_name; in GetMatchingTypes() local
179 state_names::GetNameAndAbbreviation(canon_text, &state_name, in GetMatchingTypes()
181 if (!state_name.empty() || !state_abbreviation.empty()) { in GetMatchingTypes()
185 if ((!state_name.empty() && in GetMatchingTypes()
186 compare.StringsEqual(state_name, canon_profile_state)) || in GetMatchingTypes()
/dports/x11/showmethekey/showmethekey-1.5.0/showmethekey-cli/
H A Dmain.c78 const char *state_name = state_code == LIBINPUT_KEY_STATE_PRESSED ? in print_key_event() local
93 state_name, state_code); in print_key_event()
110 const char *state_name = state_code == LIBINPUT_BUTTON_STATE_PRESSED ? in print_button_event() local
124 button_code, state_name, state_code); in print_button_event()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/tests/testing_quest/data/maps/bugs/
H A D1247_hero_state_changing.lua6 function hero:on_state_changing(state_name, next_state_name)
7 assert(state_name == "free")
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/geo/
H A Dalternative_state_name_map.cc44 const StateName& state_name, in GetCanonicalStateName() argument
62 StateName normalized_state_name = state_name; in GetCanonicalStateName()
64 normalized_state_name = NormalizeStateName(state_name); in GetCanonicalStateName()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/phy/
H A Dphy-isp1301-omap.c345 pr_debug(" --> %s/%s\n", state_name(isp), tag); in a_idle()
369 pr_debug(" --> %s/%s\n", state_name(isp), tag); in b_idle()
380 omap_readl(OTG_CTRL), label, state_name(isp), in dump_regs()
672 state_name(isp), omap_readl(OTG_CTRL)); in omap_otg_irq()
690 state_name(isp), omap_readl(OTG_CTRL)); in omap_otg_irq()
718 state_name(isp), otg_ctrl); in omap_otg_irq()
733 state_name(isp), otg_irq, otg_ctrl); in omap_otg_irq()
751 state_name(isp), in omap_otg_irq()
1055 state_name(isp)); in isp_update_otg()
1139 state_name(isp)); in isp1301_work()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/phy/
H A Dphy-isp1301-omap.c345 pr_debug(" --> %s/%s\n", state_name(isp), tag); in a_idle()
369 pr_debug(" --> %s/%s\n", state_name(isp), tag); in b_idle()
380 omap_readl(OTG_CTRL), label, state_name(isp), in dump_regs()
672 state_name(isp), omap_readl(OTG_CTRL)); in omap_otg_irq()
690 state_name(isp), omap_readl(OTG_CTRL)); in omap_otg_irq()
718 state_name(isp), otg_ctrl); in omap_otg_irq()
733 state_name(isp), otg_irq, otg_ctrl); in omap_otg_irq()
751 state_name(isp), in omap_otg_irq()
1055 state_name(isp)); in isp_update_otg()
1139 state_name(isp)); in isp1301_work()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/phy/
H A Dphy-isp1301-omap.c345 pr_debug(" --> %s/%s\n", state_name(isp), tag); in a_idle()
369 pr_debug(" --> %s/%s\n", state_name(isp), tag); in b_idle()
380 omap_readl(OTG_CTRL), label, state_name(isp), in dump_regs()
672 state_name(isp), omap_readl(OTG_CTRL)); in omap_otg_irq()
690 state_name(isp), omap_readl(OTG_CTRL)); in omap_otg_irq()
718 state_name(isp), otg_ctrl); in omap_otg_irq()
733 state_name(isp), otg_irq, otg_ctrl); in omap_otg_irq()
751 state_name(isp), in omap_otg_irq()
1055 state_name(isp)); in isp_update_otg()
1139 state_name(isp)); in isp1301_work()
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/g_shared/
H A Dsbar_mugshot.cpp294 bool FMugShot::SetState(const char *state_name, bool wait_till_done, bool reset) in SetState() argument
297 FMugShotState *state = FindMugShotState(FName(state_name, true)); in SetState()
301 const char *dot = strchr(state_name, '.'); in SetState()
304 state = FindMugShotState(FName(state_name, dot - state_name, true)); in SetState()
/dports/net-mgmt/librenms/librenms-21.5.1/includes/discovery/sensors/state/
H A Daos6.inc.php48 $state_name = 'alaChasEntPhysFanStatus'; variable
60 create_state_index($state_name, $states);
61 …discover_sensor($valid['sensor'], 'state', $device, $oid, $index, $state_name, $descr, 1, 1, null,…
62 create_sensor_to_state_index($device, $state_name, $index);
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/speech_recognition/
H A Dstt_bucketing_module.py29 state_name = '%s-%04d.states' % (prefix, epoch)
30 self._curr_module.save_optimizer_states(state_name)
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/speech_recognition/
H A Dstt_bucketing_module.py29 state_name = '%s-%04d.states' % (prefix, epoch)
30 self._curr_module.save_optimizer_states(state_name)
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpsavedialog.c56 const gchar *state_name);
58 const gchar *state_name);
110 const gchar *state_name) in gimp_save_dialog_save_state() argument
112 g_object_set_data_full (G_OBJECT (dialog->gimp), state_name, in gimp_save_dialog_save_state()
119 const gchar *state_name) in gimp_save_dialog_load_state() argument
123 state = g_object_get_data (G_OBJECT (dialog->gimp), state_name); in gimp_save_dialog_load_state()
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_templatelexer.php130 …public $state_name = array(1 => 'TEXT', 2 => 'TAG', 3 => 'TAGBODY', 4 => 'LITERAL', 5 => 'DOUBLEQU… variable in Smarty_Internal_Templatelexer
286 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
292 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
300 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
305 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
314 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_templatelexer.php130 …public $state_name = array(1 => 'TEXT', 2 => 'TAG', 3 => 'TAGBODY', 4 => 'LITERAL', 5 => 'DOUBLEQU… variable in Smarty_Internal_Templatelexer
286 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
292 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
300 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
305 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
314 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
/dports/mail/postfixadmin/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_templatelexer.php130 …public $state_name = array(1 => 'TEXT', 2 => 'TAG', 3 => 'TAGBODY', 4 => 'LITERAL', 5 => 'DOUBLEQU… variable in Smarty_Internal_Templatelexer
286 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
292 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
300 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
305 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
314 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_templatelexer.php130 …public $state_name = array(1 => 'TEXT', 2 => 'TAG', 3 => 'TAGBODY', 4 => 'LITERAL', 5 => 'DOUBLEQU… variable in Smarty_Internal_Templatelexer
286 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
292 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
300 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
305 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
314 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
/dports/www/smarty3/smarty-3.1.34/libs/sysplugins/
H A Dsmarty_internal_templatelexer.php130 …public $state_name = array(1 => 'TEXT', 2 => 'TAG', 3 => 'TAGBODY', 4 => 'LITERAL', 5 => 'DOUBLEQU… variable in Smarty_Internal_Templatelexer
300 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
306 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
314 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
319 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
328 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
/dports/finance/prestashop/prestashop/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_templatelexer.php130 …public $state_name = array(1 => 'TEXT', 2 => 'TAG', 3 => 'TAGBODY', 4 => 'LITERAL', 5 => 'DOUBLEQU… variable in Smarty_Internal_Templatelexer
300 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
306 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
314 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
319 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
328 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_templatelexer.php130 …public $state_name = array(1 => 'TEXT', 2 => 'TAG', 3 => 'TAGBODY', 4 => 'LITERAL', 5 => 'DOUBLEQU… variable in Smarty_Internal_Templatelexer
300 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
306 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
314 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
319 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
328 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/Smarty/libs/sysplugins/
H A Dsmarty_internal_templatelexer.php130 …public $state_name = array(1 => 'TEXT', 2 => 'TAG', 3 => 'TAGBODY', 4 => 'LITERAL', 5 => 'DOUBLEQU… variable in Smarty_Internal_Templatelexer
286 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
292 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
300 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
305 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
314 …isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_…
/dports/multimedia/v4l_compat/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/multimedia/libv4l/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()

12345678910>>...53