Home
last modified time | relevance | path

Searched defs:is_match (Results 1 – 25 of 1495) sorted by relevance

12345678910>>...60

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/webcrypto/algorithms/
H A Drsa_pss_unittest.cc66 bool is_match = false; in TEST_F() local
119 bool is_match = false; in TEST_F() local
153 bool is_match = false; in TEST_F() local
208 bool is_match = false; in TEST_F() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/webcrypto/algorithms/
H A Drsa_pss_unittest.cc67 bool is_match = false; in TEST_F() local
120 bool is_match = false; in TEST_F() local
154 bool is_match = false; in TEST_F() local
209 bool is_match = false; in TEST_F() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Delement_traversal.h305 MatchFunc is_match) { in FirstChild()
343 MatchFunc is_match) { in LastChild()
364 MatchFunc is_match) { in FirstWithin()
385 MatchFunc is_match) { in LastWithin()
424 MatchFunc is_match) { in Next()
453 MatchFunc is_match) { in Previous()
533 MatchFunc is_match) { in PreviousSibling()
551 MatchFunc is_match) { in NextSibling()
H A Dlive_node_list_base.h146 MatchFunc is_match) { in TraverseMatchingElementsForwardToOffset()
163 MatchFunc is_match) { in TraverseMatchingElementsBackwardToOffset()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Delement_traversal.h305 MatchFunc is_match) { in FirstChild()
343 MatchFunc is_match) { in LastChild()
364 MatchFunc is_match) { in FirstWithin()
385 MatchFunc is_match) { in LastWithin()
424 MatchFunc is_match) { in Next()
453 MatchFunc is_match) { in Previous()
533 MatchFunc is_match) { in PreviousSibling()
551 MatchFunc is_match) { in NextSibling()
H A Dlive_node_list_base.h146 MatchFunc is_match) { in TraverseMatchingElementsForwardToOffset()
163 MatchFunc is_match) { in TraverseMatchingElementsBackwardToOffset()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/fst-regex-0.2.2/src/
H A Ddfa.rs22 is_match: bool, field
79 let mut is_match = false; in cached_state() localVariable
109 pub fn is_match(&self, si: usize) -> bool { in is_match() method
137 let mut is_match = false; in run() localVariable
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/fst-0.4.7/src/automaton/
H A Dmod.rs39 fn is_match(&self, state: &Self::State) -> bool; in is_match() method
120 fn is_match(&self, state: &T::State) -> bool { in is_match() method
190 fn is_match(&self, pos: &Option<usize>) -> bool { in is_match() method
263 fn is_match(&self, &state: &usize) -> bool { in is_match() method
301 fn is_match(&self, _: &()) -> bool { in is_match() method
345 fn is_match(&self, state: &StartsWithState<A>) -> bool { in is_match() method
399 fn is_match(&self, state: &UnionState<A, B>) -> bool { in is_match() method
434 fn is_match(&self, state: &IntersectionState<A, B>) -> bool { in is_match() method
473 fn is_match(&self, state: &ComplementState<A>) -> bool { in is_match() method
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/fst-0.4.7/src/automaton/
H A Dmod.rs39 fn is_match(&self, state: &Self::State) -> bool; in is_match() method
120 fn is_match(&self, state: &T::State) -> bool { in is_match() method
190 fn is_match(&self, pos: &Option<usize>) -> bool { in is_match() method
263 fn is_match(&self, &state: &usize) -> bool { in is_match() method
301 fn is_match(&self, _: &()) -> bool { in is_match() method
345 fn is_match(&self, state: &StartsWithState<A>) -> bool { in is_match() method
399 fn is_match(&self, state: &UnionState<A, B>) -> bool { in is_match() method
434 fn is_match(&self, state: &IntersectionState<A, B>) -> bool { in is_match() method
473 fn is_match(&self, state: &ComplementState<A>) -> bool { in is_match() method
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/fst-0.3.5/src/automaton/
H A Dmod.rs35 fn is_match(&self, state: &Self::State) -> bool; in is_match() method
105 fn is_match(&self, state: &Self::State) -> bool { in is_match() method
171 fn is_match(&self, pos: &Option<usize>) -> bool { in is_match() method
244 fn is_match(&self, &state: &usize) -> bool { in is_match() method
274 #[inline] fn is_match(&self, _: &()) -> bool { true } in is_match() method
307 fn is_match(&self, state: &StartsWithState<A>) -> bool { in is_match() method
366 fn is_match(&self, state: &UnionState<A, B>) -> bool { in is_match() method
404 fn is_match(&self, state: &IntersectionState<A, B>) -> bool { in is_match() method
442 fn is_match(&self, state: &ComplementState<A>) -> bool { in is_match() method
/dports/lang/rust/rustc-1.58.1-src/vendor/fst/src/automaton/
H A Dmod.rs39 fn is_match(&self, state: &Self::State) -> bool; in is_match() method
120 fn is_match(&self, state: &T::State) -> bool { in is_match() method
190 fn is_match(&self, pos: &Option<usize>) -> bool { in is_match() method
263 fn is_match(&self, &state: &usize) -> bool { in is_match() method
301 fn is_match(&self, _: &()) -> bool { in is_match() method
345 fn is_match(&self, state: &StartsWithState<A>) -> bool { in is_match() method
399 fn is_match(&self, state: &UnionState<A, B>) -> bool { in is_match() method
434 fn is_match(&self, state: &IntersectionState<A, B>) -> bool { in is_match() method
473 fn is_match(&self, state: &ComplementState<A>) -> bool { in is_match() method
/dports/lang/rust/rustc-1.58.1-src/vendor/fst-0.4.5/src/automaton/
H A Dmod.rs39 fn is_match(&self, state: &Self::State) -> bool; in is_match() method
120 fn is_match(&self, state: &T::State) -> bool { in is_match() method
190 fn is_match(&self, pos: &Option<usize>) -> bool { in is_match() method
263 fn is_match(&self, &state: &usize) -> bool { in is_match() method
301 fn is_match(&self, _: &()) -> bool { in is_match() method
345 fn is_match(&self, state: &StartsWithState<A>) -> bool { in is_match() method
399 fn is_match(&self, state: &UnionState<A, B>) -> bool { in is_match() method
434 fn is_match(&self, state: &IntersectionState<A, B>) -> bool { in is_match() method
473 fn is_match(&self, state: &ComplementState<A>) -> bool { in is_match() method
/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/
H A DRemasterActionDialogs.cpp303 addSlider(p1, in is_match()
304 N_("Ratio"), in is_match()
536 …t->setTipText(_("After the beginning of a quiet area has been detected the audio level must rise a… in new()
579 true in add()
580 ); in add()
581 getComboText("New Sample Rate")->setIntegerValue(44100);
607 …new FXLabel(p2,_("CAUTION: Some of combinations of these parameters cause the SoundTouch library t… in matches_into()
642 CActionParamMapper_linear_range *swl_m=new CActionParamMapper_linear_range(28,1,500); in matches_into()
671 FXPacker *p0=newVertPanel(NULL); in is_match()
703 NULL, in is_match()
[all …]
/dports/devel/plasma5-khotkeys/khotkeys-5.23.5/libkhotkeysprivate/conditions/
H A Dactive_window_condition.h47 bool is_match; variable
H A Dexisting_window_condition.h57 bool is_match; variable
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/globset-0.4.8/src/
H A Dlib.rs302 pub fn is_match<P: AsRef<Path>>(&self, path: P) -> bool { in is_match() method
536 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
579 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
607 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
641 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
671 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
703 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
731 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
774 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/globset-0.4.8/src/
H A Dlib.rs302 pub fn is_match<P: AsRef<Path>>(&self, path: P) -> bool { in is_match() method
536 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
579 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
607 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
641 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
671 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
703 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
731 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
774 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/globset-0.4.8/src/
H A Dlib.rs302 pub fn is_match<P: AsRef<Path>>(&self, path: P) -> bool { in is_match() method
536 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
579 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
607 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
641 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
671 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
703 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
731 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
774 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
/dports/lang/gleam/gleam-0.18.2/cargo-crates/globset-0.4.8/src/
H A Dlib.rs302 pub fn is_match<P: AsRef<Path>>(&self, path: P) -> bool { in is_match() method
536 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
579 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
607 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
641 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
671 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
703 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
731 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
774 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
/dports/devel/git-delta/delta-0.9.2/cargo-crates/globset-0.4.8/src/
H A Dlib.rs302 pub fn is_match<P: AsRef<Path>>(&self, path: P) -> bool { in is_match() method
536 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
579 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
607 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
641 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
671 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
703 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
731 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
774 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
/dports/editors/helix/helix-0.5.0/cargo-crates/globset-0.4.8/src/
H A Dlib.rs302 pub fn is_match<P: AsRef<Path>>(&self, path: P) -> bool { in is_match() method
536 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
579 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
607 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
641 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
671 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
703 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
731 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
774 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/globset-0.4.6/src/
H A Dlib.rs312 pub fn is_match<P: AsRef<Path>>(&self, path: P) -> bool { in is_match() method
539 fn is_match(&self, candidate: &Candidate) -> bool { in is_match() method
578 fn is_match(&self, candidate: &Candidate) -> bool { in is_match() method
602 fn is_match(&self, candidate: &Candidate) -> bool { in is_match() method
632 fn is_match(&self, candidate: &Candidate) -> bool { in is_match() method
658 fn is_match(&self, candidate: &Candidate) -> bool { in is_match() method
686 fn is_match(&self, candidate: &Candidate) -> bool { in is_match() method
710 fn is_match(&self, candidate: &Candidate) -> bool { in is_match() method
749 fn is_match(&self, candidate: &Candidate) -> bool { in is_match() method
/dports/textproc/ripgrep/ripgrep-13.0.0/crates/globset/src/
H A Dlib.rs302 pub fn is_match<P: AsRef<Path>>(&self, path: P) -> bool { in is_match() method
536 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
579 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
607 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
641 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
671 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
703 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
731 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
774 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/globset-0.4.7/src/
H A Dlib.rs302 pub fn is_match<P: AsRef<Path>>(&self, path: P) -> bool { in is_match() method
536 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
579 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
607 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
641 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
671 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
703 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
731 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
774 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
/dports/devel/grcov/grcov-0.8.2/cargo-crates/globset-0.4.8/src/
H A Dlib.rs302 pub fn is_match<P: AsRef<Path>>(&self, path: P) -> bool { in is_match() method
536 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
579 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
607 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
641 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
671 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
703 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
731 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method
774 fn is_match(&self, candidate: &Candidate<'_>) -> bool { in is_match() method

12345678910>>...60