Home
last modified time | relevance | path

Searched refs:is_exit (Results 1 – 25 of 467) sorted by relevance

12345678910>>...19

/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/misc/
H A Dsavemanager.py76 def save(self, is_exit=False, explicit=False, silent=False, force=False): argument
93 do_save = self._dirty or (self._save_on_exit and is_exit) or force
98 is_exit, force, do_save))
155 def save(self, name, is_exit=False, explicit=False, silent=False, argument
166 self.saveables[name].save(is_exit=is_exit, explicit=explicit,
212 self.save(key, is_exit=True)
/dports/benchmarks/flamegraph/FlameGraph-810687f/
H A Dstackcollapse-xdebug.php144 list($level, $fn_no, $is_exit, $time) = $parts;
146 if ($is_exit) {
173 list($level, $fn_no, $is_exit) = $parts;
175 if ($is_exit === "1") {
/dports/devel/p5-Test-Trap/Test-Trap-v0.3.4/t/
H A D01-basic.t45 sub is_exit {
98 is_exit;
105 is_exit;
112 is_exit;
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/paint/tile_element/
H A DPaint.Entrance.cpp36 uint8_t is_exit = tile_element.GetEntranceType() == ENTRANCE_TYPE_RIDE_EXIT; in ride_entrance_exit_paint() local
47 if (!is_exit) in ride_entrance_exit_paint()
113 if (is_exit) in ride_entrance_exit_paint()
127 int8_t ah = is_exit ? 0x23 : 0x33; in ride_entrance_exit_paint()
136 if (is_exit) in ride_entrance_exit_paint()
171 if (!is_exit && !(tile_element.IsGhost()) && tile_element.GetRideIndex() != RIDE_ID_NULL in ride_entrance_exit_paint()
213 height += is_exit ? 40 : 56; in ride_entrance_exit_paint()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/lsp-server-0.5.2/src/
H A Dsocket.rs28 let is_exit = match &msg { in make_reader() localVariable
29 Message::Notification(n) => n.is_exit(), in make_reader()
33 if is_exit { in make_reader()
H A Dstdio.rs24 let is_exit = match &msg { in stdio_transport() localVariable
25 Message::Notification(n) => n.is_exit(), in stdio_transport()
31 if is_exit { in stdio_transport()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/lsp-server-0.5.2/src/
H A Dsocket.rs28 let is_exit = match &msg { in make_reader() localVariable
29 Message::Notification(n) => n.is_exit(), in make_reader()
33 if is_exit { in make_reader()
H A Dstdio.rs24 let is_exit = match &msg { in stdio_transport() localVariable
25 Message::Notification(n) => n.is_exit(), in stdio_transport()
31 if is_exit { in stdio_transport()
/dports/lang/rust/rustc-1.58.1-src/vendor/lsp-server/src/
H A Dsocket.rs28 let is_exit = match &msg { in make_reader() localVariable
29 Message::Notification(n) => n.is_exit(), in make_reader()
33 if is_exit { in make_reader()
H A Dstdio.rs24 let is_exit = match &msg { in stdio_transport() localVariable
25 Message::Notification(n) => n.is_exit(), in stdio_transport()
31 if is_exit { in stdio_transport()
/dports/emulators/x49gp/x49gp/x49gp-code/qemu/patches/
H A Dqemu-0.7.2-dyngen-check-stack-clobbers.patch19 int is_exit;
26 is_exit = 0;
95 if (is_exit)
101 if (!(is_jmp || is_ret || is_exit))
/dports/devel/caf/actor-framework-0.18.5/scripts/
H A Dindent_trace_log.py14 def is_exit(line): function
18 if is_exit(line):
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/dirauth/
H A Dvoteflags.c293 node->is_exit = (!router_exit_policy_rejects_all(ri) && in dirserv_compute_performance_thresholds()
309 if (!node->is_exit || node->is_bad_exit) { in dirserv_compute_performance_thresholds()
606 rs->is_exit = rs->is_possible_guard = rs->is_hs_dir = rs->is_v2_dir = 0; in dirauth_set_routerstatus_from_routerinfo()
638 rs->is_exit = 1; in dirserv_set_routerstatus_testing()
640 rs->is_exit = 0; in dirserv_set_routerstatus_testing()
/dports/net/py-sbws/sbws-25aa5b232ca26729e1bf30a7c5a54fd22f5c3eeb/sbws/core/
H A Dscanner.py214 def _pick_ideal_second_hop(relay, dest, rl, cont, is_exit): argument
227 rl.exits_not_bad_allowing_port(dest.port) if is_exit else rl.non_exits
234 if is_exit:
238 min_relay_bw = rl.exit_min_bw() if is_exit else rl.non_exit_min_bw()
243 is_exit,
299 relay, dest, rl, cb.controller, is_exit=relay_as_entry
/dports/security/tor/tor-0.4.6.8/src/feature/dirauth/
H A Dvoteflags.c293 node->is_exit = (!router_exit_policy_rejects_all(ri) && in dirserv_compute_performance_thresholds()
309 if (!node->is_exit || node->is_bad_exit) { in dirserv_compute_performance_thresholds()
629 rs->is_exit = 1; in dirserv_set_routerstatus_testing()
631 rs->is_exit = 0; in dirserv_set_routerstatus_testing()
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/
H A Dtocpp.cpp178 void BlockEnd(int id, bool already_returned, bool is_exit) override { in BlockEnd() argument
182 if (is_exit) JumpInsVar(); else EmitJump(id); in BlockEnd()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/adrift/
H A Dscnpcs.cpp227 static void npc_announce(sc_gameref_t game, sc_int npc, sc_int room, sc_bool is_exit, sc_int npc_ro… in npc_announce() argument
244 vt_key[2].string = is_exit ? "ExitText" : "EnterText"; in npc_announce()
286 pf_buffer_string(filter, is_exit ? " to " : " from "); in npc_announce()
295 vt_key[3].integer = is_exit ? 3 : 2; in npc_announce()
/dports/games/scare/scare-1.3.10/source/
H A Dscnpcs.c256 sc_int room, sc_bool is_exit, sc_int npc_room) in npc_announce() argument
274 vt_key[2].string = is_exit ? "ExitText" : "EnterText"; in npc_announce()
320 pf_buffer_string (filter, is_exit ? " to " : " from "); in npc_announce()
329 vt_key[3].integer = is_exit ? 3 : 2; in npc_announce()
/dports/security/tor/tor-0.4.6.8/src/feature/nodelist/
H A Dnode_st.h70 unsigned int is_exit:1; /**< Do we think this is an OK exit? */ member
H A Drouterstatus_st.h38 unsigned int is_exit:1; /**< True iff this router is a good exit. */ member
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/nodelist/
H A Dnode_st.h70 unsigned int is_exit:1; /**< Do we think this is an OK exit? */ member
H A Drouterstatus_st.h38 unsigned int is_exit:1; /**< True iff this router is a good exit. */ member
H A Dnode_select.c711 int is_exit = 0, is_guard = 0, is_dir = 0, this_bw = 0; in compute_weighted_bandwidths() local
715 is_exit = node->is_exit && ! node->is_bad_exit; in compute_weighted_bandwidths()
740 if (is_guard && is_exit) { in compute_weighted_bandwidths()
746 } else if (is_exit) { in compute_weighted_bandwidths()
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/platform_impl/web/event_loop/
H A Dstate.rs24 pub fn is_exit(&self) -> bool { in is_exit() method
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/web/event_loop/
H A Dstate.rs24 pub fn is_exit(&self) -> bool { in is_exit() method

12345678910>>...19