Home
last modified time | relevance | path

Searched refs:show_states (Results 1 – 14 of 14) sorted by relevance

/dports/net-mgmt/nagvis/nagvis-1.9.29/share/userfiles/gadgets/
H A Dstd_table.php80 $show_states = Array(); variable
82 … $show_states = array_merge($show_states, array('OK', 'WARNING', 'CRITICAL', 'UNKNOWN', 'ERROR')); variable
84 $show_states = array_merge($show_states, array('UP', 'DOWN', 'UNREACHABLE', 'ERROR')); variable
88 foreach ($show_states AS $state) {
/dports/www/p5-Dancer2-Plugin-Interchange6/Dancer2-Plugin-Interchange6-0.204/t/lib/Test/
H A DShop.pm24 ok($ret->show_states == 0, 'Show states for Poland');
31 ok($ret->show_states == 1, 'Show states for United States');
/dports/textproc/sgrep/sgrep-0.99/
H A Dpmatch.c65 void show_states(int depth,struct State_Data *s);
411 show_states(0,root_state); in show_ACtree()
415 void show_states(int depth,struct State_Data *s) in show_states() function
430 show_states(depth+1,s->gotos[i]); in show_states()
/dports/databases/p5-Interchange6-Schema/Interchange6-Schema-0.133/lib/Interchange6/Schema/Result/
H A DCountry.pm64 column show_states => { data_type => "boolean", default_value => 0 };
/dports/textproc/sgrep2/sgrep-1.94a/
H A Dpmatch.c92 void show_states(int depth,struct State_Data *s);
673 show_states(0,root_state); in show_ACtree()
677 void show_states(int depth,struct State_Data *s) in show_states() function
692 show_states(depth+1,s->gotos[i]); in show_states()
/dports/sysutils/py-salt/salt-3004.1/tests/pytests/functional/modules/state/
H A Dtest_state.py47 states = state.show_states()
66 states = state.show_states()
/dports/sysutils/py-salt/salt-3004.1/doc/topics/releases/
H A D2019.2.2.rst201 * **PR** `#54785`_: (`Ch3LL`_) Fix state.show_states when sls file missing in top file
206 * 96540be Clean up files after state.show_states test
208 * ad265ae Fix state.show_states when sls file missing
H A D2019.2.1.rst20 * **ISSUE** `#54758`_: salt-call state.show_states gives "Passed invalid arguments" error when a s…
/dports/lang/gambit-c/gambit-4.9.3/contrib/xactlog/
H A Dxactlog.c1434 #define TRACES_THEIGHT ((show_states) ? BAR_BORDER+log_nb_traces*(BAR_HEIGHT+BAR_SPACING) : 0)
1447 int show_states = 1; variable
2251 if (show_states) draw_traces( win );
2375 { show_states = !show_states;
2376 if (show_states) plot_height /= 2; else plot_height *= 2;
2589 if (show_states) plot_height /= 2;
/dports/sysutils/py-salt/salt-3004.1/tests/pytests/unit/modules/state/
H A Dtest_state.py598 assert state.show_states("foo") == ["abc"]
613 assert state.show_states("foo") == [msg[0]]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssh/test/property_test/
H A Dssh_eqc_client_server.erl489 pretty_comands(Module, Cmds, Triple, [{show_states,true}], false),
/dports/www/p5-Dancer2-Plugin-Interchange6/Dancer2-Plugin-Interchange6-0.204/
H A DCHANGES406 * Add tests for creating an user and show_states field for country
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dstate.py1661 def show_states(queue=False, **kwargs): function
/dports/databases/p5-Interchange6-Schema/Interchange6-Schema-0.133/
H A DCHANGES964 * Change default value of show_states in Country resultset to false.