Home
last modified time | relevance | path

Searched +refs:allow +refs:empty +refs:slots (Results 1 – 25 of 7155) sorted by relevance

12345678910>>...287

/dports/news/sabnzbdplus/SABnzbd-3.3.0/tests/data/tavern/
H A Dapi_history_empty.yaml2 test_name: Check empty history format (json output)
8 - name: history format empty
22 access-control-allow-origin: "*"
30 slots: []
37 test_name: Check empty history format (text output)
40 - name: history format empty
54 access-control-allow-origin: "*"
66 test_name: Check empty history format (xml output)
69 - name: history format empty
83 access-control-allow-origin: "*"
[all …]
H A Dapi_queue_empty.yaml2 test_name: Check empty queue format (json output)
8 - name: queue format empty
22 access-control-allow-origin: "*"
65 slots: []
69 test_name: Check empty queue format (text output)
72 - name: queue format empty
86 access-control-allow-origin: "*"
98 test_name: Check empty queue format (xml output)
101 - name: queue format empty
115 access-control-allow-origin: "*"
[all …]
H A Dapi_queue_format.yaml23 access-control-allow-origin: "*"
38 speedlimit_abs: !re_match "[0-9.]*" # Value may be empty if unset so !anyint won't work
66 slots: !anylist
109 access-control-allow-origin: "*"
117 …':)(?=.*'timeleft': '0:00:00')(?=.*'eta': 'unknown')(?=.*'noofslots':)(?=.*'slots': \\[.+\\]).*}}$"
139 access-control-allow-origin: "*"
190 <slots>
214 </slots>
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.studio/mainwindow/project/
H A Ditembase.h74 void set_allow_edition(const bool allow);
77 void set_allow_deletion(const bool allow);
87 public slots: variable
118 if (!items.empty()) in get_action_items()
/dports/devel/libsigc++20/libsigc++-2.10.4/sigc++/macros/
H A Dsignal.h.m4136 if (!impl || impl->slots_.empty())
156 if (it->empty() || it->blocked())
180 if (!impl || impl->slots_.empty())
207 if (it->empty() || it->blocked())
242 if (!impl || impl->slots_.empty()) return;
248 if (slot.empty() || slot.blocked())
267 if (!impl || impl->slots_.empty()) return;
279 if (it->empty() || it->blocked())
589 * This specialization allow use of the sigc::signal<R(Args...)> syntax,
705 //Compilers, such as older versions of SUN Forte C++, that do not allow this also often
[all …]
/dports/textproc/stardict3/stardict-3.0.6/dict/src/sigc++/macros/
H A Dsignal.h.m4108 if (!impl || impl->slots_.empty())
120 if (!it->empty() && !it->blocked()) break;
128 if (it->empty() || it->blocked())
162 if (!impl || impl->slots_.empty()) return;
168 if (it->empty() || it->blocked())
483 //Compilers, such as older versions of SUN Forte C++, that do not allow this also often
484 //do not allow a typedef to have the same name as a class in the typedef's definition.
759 if (!i_->empty() && !i_->blocked() && !invoked_)
798 { return (!c_ || (i_ == other.i_)); } /* If '!c_' the iterators are empty.
799 * Unfortunately, empty stl iterators are not equal.
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/devtools/client/locales/en-US/
H A Dwebconsole.properties145 … This could allow attackers to steal your identity or take control of your computer. Please type ‘…
150 selfxss.okstring=allow pasting
162 # with empty slots is printed to the console.
165 # #1 number of empty slots
166 # example: 1 empty slot
167 # example: 5 empty slots
168 emptySlotLabel=#1 empty slot;#1 empty slots
/dports/www/firefox/firefox-99.0/third_party/rust/regalloc/src/
H A Dchecker.rs56 #![allow(dead_code)]
294 for &slot in slots { in check_stackmap()
377 &Inst::Safepoint { ref slots, .. } => { in update()
378 self.update_stackmap(slots); in update()
421 slots: Vec<SpillSlot>,
645 let mut slots = slots.clone(); in new() localVariable
646 slots.sort(); in new()
652 slots, in new()
672 let empty = vec![]; in handle_insn() localVariable
679 for checker_inst in self.checker_inst_map.get(&pre_point).unwrap_or(&empty) { in handle_insn()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/regalloc/src/
H A Dchecker.rs56 #![allow(dead_code)]
294 for &slot in slots { in check_stackmap()
377 &Inst::Safepoint { ref slots, .. } => { in update()
378 self.update_stackmap(slots); in update()
421 slots: Vec<SpillSlot>,
645 let mut slots = slots.clone(); in new() localVariable
646 slots.sort(); in new()
652 slots, in new()
672 let empty = vec![]; in handle_insn() localVariable
679 for checker_inst in self.checker_inst_map.get(&pre_point).unwrap_or(&empty) { in handle_insn()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/regalloc/src/
H A Dchecker.rs56 #![allow(dead_code)]
294 for &slot in slots { in check_stackmap()
377 &Inst::Safepoint { ref slots, .. } => { in update()
378 self.update_stackmap(slots); in update()
421 slots: Vec<SpillSlot>,
645 let mut slots = slots.clone(); in new() localVariable
646 slots.sort(); in new()
652 slots, in new()
672 let empty = vec![]; in handle_insn() localVariable
679 for checker_inst in self.checker_inst_map.get(&pre_point).unwrap_or(&empty) { in handle_insn()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/regalloc/src/
H A Dchecker.rs56 #![allow(dead_code)]
294 for &slot in slots { in check_stackmap()
377 &Inst::Safepoint { ref slots, .. } => { in update()
378 self.update_stackmap(slots); in update()
421 slots: Vec<SpillSlot>,
645 let mut slots = slots.clone(); in new() localVariable
646 slots.sort(); in new()
652 slots, in new()
672 let empty = vec![]; in handle_insn() localVariable
679 for checker_inst in self.checker_inst_map.get(&pre_point).unwrap_or(&empty) { in handle_insn()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/regalloc/src/
H A Ddata_structures.rs43 pub fn empty() -> Self { in empty() method
51 let mut s = Self::empty(); in unit()
58 let mut s = Self::empty(); in two()
137 let mut res = Set::<T>::empty(); in from_vec()
432 #[allow(dead_code)]
438 #[allow(dead_code)]
1157 slots: Vec<RealReg>, field
1238 if idx >= self.slots.len() { in set_direct_internal()
1241 self.slots[idx] = rreg; in set_direct_internal()
1248 if idx >= self.slots.len() { in lookup_direct()
[all …]
/dports/sysutils/vchanger/vchanger/doc/
H A Dvchanger.8.asciidoc30 single set of virtual slots. This allows an unlimited number of
31 virtual drives and an unlimited number of virtual slots spread
38 points through udev allow for plug-n-play operation when attaching
63 List slots, one line each, in the format slot:label.
73 Print the number of slots.
84 or slot number, 'status' is E for empty or F for full, and
107 of the beginning of the range of slots mapped to the magazine's
113 configuration file 'config', issuing an 'update slots' command to
122 'update slots' command. For example, when the operator attaches a
128 trigger 'update slots' if needed.
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/regex-1.5.4/src/
H A Dexec.rs112 #[allow(missing_debug_implementations)]
231 let mut prefixes = Some(Literals::empty()); in parse()
232 let mut suffixes = Some(Literals::empty()); in parse()
292 prefixes: prefixes.unwrap_or_else(Literals::empty), in parse()
293 suffixes: suffixes.unwrap_or_else(Literals::empty), in parse()
308 suffixes: LiteralSearcher::empty(), in build()
960 slots[1] in shortest_nfa_type()
984 match (slots[0], slots[1]) { in find_nfa()
1005 slots, in captures_nfa()
1024 slots, in captures_nfa_type()
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/regex-1.5.4/src/
H A Dexec.rs112 #[allow(missing_debug_implementations)]
231 let mut prefixes = Some(Literals::empty()); in parse()
232 let mut suffixes = Some(Literals::empty()); in parse()
292 prefixes: prefixes.unwrap_or_else(Literals::empty), in parse()
293 suffixes: suffixes.unwrap_or_else(Literals::empty), in parse()
308 suffixes: LiteralSearcher::empty(), in build()
960 slots[1] in shortest_nfa_type()
984 match (slots[0], slots[1]) { in find_nfa()
1005 slots, in captures_nfa()
1024 slots, in captures_nfa_type()
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/regex-1.5.4/src/
H A Dexec.rs112 #[allow(missing_debug_implementations)]
231 let mut prefixes = Some(Literals::empty()); in parse()
232 let mut suffixes = Some(Literals::empty()); in parse()
292 prefixes: prefixes.unwrap_or_else(Literals::empty), in parse()
293 suffixes: suffixes.unwrap_or_else(Literals::empty), in parse()
308 suffixes: LiteralSearcher::empty(), in build()
960 slots[1] in shortest_nfa_type()
984 match (slots[0], slots[1]) { in find_nfa()
1005 slots, in captures_nfa()
1024 slots, in captures_nfa_type()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/regex-1.5.4/src/
H A Dexec.rs112 #[allow(missing_debug_implementations)]
231 let mut prefixes = Some(Literals::empty()); in parse()
232 let mut suffixes = Some(Literals::empty()); in parse()
292 prefixes: prefixes.unwrap_or_else(Literals::empty), in parse()
293 suffixes: suffixes.unwrap_or_else(Literals::empty), in parse()
308 suffixes: LiteralSearcher::empty(), in build()
960 slots[1] in shortest_nfa_type()
984 match (slots[0], slots[1]) { in find_nfa()
1005 slots, in captures_nfa()
1024 slots, in captures_nfa_type()
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/regex-1.5.4/src/
H A Dexec.rs112 #[allow(missing_debug_implementations)]
231 let mut prefixes = Some(Literals::empty()); in parse()
232 let mut suffixes = Some(Literals::empty()); in parse()
292 prefixes: prefixes.unwrap_or_else(Literals::empty), in parse()
293 suffixes: suffixes.unwrap_or_else(Literals::empty), in parse()
308 suffixes: LiteralSearcher::empty(), in build()
960 slots[1] in shortest_nfa_type()
984 match (slots[0], slots[1]) { in find_nfa()
1005 slots, in captures_nfa()
1024 slots, in captures_nfa_type()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/regex-1.5.4/src/
H A Dexec.rs112 #[allow(missing_debug_implementations)]
231 let mut prefixes = Some(Literals::empty()); in parse()
232 let mut suffixes = Some(Literals::empty()); in parse()
292 prefixes: prefixes.unwrap_or_else(Literals::empty), in parse()
293 suffixes: suffixes.unwrap_or_else(Literals::empty), in parse()
308 suffixes: LiteralSearcher::empty(), in build()
960 slots[1] in shortest_nfa_type()
984 match (slots[0], slots[1]) { in find_nfa()
1005 slots, in captures_nfa()
1024 slots, in captures_nfa_type()
[all …]
/dports/devel/rust-bindgen/bindgen-0.59.2/cargo-crates/regex-1.4.6/src/
H A Dexec.rs112 #[allow(missing_debug_implementations)]
231 let mut prefixes = Some(Literals::empty()); in parse()
232 let mut suffixes = Some(Literals::empty()); in parse()
292 prefixes: prefixes.unwrap_or_else(Literals::empty), in parse()
293 suffixes: suffixes.unwrap_or_else(Literals::empty), in parse()
308 suffixes: LiteralSearcher::empty(), in build()
963 slots[1] in shortest_nfa_type()
987 match (slots[0], slots[1]) { in find_nfa()
1008 slots, in captures_nfa()
1027 slots, in captures_nfa_type()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/regex-1.5.4/src/
H A Dexec.rs112 #[allow(missing_debug_implementations)]
231 let mut prefixes = Some(Literals::empty()); in parse()
232 let mut suffixes = Some(Literals::empty()); in parse()
292 prefixes: prefixes.unwrap_or_else(Literals::empty), in parse()
293 suffixes: suffixes.unwrap_or_else(Literals::empty), in parse()
308 suffixes: LiteralSearcher::empty(), in build()
960 slots[1] in shortest_nfa_type()
984 match (slots[0], slots[1]) { in find_nfa()
1005 slots, in captures_nfa()
1024 slots, in captures_nfa_type()
[all …]
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/regex-1.4.3/src/
H A Dexec.rs104 #[allow(missing_debug_implementations)]
223 let mut prefixes = Some(Literals::empty()); in parse()
224 let mut suffixes = Some(Literals::empty()); in parse()
284 prefixes: prefixes.unwrap_or_else(Literals::empty), in parse()
285 suffixes: suffixes.unwrap_or_else(Literals::empty), in parse()
300 suffixes: LiteralSearcher::empty(), in build()
953 slots[1] in shortest_nfa_type()
977 match (slots[0], slots[1]) { in find_nfa()
998 slots, in captures_nfa()
1017 slots, in captures_nfa_type()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/regex-1.5.4/src/
H A Dexec.rs112 #[allow(missing_debug_implementations)]
231 let mut prefixes = Some(Literals::empty()); in parse()
232 let mut suffixes = Some(Literals::empty()); in parse()
292 prefixes: prefixes.unwrap_or_else(Literals::empty), in parse()
293 suffixes: suffixes.unwrap_or_else(Literals::empty), in parse()
308 suffixes: LiteralSearcher::empty(), in build()
960 slots[1] in shortest_nfa_type()
984 match (slots[0], slots[1]) { in find_nfa()
1005 slots, in captures_nfa()
1024 slots, in captures_nfa_type()
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/regex-1.5.4/src/
H A Dexec.rs112 #[allow(missing_debug_implementations)]
231 let mut prefixes = Some(Literals::empty()); in parse()
232 let mut suffixes = Some(Literals::empty()); in parse()
292 prefixes: prefixes.unwrap_or_else(Literals::empty), in parse()
293 suffixes: suffixes.unwrap_or_else(Literals::empty), in parse()
308 suffixes: LiteralSearcher::empty(), in build()
960 slots[1] in shortest_nfa_type()
984 match (slots[0], slots[1]) { in find_nfa()
1005 slots, in captures_nfa()
1024 slots, in captures_nfa_type()
[all …]
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/regex-1.5.4/src/
H A Dexec.rs112 #[allow(missing_debug_implementations)]
231 let mut prefixes = Some(Literals::empty()); in parse()
232 let mut suffixes = Some(Literals::empty()); in parse()
292 prefixes: prefixes.unwrap_or_else(Literals::empty), in parse()
293 suffixes: suffixes.unwrap_or_else(Literals::empty), in parse()
308 suffixes: LiteralSearcher::empty(), in build()
960 slots[1] in shortest_nfa_type()
984 match (slots[0], slots[1]) { in find_nfa()
1005 slots, in captures_nfa()
1024 slots, in captures_nfa_type()
[all …]

12345678910>>...287