Home
last modified time | relevance | path

Searched refs:manually (Results 1 – 25 of 7970) sorted by relevance

12345678910>>...319

/dports/astro/weather/weather-2.4.2/
H A Doverrides.conf10 comment = manually researched on 2020-05-24
19 comment = manually researched on 2020-05-24
28 comment = manually researched on 2020-05-24
33 comment = manually researched on 2020-05-24
38 comment = manually researched on 2020-05-24
43 comment = manually researched on 2020-05-24
48 comment = manually researched on 2020-05-24
57 comment = manually researched on 2020-05-24
62 comment = manually researched on 2020-05-24
67 comment = manually researched on 2020-05-24
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/rspotify-macros-0.11.3/src/
H A Dlib.rs163 let mut manually = HashMap::<&str, &str>::with_capacity(3); in test_build_map() localVariable
164 manually.insert("id", id); in test_build_map()
167 manually.insert("artist", val); in test_build_map()
170 manually.insert("market", val); in test_build_map()
173 assert_eq!(with_macro, manually); in test_build_map()
189 let mut manually = Map::with_capacity(3); in test_json_query() localVariable
190 manually.insert("id".to_string(), json!(id)); in test_json_query()
192 manually.insert("artist".to_string(), val); in test_json_query()
195 manually.insert("market".to_string(), val); in test_json_query()
198 assert_eq!(with_macro, Value::from(manually)); in test_json_query()
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/manual_memcpy/
H A Dwithout_loop_counters.stderr1 error: it looks like you're manually copying between slices
11 error: it looks like you're manually copying between slices
19 error: it looks like you're manually copying between slices
27 error: it looks like you're manually copying between slices
35 error: it looks like you're manually copying between slices
43 error: it looks like you're manually copying between slices
58 error: it looks like you're manually copying between slices
66 error: it looks like you're manually copying between slices
74 error: it looks like you're manually copying between slices
82 error: it looks like you're manually copying between slices
[all …]
H A Dwith_loop_counters.stderr1 error: it looks like you're manually copying between slices
12 error: it looks like you're manually copying between slices
21 error: it looks like you're manually copying between slices
30 error: it looks like you're manually copying between slices
39 error: it looks like you're manually copying between slices
48 error: it looks like you're manually copying between slices
57 error: it looks like you're manually copying between slices
66 error: it looks like you're manually copying between slices
75 error: it looks like you're manually copying between slices
92 error: it looks like you're manually copying between slices
[all …]
/dports/www/moodle310/moodle/cohort/tests/behat/
H A Dupload_cohorts.feature34 | cohort name 1 | cohortid1 | first description | 0 | Created manually |
35 | cohort name 2 | cohortid2 | | 0 | Created manually |
39 … | System | cohort name 1 | cohortid1 | first description | 0 | Created manually |
40 … | System | cohort name 2 | cohortid2 | | 0 | Created manually |
41 … | Miscellaneous | cohort name 3 | cohortid3 | | 0 | Created manually |
42 … | Cat 1 | cohort name 4 | cohortid4 | | 0 | Created manually |
43 … | Cat 2 | cohort name 5 | cohortid5 | | 0 | Created manually |
44 … | Cat 3 | cohort name 6 | cohortid6 | | 0 | Created manually |
77 … | Cat 3 | cohort name 1 | cohortid1 | first description | 0 | Created manually |
185 | cohort name 1 | cohortid1 | first description | 0 | Created manually |
[all …]
/dports/www/moodle39/moodle/cohort/tests/behat/
H A Dupload_cohorts.feature34 | cohort name 1 | cohortid1 | first description | 0 | Created manually |
35 | cohort name 2 | cohortid2 | | 0 | Created manually |
39 … | System | cohort name 1 | cohortid1 | first description | 0 | Created manually |
40 … | System | cohort name 2 | cohortid2 | | 0 | Created manually |
41 … | Miscellaneous | cohort name 3 | cohortid3 | | 0 | Created manually |
42 … | Cat 1 | cohort name 4 | cohortid4 | | 0 | Created manually |
43 … | Cat 2 | cohort name 5 | cohortid5 | | 0 | Created manually |
44 … | Cat 3 | cohort name 6 | cohortid6 | | 0 | Created manually |
77 … | Cat 3 | cohort name 1 | cohortid1 | first description | 0 | Created manually |
185 | cohort name 1 | cohortid1 | first description | 0 | Created manually |
[all …]
/dports/www/moodle311/moodle/cohort/tests/behat/
H A Dupload_cohorts.feature34 | cohort name 1 | cohortid1 | first description | 0 | Created manually |
35 | cohort name 2 | cohortid2 | | 0 | Created manually |
39 … | System | cohort name 1 | cohortid1 | first description | 0 | Created manually |
40 … | System | cohort name 2 | cohortid2 | | 0 | Created manually |
41 … | Miscellaneous | cohort name 3 | cohortid3 | | 0 | Created manually |
42 … | Cat 1 | cohort name 4 | cohortid4 | | 0 | Created manually |
43 … | Cat 2 | cohort name 5 | cohortid5 | | 0 | Created manually |
44 … | Cat 3 | cohort name 6 | cohortid6 | | 0 | Created manually |
77 … | Cat 3 | cohort name 1 | cohortid1 | first description | 0 | Created manually |
185 | cohort name 1 | cohortid1 | first description | 0 | Created manually |
[all …]
/dports/biology/hyphy/hyphy-2.5.33/tests/hbltests/UnitTests/HBLCommands/
H A DTranspose.bf15 assert(Transpose(x)==xT, "Does not agree with a vector that was manually transposed");
16 assert(x==Transpose(xT), "Does not agree with a vector that was manually transposed");
21 assert(Transpose(X)==XT, "Does not agree with a rectangular matrix that was manually transposed");
22 assert(X==Transpose(XT), "Does not agree with a rectangular matrix that was manually transposed");
27 assert(Transpose(Y)==YT, "Does not agree with a square matrix that was manually transposed");
28 assert(Y==Transpose(YT), "Does not agree with a square matrix that was manually transposed");
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dswap.stderr1 error: this looks like you are swapping `bar.a` and `bar.b` manually
12 error: this looks like you are swapping elements of `foo` manually
20 error: this looks like you are swapping elements of `foo` manually
28 error: this looks like you are swapping elements of `foo` manually
36 error: this looks like you are swapping `a` and `b` manually
44 error: this looks like you are swapping `bar.a` and `bar.b` manually
52 error: this looks like you are swapping elements of `foo` manually
60 error: this looks like you are swapping `foo[0][1]` and `bar[1][0]` manually
70 error: this looks like you are swapping `a` and `b` manually
81 error: this looks like you are swapping `c.0` and `a` manually
/dports/math/gap/gap-4.11.0/pkg/hap-1.25/lib/
H A DexternalSoftware.gap9 Info(InfoWarning,1,"HAP warning: Set POLYMAKE_PATH manually if needed. ");
25 Info(InfoWarning,1,"HAP warning: Set NEATO_PATH manually if needed.");
41 Info(InfoWarning,1,"HAP warning: Set DOT_PATH manually if needed.");
58 Info(InfoWarning,1,"HAP warning: Set DISPLAY_PATH manually if needed.");
74 Info(InfoWarning,1,"HAP warning: Set BROWSER_PATH manually if needed.");
90 Info(InfoWarning,1,"HAP warning: Set ASY_PATH manually if needed.");
/dports/cad/kicad-library-packages3d-devel/kicad-packages3D-1080b6e565e56bae9be46db2278a1542092d7a2d/Button_Switch_THT.3dshapes/
H A DCREDITS.md9 - if the 3D model is manually generated, include the source model @ https://github.com/KiCad/packag…
19 SW_Tactile_SPST_Angled_PTS645Vx31-2LFS - manually made by Obijuan, adjusted for Kicad by Shack
20 SW_Tactile_SPST_Angled_PTS645Vx39-2LFS - manually made by Obijuan, adjusted for Kicad by Shack
21 SW_Tactile_SPST_Angled_PTS645Vx58-2LFS - manually made by Obijuan, adjusted for Kicad by Shack
22 SW_Tactile_SPST_Angled_PTS645Vx83-2LFS - manually made by Obijuan, adjusted for Kicad by Shack
24 SW_CuK_JS202011CQN_DPDT_Straight - manually made by Rene Poeschl (freecad sources in packages3D-sou…
25 SW_CuK_JS202011AQN_DPDT_Angled - manually made by Rene Poeschl (freecad sources in packages3D-sourc…
/dports/devel/binutils/binutils-2.37/ld/testsuite/ld-arm/
H A Dtls-descrelax-be32.s9 @tlscall global, manually relaxed to IE
25 @tlscall local, manually relaxed to LE
41 @open coded global, manually relaxed to IE
66 @open coded local, manually relaxed to LE
94 @tlscall global, manually relaxed to IE
119 @tlscall local, manually relaxed to LE
143 @open coded global, manually relaxed to IE
168 @open coded local, manually relaxed to LE
H A Dtls-descrelax-be8.s9 @tlscall global, manually relaxed to IE
25 @tlscall local, manually relaxed to LE
41 @open coded global, manually relaxed to IE
66 @open coded local, manually relaxed to LE
94 @tlscall global, manually relaxed to IE
119 @tlscall local, manually relaxed to LE
143 @open coded global, manually relaxed to IE
168 @open coded local, manually relaxed to LE
H A Dtls-descrelax-v7.s9 @tlscall global, manually relaxed to IE
25 @tlscall local, manually relaxed to LE
41 @open coded global, manually relaxed to IE
66 @open coded local, manually relaxed to LE
94 @tlscall global, manually relaxed to IE
119 @tlscall local, manually relaxed to LE
143 @open coded global, manually relaxed to IE
168 @open coded local, manually relaxed to LE
H A Dtls-descrelax.s8 @tlscall global, manually relaxed to IE
24 @tlscall local, manually relaxed to LE
40 @open coded global, manually relaxed to IE
65 @open coded local, manually relaxed to LE
93 @tlscall global, manually relaxed to IE
118 @tlscall local, manually relaxed to LE
142 @open coded global, manually relaxed to IE
167 @open coded local, manually relaxed to LE
/dports/lang/gnatdroid-binutils/binutils-2.27/ld/testsuite/ld-arm/
H A Dtls-descrelax-be32.s9 @tlscall global, manually relaxed to IE
25 @tlscall local, manually relaxed to LE
41 @open coded global, manually relaxed to IE
66 @open coded local, manually relaxed to LE
94 @tlscall global, manually relaxed to IE
119 @tlscall local, manually relaxed to LE
143 @open coded global, manually relaxed to IE
168 @open coded local, manually relaxed to LE
H A Dtls-descrelax-be8.s9 @tlscall global, manually relaxed to IE
25 @tlscall local, manually relaxed to LE
41 @open coded global, manually relaxed to IE
66 @open coded local, manually relaxed to LE
94 @tlscall global, manually relaxed to IE
119 @tlscall local, manually relaxed to LE
143 @open coded global, manually relaxed to IE
168 @open coded local, manually relaxed to LE
H A Dtls-descrelax.s8 @tlscall global, manually relaxed to IE
24 @tlscall local, manually relaxed to LE
40 @open coded global, manually relaxed to IE
65 @open coded local, manually relaxed to LE
93 @tlscall global, manually relaxed to IE
118 @tlscall local, manually relaxed to LE
142 @open coded global, manually relaxed to IE
167 @open coded local, manually relaxed to LE
H A Dtls-descrelax-v7.s9 @tlscall global, manually relaxed to IE
25 @tlscall local, manually relaxed to LE
41 @open coded global, manually relaxed to IE
66 @open coded local, manually relaxed to LE
94 @tlscall global, manually relaxed to IE
119 @tlscall local, manually relaxed to LE
143 @open coded global, manually relaxed to IE
168 @open coded local, manually relaxed to LE
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/ld/testsuite/ld-arm/
H A Dtls-descrelax-v7.s9 @tlscall global, manually relaxed to IE
25 @tlscall local, manually relaxed to LE
41 @open coded global, manually relaxed to IE
66 @open coded local, manually relaxed to LE
94 @tlscall global, manually relaxed to IE
119 @tlscall local, manually relaxed to LE
143 @open coded global, manually relaxed to IE
168 @open coded local, manually relaxed to LE
H A Dtls-descrelax-be32.s9 @tlscall global, manually relaxed to IE
25 @tlscall local, manually relaxed to LE
41 @open coded global, manually relaxed to IE
66 @open coded local, manually relaxed to LE
94 @tlscall global, manually relaxed to IE
119 @tlscall local, manually relaxed to LE
143 @open coded global, manually relaxed to IE
168 @open coded local, manually relaxed to LE
H A Dtls-descrelax-be8.s9 @tlscall global, manually relaxed to IE
25 @tlscall local, manually relaxed to LE
41 @open coded global, manually relaxed to IE
66 @open coded local, manually relaxed to LE
94 @tlscall global, manually relaxed to IE
119 @tlscall local, manually relaxed to LE
143 @open coded global, manually relaxed to IE
168 @open coded local, manually relaxed to LE
H A Dtls-descrelax.s8 @tlscall global, manually relaxed to IE
24 @tlscall local, manually relaxed to LE
40 @open coded global, manually relaxed to IE
65 @open coded local, manually relaxed to LE
93 @tlscall global, manually relaxed to IE
118 @tlscall local, manually relaxed to LE
142 @open coded global, manually relaxed to IE
167 @open coded local, manually relaxed to LE
/dports/devel/arm-elf-binutils/binutils-2.37/ld/testsuite/ld-arm/
H A Dtls-descrelax-be8.s9 @tlscall global, manually relaxed to IE
25 @tlscall local, manually relaxed to LE
41 @open coded global, manually relaxed to IE
66 @open coded local, manually relaxed to LE
94 @tlscall global, manually relaxed to IE
119 @tlscall local, manually relaxed to LE
143 @open coded global, manually relaxed to IE
168 @open coded local, manually relaxed to LE
H A Dtls-descrelax.s8 @tlscall global, manually relaxed to IE
24 @tlscall local, manually relaxed to LE
40 @open coded global, manually relaxed to IE
65 @open coded local, manually relaxed to LE
93 @tlscall global, manually relaxed to IE
118 @tlscall local, manually relaxed to LE
142 @open coded global, manually relaxed to IE
167 @open coded local, manually relaxed to LE

12345678910>>...319