Home
last modified time | relevance | path

Searched refs:Excluded (Results 1 – 25 of 3642) sorted by relevance

12345678910>>...146

/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/t/tokenize/
H A Dcomment.tex19 Before Excluded.
20 \begin{Excluded}
21 Inside Excluded.
22 \end{Excluded}
23 After Excluded.
35 Inside Excluded.
37 \end{Excluded}
39 After Excluded.
77 Before Excluded
78 \Excluded
[all …]
/dports/textproc/adabrowse/adabrowse_4.0.3/
H A Dad-exclusions.adb64 Excluded : Boolean; component
73 Excluded : in Boolean)
84 P.Excluded := Excluded;
90 Anchor := new Exclusion'(K, P, Excluded);
92 Q.Next := new Exclusion'(K, P, Excluded);
106 return P.Excluded;
156 if P.Excluded = Flag then
166 if R.Excluded = Flag then
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/diesel-1.4.8/src/pg/upsert/
H A Don_conflict_actions.rs8 pub fn excluded<T>(excluded: T) -> Excluded<T> { in excluded()
9 Excluded(excluded) in excluded()
53 pub struct Excluded<T>(T); struct
55 impl<T> QueryFragment<Pg> for Excluded<T> implementation
66 impl<T> Expression for Excluded<T> implementation
73 impl<T> AppearsOnTable<T::Table> for Excluded<T> implementation
76 Excluded<T>: Expression,
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/diesel-1.4.8/src/pg/upsert/
H A Don_conflict_actions.rs8 pub fn excluded<T>(excluded: T) -> Excluded<T> { in excluded()
9 Excluded(excluded) in excluded()
53 pub struct Excluded<T>(T); struct
55 impl<T> QueryFragment<Pg> for Excluded<T> implementation
66 impl<T> Expression for Excluded<T> implementation
73 impl<T> AppearsOnTable<T::Table> for Excluded<T> implementation
76 Excluded<T>: Expression,
/dports/lang/rust/rustc-1.58.1-src/library/core/src/ops/
H A Drange.rs684 Excluded(ref x) => Excluded(x), in as_ref()
695 Excluded(ref mut x) => Excluded(x), in as_mut()
729 Excluded(x) => Excluded(f(x)), in map()
752 Bound::Excluded(x) => Bound::Excluded(x.clone()), in cloned()
855 Excluded(&self.end) in end_bound()
865 Excluded(&self.end) in end_bound()
878 Excluded(&self.end) in end_bound()
900 (Excluded(ref start), _) => Excluded(start), in start_bound()
908 (_, Excluded(ref end)) => Excluded(end), in end_bound()
941 Excluded(self.end) in end_bound()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/thin-vec-0.1.0/src/
H A Drange.rs2 use std::collections::Bound::{self, Excluded, Included, Unbounded};
43 Excluded(&self.end) in end()
52 Excluded(&self.end) in end()
80 (Excluded(ref start), _) => Excluded(start), in start()
88 (_, Excluded(ref end)) => Excluded(end), in end()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/thin-vec/src/
H A Drange.rs2 use std::collections::Bound::{self, Excluded, Included, Unbounded};
43 Excluded(&self.end) in end()
52 Excluded(&self.end) in end()
80 (Excluded(ref start), _) => Excluded(start), in start()
88 (_, Excluded(ref end)) => Excluded(end), in end()
/dports/editors/helix/helix-0.5.0/cargo-crates/quickcheck-1.0.3/examples/
H A Dbtree_set_range.rs18 Excluded(start) => start < item, in contains()
22 Excluded(end) => item < end, in contains()
33 (Excluded(start), Excluded(end)) => start >= end, in panics()
34 (Included(start), Excluded(end)) in panics()
35 | (Excluded(start), Included(end)) in panics()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/quickcheck-1.0.3/examples/
H A Dbtree_set_range.rs18 Excluded(start) => start < item,
22 Excluded(end) => item < end,
33 (Excluded(start), Excluded(end)) => start >= end,
34 (Included(start), Excluded(end))
35 | (Excluded(start), Included(end))
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/quickcheck-0.9.2/examples/
H A Dbtree_set_range.rs18 Excluded(start) => start < item, in contains()
22 Excluded(end) => item < end, in contains()
33 (Excluded(start), Excluded(end)) => start >= end, in panics()
34 (Included(start), Excluded(end)) in panics()
35 | (Excluded(start), Included(end)) in panics()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/tools/yaml2obj/ELF/
H A Dsection-headers-exclude.yaml41 Excluded:
75 Excluded:
99 Excluded:
114 Excluded:
147 Excluded:
174 Excluded:
200 Excluded:
225 Excluded:
247 Excluded:
270 Excluded:
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/test/tools/yaml2obj/ELF/
H A Dsection-headers-exclude.yaml41 Excluded:
75 Excluded:
99 Excluded:
114 Excluded:
147 Excluded:
174 Excluded:
200 Excluded:
225 Excluded:
247 Excluded:
270 Excluded:
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/tools/yaml2obj/ELF/
H A Dsection-headers-exclude.yaml40 Excluded:
74 Excluded:
98 Excluded:
113 Excluded:
145 Excluded:
171 Excluded:
196 Excluded:
220 Excluded:
241 Excluded:
263 Excluded:
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/test/tools/yaml2obj/ELF/
H A Dsection-headers-exclude.yaml40 Excluded:
74 Excluded:
98 Excluded:
113 Excluded:
145 Excluded:
171 Excluded:
196 Excluded:
220 Excluded:
241 Excluded:
263 Excluded:
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/tools/yaml2obj/ELF/
H A Dsection-headers-exclude.yaml40 Excluded:
74 Excluded:
98 Excluded:
113 Excluded:
145 Excluded:
171 Excluded:
196 Excluded:
220 Excluded:
241 Excluded:
263 Excluded:
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/tools/yaml2obj/ELF/
H A Dsection-headers-exclude.yaml40 Excluded:
74 Excluded:
98 Excluded:
113 Excluded:
145 Excluded:
171 Excluded:
196 Excluded:
220 Excluded:
241 Excluded:
263 Excluded:
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/tools/yaml2obj/ELF/
H A Dsection-headers-exclude.yaml40 Excluded:
73 Excluded:
96 Excluded:
110 Excluded:
142 Excluded:
168 Excluded:
193 Excluded:
217 Excluded:
238 Excluded:
260 Excluded:
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/tools/yaml2obj/ELF/
H A Dsection-headers-exclude.yaml40 Excluded:
74 Excluded:
98 Excluded:
113 Excluded:
145 Excluded:
171 Excluded:
196 Excluded:
220 Excluded:
241 Excluded:
263 Excluded:
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/tools/yaml2obj/ELF/
H A Dsection-headers-exclude.yaml40 Excluded:
74 Excluded:
98 Excluded:
113 Excluded:
145 Excluded:
171 Excluded:
196 Excluded:
220 Excluded:
241 Excluded:
263 Excluded:
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/tools/yaml2obj/ELF/
H A Dsection-headers-exclude.yaml40 Excluded:
74 Excluded:
98 Excluded:
113 Excluded:
145 Excluded:
171 Excluded:
196 Excluded:
220 Excluded:
241 Excluded:
263 Excluded:
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/tools/yaml2obj/ELF/
H A Dsection-headers-exclude.yaml40 Excluded:
74 Excluded:
98 Excluded:
113 Excluded:
145 Excluded:
171 Excluded:
196 Excluded:
220 Excluded:
241 Excluded:
263 Excluded:
[all …]
/dports/lang/rust/rustc-1.58.1-src/library/alloc/src/collections/btree/map/
H A Dtests.rs588 assert_eq!(range_keys(&map, (Excluded(0), Excluded(size + 1))), all); in test_range_small()
605 assert_eq!(range_keys(&map, (Excluded(0), Excluded(1))), vec![]); in test_range_small()
611 assert_eq!(range_keys(&map, (Excluded(0), Excluded(2))), first); in test_range_small()
619 assert_eq!(range_keys(&map, (Excluded(size - 1), Excluded(size + 1))), last); in test_range_small()
627 assert_eq!(range_keys(&map, (Excluded(size), Excluded(size + 1))), vec![]); in test_range_small()
667 assert_eq!(range_keys(&map, (Excluded(0), Excluded(size + 1))), all); in test_range_large()
684 assert_eq!(range_keys(&map, (Excluded(0), Excluded(1))), vec![]); in test_range_large()
690 assert_eq!(range_keys(&map, (Excluded(0), Excluded(2))), first); in test_range_large()
706 assert_eq!(range_keys(&map, (Excluded(size), Excluded(size + 1))), vec![]); in test_range_large()
747 let _ = map.range((Excluded(2), Excluded(2))); in test_range_equal_excluded()
[all …]
/dports/graphics/R-cran-s2/s2/src/s2/
H A Ds2predicates.cc1193 if (min_ra2 < 0) return Excluded::UNCERTAIN; in TriageVoronoiSiteExclusion()
1205 if (min_rb2 < 0) return Excluded::UNCERTAIN; in TriageVoronoiSiteExclusion()
1264 return Excluded::UNCERTAIN; in TriageVoronoiSiteExclusion()
1269 return (lhs3 > 0) ? Excluded::FIRST : Excluded::SECOND; in TriageVoronoiSiteExclusion()
1333 return ca == 1 ? Excluded::FIRST : Excluded::SECOND; in ExactVoronoiSiteExclusion()
1341 return Excluded::NEITHER; in ExactVoronoiSiteExclusion()
1356 if (lhs3.sgn() < 0) return Excluded::NEITHER; in ExactVoronoiSiteExclusion()
1364 if (result < 0) return Excluded::NEITHER; in ExactVoronoiSiteExclusion()
1381 return (lhs2_sgn > 0) ? Excluded::FIRST : Excluded::SECOND; in ExactVoronoiSiteExclusion()
1478 template Excluded TriageVoronoiSiteExclusion(
[all …]
/dports/graphics/s2/s2geometry-0.9.0/src/s2/
H A Ds2predicates.cc1193 if (min_ra2 < 0) return Excluded::UNCERTAIN; in TriageVoronoiSiteExclusion()
1205 if (min_rb2 < 0) return Excluded::UNCERTAIN; in TriageVoronoiSiteExclusion()
1264 return Excluded::UNCERTAIN; in TriageVoronoiSiteExclusion()
1269 return (lhs3 > 0) ? Excluded::FIRST : Excluded::SECOND; in TriageVoronoiSiteExclusion()
1333 return ca == 1 ? Excluded::FIRST : Excluded::SECOND; in ExactVoronoiSiteExclusion()
1341 return Excluded::NEITHER; in ExactVoronoiSiteExclusion()
1356 if (lhs3.sgn() < 0) return Excluded::NEITHER; in ExactVoronoiSiteExclusion()
1364 if (result < 0) return Excluded::NEITHER; in ExactVoronoiSiteExclusion()
1381 return (lhs2_sgn > 0) ? Excluded::FIRST : Excluded::SECOND; in ExactVoronoiSiteExclusion()
1478 template Excluded TriageVoronoiSiteExclusion(
[all …]
/dports/graphics/py-s2/s2geometry-0.9.0/src/s2/
H A Ds2predicates.cc1193 if (min_ra2 < 0) return Excluded::UNCERTAIN; in TriageVoronoiSiteExclusion()
1205 if (min_rb2 < 0) return Excluded::UNCERTAIN; in TriageVoronoiSiteExclusion()
1264 return Excluded::UNCERTAIN; in TriageVoronoiSiteExclusion()
1269 return (lhs3 > 0) ? Excluded::FIRST : Excluded::SECOND; in TriageVoronoiSiteExclusion()
1333 return ca == 1 ? Excluded::FIRST : Excluded::SECOND; in ExactVoronoiSiteExclusion()
1341 return Excluded::NEITHER; in ExactVoronoiSiteExclusion()
1356 if (lhs3.sgn() < 0) return Excluded::NEITHER; in ExactVoronoiSiteExclusion()
1364 if (result < 0) return Excluded::NEITHER; in ExactVoronoiSiteExclusion()
1381 return (lhs2_sgn > 0) ? Excluded::FIRST : Excluded::SECOND; in ExactVoronoiSiteExclusion()
1478 template Excluded TriageVoronoiSiteExclusion(
[all …]

12345678910>>...146