Home
last modified time | relevance | path

Searched defs:or (Results 1 – 25 of 3640) sorted by relevance

12345678910>>...146

/dports/net/rospo/rospo-0.7.1/vendor/github.com/go-playground/locales/locales-0.13.0/or/
H A Dor.go1 package or package
12 type or struct { struct
13 locale string
17 decimal string
18 group string
19 minus string
20 percent string
21 perMille string
22 timeSeparator string
23 inifinity string
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/gohugoio/locales/or/
H A Dor.go1 package or package
12 type or struct { struct
13 locale string
17 decimal string
18 group string
19 minus string
20 percent string
21 perMille string
22 timeSeparator string
23 inifinity string
[all …]
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/go-playground/locales/or/
H A Dor.go1 package or package
12 type or struct { struct
13 locale string
17 decimal string
18 group string
19 minus string
20 percent string
21 perMille string
22 timeSeparator string
23 inifinity string
[all …]
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/s12z/
H A Dor-opr.s1 or d0, [-223,y] define
2 or d1, (34000, p) define
3 or d2, (-x) define
4 or d3, (y+) define
5 or d4, d4 define
6 or d5, 30678 define
7 or d6, [91256] define
8 or d7, (d4,y) define
H A Dor-imm.s2 or d3, #0x1234 define
3 or d4, #-902 define
4 or d5, #345 define
5 or d0, #0x12 define
6 or d1, #0x34 define
7 or d6, #0x56789ABC define
8 or d7, #-12345678 define
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/s12z/
H A Dor-opr.s1 or d0, [-223,y] define
2 or d1, (34000, p) define
3 or d2, (-x) define
4 or d3, (y+) define
5 or d4, d4 define
6 or d5, 30678 define
7 or d6, [91256] define
8 or d7, (d4,y) define
H A Dor-imm.s2 or d3, #0x1234 define
3 or d4, #-902 define
4 or d5, #345 define
5 or d0, #0x12 define
6 or d1, #0x34 define
7 or d6, #0x56789ABC define
8 or d7, #-12345678 define
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/s12z/
H A Dor-opr.s1 or d0, [-223,y] define
2 or d1, (34000, p) define
3 or d2, (-x) define
4 or d3, (y+) define
5 or d4, d4 define
6 or d5, 30678 define
7 or d6, [91256] define
8 or d7, (d4,y) define
H A Dor-imm.s2 or d3, #0x1234 define
3 or d4, #-902 define
4 or d5, #345 define
5 or d0, #0x12 define
6 or d1, #0x34 define
7 or d6, #0x56789ABC define
8 or d7, #-12345678 define
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_data_structures-722.0.0/src/owning_ref/
H A Dtests.rs31 let or: BoxRef<_, u32> = or.map(|x| &x.0); in map_offset_ref() localVariable
35 let or: BoxRef<_, u8> = or.map(|x| &x.2[1]); in map_offset_ref() localVariable
48 let or: BoxRef<()> = Box::new(()).into(); in map_static_ref() localVariable
49 let or: BoxRef<_, str> = or.map(|_| "hello"); in map_static_ref() localVariable
70 let or = or.map(|x| &x[..5]); in owner() localVariable
78 let or = or.map(|x| &x[..5]); in into_inner() localVariable
87 let or = or.map(|x| &x[..5]); in fmt_debug() localVariable
488 let or = or.map_mut(|x| &mut x[..5]); in owner() localVariable
496 let or = or.map_mut(|x| &mut x[..5]); in into_inner() localVariable
505 let or = or.map_mut(|x| &mut x[..5]); in fmt_debug() localVariable
[all …]
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_data_structures-718.0.0/src/owning_ref/
H A Dtests.rs31 let or: BoxRef<_, u32> = or.map(|x| &x.0); in map_offset_ref() localVariable
35 let or: BoxRef<_, u8> = or.map(|x| &x.2[1]); in map_offset_ref() localVariable
48 let or: BoxRef<()> = Box::new(()).into(); in map_static_ref() localVariable
49 let or: BoxRef<_, str> = or.map(|_| "hello"); in map_static_ref() localVariable
70 let or = or.map(|x| &x[..5]); in owner() localVariable
78 let or = or.map(|x| &x[..5]); in into_inner() localVariable
87 let or = or.map(|x| &x[..5]); in fmt_debug() localVariable
488 let or = or.map_mut(|x| &mut x[..5]); in owner() localVariable
496 let or = or.map_mut(|x| &mut x[..5]); in into_inner() localVariable
505 let or = or.map_mut(|x| &mut x[..5]); in fmt_debug() localVariable
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_data_structures/src/owning_ref/
H A Dtests.rs31 let or: BoxRef<_, u32> = or.map(|x| &x.0); in map_offset_ref() localVariable
35 let or: BoxRef<_, u8> = or.map(|x| &x.2[1]); in map_offset_ref() localVariable
48 let or: BoxRef<()> = Box::new(()).into(); in map_static_ref() localVariable
49 let or: BoxRef<_, str> = or.map(|_| "hello"); in map_static_ref() localVariable
70 let or = or.map(|x| &x[..5]); in owner() localVariable
78 let or = or.map(|x| &x[..5]); in into_inner() localVariable
87 let or = or.map(|x| &x[..5]); in fmt_debug() localVariable
488 let or = or.map_mut(|x| &mut x[..5]); in owner() localVariable
496 let or = or.map_mut(|x| &mut x[..5]); in into_inner() localVariable
505 let or = or.map_mut(|x| &mut x[..5]); in fmt_debug() localVariable
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_data_structures/src/owning_ref/
H A Dtests.rs31 let or: BoxRef<_, u32> = or.map(|x| &x.0); in map_offset_ref() localVariable
35 let or: BoxRef<_, u8> = or.map(|x| &x.2[1]); in map_offset_ref() localVariable
48 let or: BoxRef<()> = Box::new(()).into(); in map_static_ref() localVariable
49 let or: BoxRef<_, str> = or.map(|_| "hello"); in map_static_ref() localVariable
70 let or = or.map(|x| &x[..5]); in owner() localVariable
78 let or = or.map(|x| &x[..5]); in into_inner() localVariable
87 let or = or.map(|x| &x[..5]); in fmt_debug() localVariable
488 let or = or.map_mut(|x| &mut x[..5]); in owner() localVariable
496 let or = or.map_mut(|x| &mut x[..5]); in into_inner() localVariable
505 let or = or.map_mut(|x| &mut x[..5]); in fmt_debug() localVariable
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/MC/VE/
H A DOR.s8 or %s11, %s11, %s11 label
12 or %s11, 63, %s11 label
16 or %s11, -1, %s11 label
20 or %s11, -64, %s11 label
24 or %s11, -64, (32)1 label
28 or %s11, 63, (32)0 label
/dports/devel/llvm11/llvm-11.0.1.src/test/MC/VE/
H A DOR.s8 or %s11, %s11, %s11 label
12 or %s11, 63, %s11 label
16 or %s11, -1, %s11 label
20 or %s11, -64, %s11 label
24 or %s11, -64, (32)1 label
28 or %s11, 63, (32)0 label
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/MC/VE/
H A DOR.s8 or %s11, %s11, %s11 label
12 or %s11, 63, %s11 label
16 or %s11, -1, %s11 label
20 or %s11, -64, %s11 label
24 or %s11, -64, (32)1 label
28 or %s11, 63, (32)0 label
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/MC/VE/
H A DOR.s8 or %s11, %s11, %s11 label
12 or %s11, 63, %s11 label
16 or %s11, -1, %s11 label
20 or %s11, -64, %s11 label
24 or %s11, -64, (32)1 label
28 or %s11, 63, (32)0 label
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/MC/VE/
H A DOR.s8 or %s11, %s11, %s11 label
12 or %s11, 63, %s11 label
16 or %s11, -1, %s11 label
20 or %s11, -64, %s11 label
24 or %s11, -64, (32)1 label
28 or %s11, 63, (32)0 label
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/MC/VE/
H A DOR.s8 or %s11, %s11, %s11 label
12 or %s11, 63, %s11 label
16 or %s11, -1, %s11 label
20 or %s11, -64, %s11 label
24 or %s11, -64, (32)1 label
28 or %s11, 63, (32)0 label
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/MC/VE/
H A DOR.s8 or %s11, %s11, %s11 label
12 or %s11, 63, %s11 label
16 or %s11, -1, %s11 label
20 or %s11, -64, %s11 label
24 or %s11, -64, (32)1 label
28 or %s11, 63, (32)0 label
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/MC/VE/
H A DOR.s8 or %s11, %s11, %s11 label
12 or %s11, 63, %s11 label
16 or %s11, -1, %s11 label
20 or %s11, -64, %s11 label
24 or %s11, -64, (32)1 label
28 or %s11, 63, (32)0 label
/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/sc-ide/translations/
H A Dscide_es.ts559 <source>Enter class or method name...</source> class
928 <source>Open dialog to look up implementations of a class or a method</source> class
944 <source>Look up implementations of class or method under cursor</source> class
960 <source>Open dialog to look up references to a class or a method</source> class
976 <source>Look up references to class or method under cursor</source> class
1866 <source>Enter class or method name...</source> class
H A Dscide_pt.ts559 <source>Enter class or method name...</source> class
928 <source>Open dialog to look up implementations of a class or a method</source> class
944 <source>Look up implementations of class or method under cursor</source> class
960 <source>Open dialog to look up references to a class or a method</source> class
976 <source>Look up references to class or method under cursor</source> class
1866 <source>Enter class or method name...</source> class
H A Dscide_sv.ts559 <source>Enter class or method name...</source> class
928 <source>Open dialog to look up implementations of a class or a method</source> class
944 <source>Look up implementations of class or method under cursor</source> class
960 <source>Open dialog to look up references to a class or a method</source> class
976 <source>Look up references to class or method under cursor</source> class
1866 <source>Enter class or method name...</source> class
H A Dscide_sl.ts559 <source>Enter class or method name...</source> class
928 <source>Open dialog to look up implementations of a class or a method</source> class
944 <source>Look up implementations of class or method under cursor</source> class
960 <source>Open dialog to look up references to a class or a method</source> class
976 <source>Look up references to class or method under cursor</source> class
1866 <source>Enter class or method name...</source> class

12345678910>>...146