Home
last modified time | relevance | path

Searched +defs:map +defs:or (Results 1 – 25 of 706) sorted by relevance

12345678910>>...29

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/log4php/renderers/
H A DLoggerRendererMap.php42 private $map; variable in LoggerRendererMap
147 private function put($class, $or) {
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/bitwise-1.0.0.1/src/Data/Array/
H A DBitArray.hs163 or a = runST (ST.or =<< ST.unsafeThaw a) function
194 map f a = runST (ST.unsafeFreeze =<< ST.map f =<< ST.unsafeThaw a) function
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/map/
H A DBitMap.java51 private int[] map; field in BitMap
68 public BitMap(int[] map) { in BitMap()
419 public static int countSetBitsEnd(int map) { in countSetBitsEnd()
472 public static int set(int map, int pos) { in set()
479 public static byte set(byte map, int pos) { in set()
486 public static int unset(int map, int pos) { in unset()
495 public static boolean isSet(int map, int pos) { in isSet()
526 public static void unset(byte[] map, int pos) { in unset()
543 public static void set(byte[] map, int pos) { in set()
605 public static void or(byte[] map, int pos, byte source, int count) { in or() method in BitMap
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/bitwise-1.0.0.1/src/Data/Bits/
H A DBitwise.hs66 map f = case (f False, f True) of function
102 or b = b /= zeroBits function
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/owning_ref-0.3.3/src/
H A Dlib.rs34 let or = OwningRef::new(v); localVariable
35 let or = or.map(|v| &v[1..3]); localVariable
92 let or = BoxRef::new(Box::new(foo)).map(|foo| { localVariable
355 pub fn map<F, U: ?Sized>(self, f: F) -> OwningRef<O, U> in map() method
539 pub fn map<F, U: ?Sized>(mut self, f: F) -> OwningRef<O, U> in map() method
1226 let or = or.map(|x| &x[..5]); in owner() localVariable
1234 let or = or.map(|x| &x[..5]); in into_inner() localVariable
1243 let or = or.map(|x| &x[..5]); in fmt_debug() localVariable
1656 let or = or.map_mut(|x| &mut x[..5]); in owner() localVariable
1664 let or = or.map_mut(|x| &mut x[..5]); in into_inner() localVariable
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/owning_ref/src/
H A Dlib.rs34 let or = OwningRef::new(v); localVariable
35 let or = or.map(|v| &v[1..3]); localVariable
92 let or = BoxRef::new(Box::new(foo)).map(|foo| { localVariable
355 pub fn map<F, U: ?Sized>(self, f: F) -> OwningRef<O, U> in map() method
539 pub fn map<F, U: ?Sized>(mut self, f: F) -> OwningRef<O, U> in map() method
1226 let or = or.map(|x| &x[..5]); in owner() localVariable
1234 let or = or.map(|x| &x[..5]); in into_inner() localVariable
1243 let or = or.map(|x| &x[..5]); in fmt_debug() localVariable
1656 let or = or.map_mut(|x| &mut x[..5]); in owner() localVariable
1664 let or = or.map_mut(|x| &mut x[..5]); in into_inner() localVariable
[all …]
/dports/audio/lewton/lewton-0.10.2/cargo-crates/owning_ref-0.3.3/src/
H A Dlib.rs34 let or = OwningRef::new(v); localVariable
35 let or = or.map(|v| &v[1..3]); localVariable
92 let or = BoxRef::new(Box::new(foo)).map(|foo| { localVariable
355 pub fn map<F, U: ?Sized>(self, f: F) -> OwningRef<O, U> in map() method
539 pub fn map<F, U: ?Sized>(mut self, f: F) -> OwningRef<O, U> in map() method
1226 let or = or.map(|x| &x[..5]); in owner() localVariable
1234 let or = or.map(|x| &x[..5]); in into_inner() localVariable
1243 let or = or.map(|x| &x[..5]); in fmt_debug() localVariable
1656 let or = or.map_mut(|x| &mut x[..5]); in owner() localVariable
1664 let or = or.map_mut(|x| &mut x[..5]); in into_inner() localVariable
[all …]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/owning_ref-0.4.0/src/
H A Dlib.rs34 let or = OwningRef::new(v); localVariable
35 let or = or.map(|v| &v[1..3]); localVariable
92 let or = BoxRef::new(Box::new(foo)).map(|foo| { localVariable
355 pub fn map<F, U: ?Sized>(self, f: F) -> OwningRef<O, U> in map() method
537 pub fn map<F, U: ?Sized>(mut self, f: F) -> OwningRef<O, U> in map() method
1239 let or = or.map(|x| &x[..5]); in as_owner() localVariable
1247 let or = or.map(|x| &x[..5]); in into_owner() localVariable
1256 let or = or.map(|x| &x[..5]); in fmt_debug() localVariable
1676 let or = or.map_mut(|x| &mut x[..5]); in as_owner() localVariable
1684 let or = or.map_mut(|x| &mut x[..5]); in into_owner() localVariable
[all …]
/dports/editors/xi-term/xi-term-d264767/cargo-crates/owning_ref-0.4.0/src/
H A Dlib.rs34 let or = OwningRef::new(v); localVariable
35 let or = or.map(|v| &v[1..3]); localVariable
92 let or = BoxRef::new(Box::new(foo)).map(|foo| { localVariable
355 pub fn map<F, U: ?Sized>(self, f: F) -> OwningRef<O, U> in map() method
537 pub fn map<F, U: ?Sized>(mut self, f: F) -> OwningRef<O, U> in map() method
1239 let or = or.map(|x| &x[..5]); in as_owner() localVariable
1247 let or = or.map(|x| &x[..5]); in into_owner() localVariable
1256 let or = or.map(|x| &x[..5]); in fmt_debug() localVariable
1676 let or = or.map_mut(|x| &mut x[..5]); in as_owner() localVariable
1684 let or = or.map_mut(|x| &mut x[..5]); in into_owner() localVariable
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/owning_ref/src/
H A Dlib.rs34 let or = OwningRef::new(v); localVariable
35 let or = or.map(|v| &v[1..3]); localVariable
92 let or = BoxRef::new(Box::new(foo)).map(|foo| { localVariable
355 pub fn map<F, U: ?Sized>(self, f: F) -> OwningRef<O, U> in map() method
602 pub fn map<F, U: ?Sized>(mut self, f: F) -> OwningRef<O, U> in map() method
1304 let or = or.map(|x| &x[..5]); in as_owner() localVariable
1312 let or = or.map(|x| &x[..5]); in into_owner() localVariable
1321 let or = or.map(|x| &x[..5]); in fmt_debug() localVariable
1774 let or = or.map_mut(|x| &mut x[..5]); in as_owner() localVariable
1782 let or = or.map_mut(|x| &mut x[..5]); in into_owner() localVariable
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/owning_ref/src/
H A Dlib.rs34 let or = OwningRef::new(v); localVariable
35 let or = or.map(|v| &v[1..3]); localVariable
92 let or = BoxRef::new(Box::new(foo)).map(|foo| { localVariable
355 pub fn map<F, U: ?Sized>(self, f: F) -> OwningRef<O, U> in map() method
602 pub fn map<F, U: ?Sized>(mut self, f: F) -> OwningRef<O, U> in map() method
1304 let or = or.map(|x| &x[..5]); in as_owner() localVariable
1312 let or = or.map(|x| &x[..5]); in into_owner() localVariable
1321 let or = or.map(|x| &x[..5]); in fmt_debug() localVariable
1774 let or = or.map_mut(|x| &mut x[..5]); in as_owner() localVariable
1782 let or = or.map_mut(|x| &mut x[..5]); in into_owner() localVariable
[all …]
/dports/devel/texlab/texlab-3.3.0/cargo-crates/owning_ref-0.3.3/src/
H A Dlib.rs34 let or = OwningRef::new(v); localVariable
35 let or = or.map(|v| &v[1..3]); localVariable
92 let or = BoxRef::new(Box::new(foo)).map(|foo| { localVariable
355 pub fn map<F, U: ?Sized>(self, f: F) -> OwningRef<O, U> in map() method
539 pub fn map<F, U: ?Sized>(mut self, f: F) -> OwningRef<O, U> in map() method
1226 let or = or.map(|x| &x[..5]); in owner() localVariable
1234 let or = or.map(|x| &x[..5]); in into_inner() localVariable
1243 let or = or.map(|x| &x[..5]); in fmt_debug() localVariable
1656 let or = or.map_mut(|x| &mut x[..5]); in owner() localVariable
1664 let or = or.map_mut(|x| &mut x[..5]); in into_inner() localVariable
[all …]
/dports/games/dose-response/dose-response-179c326/cargo-crates/owning_ref-0.4.0/src/
H A Dlib.rs34 let or = OwningRef::new(v); localVariable
35 let or = or.map(|v| &v[1..3]); localVariable
92 let or = BoxRef::new(Box::new(foo)).map(|foo| { localVariable
355 pub fn map<F, U: ?Sized>(self, f: F) -> OwningRef<O, U> in map() method
537 pub fn map<F, U: ?Sized>(mut self, f: F) -> OwningRef<O, U> in map() method
1239 let or = or.map(|x| &x[..5]); in as_owner() localVariable
1247 let or = or.map(|x| &x[..5]); in into_owner() localVariable
1256 let or = or.map(|x| &x[..5]); in fmt_debug() localVariable
1676 let or = or.map_mut(|x| &mut x[..5]); in as_owner() localVariable
1684 let or = or.map_mut(|x| &mut x[..5]); in into_owner() localVariable
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/owning_ref-0.4.1/src/
H A Dlib.rs34 let or = OwningRef::new(v); localVariable
35 let or = or.map(|v| &v[1..3]); localVariable
92 let or = BoxRef::new(Box::new(foo)).map(|foo| { localVariable
355 pub fn map<F, U: ?Sized>(self, f: F) -> OwningRef<O, U> in map() method
602 pub fn map<F, U: ?Sized>(mut self, f: F) -> OwningRef<O, U> in map() method
1304 let or = or.map(|x| &x[..5]); in as_owner() localVariable
1312 let or = or.map(|x| &x[..5]); in into_owner() localVariable
1321 let or = or.map(|x| &x[..5]); in fmt_debug() localVariable
1774 let or = or.map_mut(|x| &mut x[..5]); in as_owner() localVariable
1782 let or = or.map_mut(|x| &mut x[..5]); in into_owner() localVariable
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/owning_ref-0.4.0/src/
H A Dlib.rs34 let or = OwningRef::new(v); localVariable
35 let or = or.map(|v| &v[1..3]); localVariable
92 let or = BoxRef::new(Box::new(foo)).map(|foo| { localVariable
355 pub fn map<F, U: ?Sized>(self, f: F) -> OwningRef<O, U> in map() method
537 pub fn map<F, U: ?Sized>(mut self, f: F) -> OwningRef<O, U> in map() method
1239 let or = or.map(|x| &x[..5]); in as_owner() localVariable
1247 let or = or.map(|x| &x[..5]); in into_owner() localVariable
1256 let or = or.map(|x| &x[..5]); in fmt_debug() localVariable
1676 let or = or.map_mut(|x| &mut x[..5]); in as_owner() localVariable
1684 let or = or.map_mut(|x| &mut x[..5]); in into_owner() localVariable
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/owning_ref/src/
H A Dlib.rs34 let or = OwningRef::new(v); localVariable
35 let or = or.map(|v| &v[1..3]); localVariable
92 let or = BoxRef::new(Box::new(foo)).map(|foo| { localVariable
355 pub fn map<F, U: ?Sized>(self, f: F) -> OwningRef<O, U> in map() method
602 pub fn map<F, U: ?Sized>(mut self, f: F) -> OwningRef<O, U> in map() method
1304 let or = or.map(|x| &x[..5]); in as_owner() localVariable
1312 let or = or.map(|x| &x[..5]); in into_owner() localVariable
1321 let or = or.map(|x| &x[..5]); in fmt_debug() localVariable
1774 let or = or.map_mut(|x| &mut x[..5]); in as_owner() localVariable
1782 let or = or.map_mut(|x| &mut x[..5]); in into_owner() localVariable
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/owning_ref-0.4.1/src/
H A Dlib.rs34 let or = OwningRef::new(v); localVariable
35 let or = or.map(|v| &v[1..3]); localVariable
92 let or = BoxRef::new(Box::new(foo)).map(|foo| { localVariable
355 pub fn map<F, U: ?Sized>(self, f: F) -> OwningRef<O, U> in map() method
602 pub fn map<F, U: ?Sized>(mut self, f: F) -> OwningRef<O, U> in map() method
1304 let or = or.map(|x| &x[..5]); in as_owner() localVariable
1312 let or = or.map(|x| &x[..5]); in into_owner() localVariable
1321 let or = or.map(|x| &x[..5]); in fmt_debug() localVariable
1774 let or = or.map_mut(|x| &mut x[..5]); in as_owner() localVariable
1782 let or = or.map_mut(|x| &mut x[..5]); in into_owner() localVariable
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/owning_ref/src/
H A Dlib.rs34 let or = OwningRef::new(v); localVariable
35 let or = or.map(|v| &v[1..3]); localVariable
92 let or = BoxRef::new(Box::new(foo)).map(|foo| { localVariable
355 pub fn map<F, U: ?Sized>(self, f: F) -> OwningRef<O, U> in map() method
537 pub fn map<F, U: ?Sized>(mut self, f: F) -> OwningRef<O, U> in map() method
1239 let or = or.map(|x| &x[..5]); in as_owner() localVariable
1247 let or = or.map(|x| &x[..5]); in into_owner() localVariable
1256 let or = or.map(|x| &x[..5]); in fmt_debug() localVariable
1676 let or = or.map_mut(|x| &mut x[..5]); in as_owner() localVariable
1684 let or = or.map_mut(|x| &mut x[..5]); in into_owner() localVariable
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/bitwise-1.0.0.1/src/Data/Array/BitArray/
H A DST.hs159 or (STB a) = unsafeIOToST (IO.or a) function
191 map f (STB a) = STB `fmap` unsafeIOToST (IO.map f a) function
/dports/devel/log4j/apache-log4j-1.2.17/src/main/java/org/apache/log4j/or/
H A DRendererMap.java33 Hashtable map; field in RendererMap
195 void put(Class clazz, ObjectRenderer or) { in put()
/dports/lang/racket/racket-8.3/share/pkgs/frtime/
H A Dlang-utils.rkt237 (define-syntax or function
363 (define map function
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/unit_types/
H A Dunit_arg.rs22 let map = &cx.tcx.hir(); in check() localVariable
77 let mut or = ""; in lint_unit_args() localVariable
/dports/databases/elixir-ecto/ecto-2.2.10/lib/ecto/query/
H A Dapi.ex61 def left or right, do: doc! [left, right] operator
370 def map(source, fields), do: doc! [source, fields] function
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/util/
H A DOptional.java253 public <U> Optional<U> map(Function<? super T, ? extends U> mapper) { in map() method in Optional
305 public Optional<T> or(Supplier<? extends Optional<? extends T>> supplier) { in or() method in Optional
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/util/
H A DOptional.java255 public <U> Optional<U> map(Function<? super T, ? extends U> mapper) { in map() method in Optional
307 public Optional<T> or(Supplier<? extends Optional<? extends T>> supplier) { in or() method in Optional

12345678910>>...29