Home
last modified time | relevance | path

Searched refs:hard (Results 226 – 250 of 39900) sorted by relevance

12345678910>>...1596

/dports/games/nazghul/nazghul-0.7.1/worlds/haxima-1.002/
H A Dgame.scm135 (define hard (* 2 base-move-ap)) ;; 2.0 unknown
204 …(list hard hard cant norm norm cant cant hard cant norm cant hard 10 fast norm norm norm norm norm…
205 …(list v-hard v-hard cant norm norm cant cant v-hard cant s-hard cant v-hard 30 fast hard hard norm…
206 …(list v-hard hard cant norm norm cant cant v-hard cant s-hard cant v-hard 7 fast hard hard norm no…
209 …(list cant norm cant norm norm cant cant hard cant cant cant hard 10 fast cant norm norm norm norm…
210 …(list cant hard cant cant norm cant cant hard cant cant cant hard 10 fast cant norm norm norm no-d…
211 …(list cant norm hard cant norm v-hard v-hard cant cant cant cant cant 0 fast cant cant cant cant n…
217 …(list cant hard cant cant norm hard cant cant norm cant cant cant norm norm cant cant cant cant no…
/dports/devel/gitinspector/gitinspector-0.4.4/gitinspector/
H A Dgitinspector.py51 self.hard = False
75 outputable.output(changes.ChangesOutput(self.hard))
77 if changes.get(self.hard).get_commits():
78 outputable.output(blame.BlameOutput(changes.get(self.hard), self.hard, self.useweeks))
81 outputable.output(timeline.Timeline(changes.get(self.hard), self.useweeks))
87 outputable.output(responsibilities.ResponsibilitiesOutput(self.hard, self.useweeks))
134 __run__.hard = True
136 __run__.hard = optval.get_boolean_argument(a)
164 __run__.hard = grading
/dports/lang/php80/php-8.0.15/ext/standard/tests/file/
H A Dunlink_variation3.phpt12 /* Delete link files - soft and hard links */
18 echo "*** Testing unlink() on soft and hard links ***\n";
32 echo "-- Testing unlink() on hard link --\n";
33 // create hard link
35 // delete hard link
46 *** Testing unlink() on soft and hard links ***
51 -- Testing unlink() on hard link --
/dports/lang/php81/php-8.1.1/ext/standard/tests/file/
H A Dunlink_variation3.phpt12 /* Delete link files - soft and hard links */
18 echo "*** Testing unlink() on soft and hard links ***\n";
32 echo "-- Testing unlink() on hard link --\n";
33 // create hard link
35 // delete hard link
46 *** Testing unlink() on soft and hard links ***
51 -- Testing unlink() on hard link --
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/file/
H A Dunlink_variation3.phpt12 /* Delete link files - soft and hard links */
18 echo "*** Testing unlink() on soft and hard links ***\n";
32 echo "-- Testing unlink() on hard link --\n";
33 // create hard link
35 // delete hard link
46 *** Testing unlink() on soft and hard links ***
51 -- Testing unlink() on hard link --
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/file/
H A Dunlink_variation3.phpt12 /* Delete link files - soft and hard links */
18 echo "*** Testing unlink() on soft and hard links ***\n";
32 echo "-- Testing unlink() on hard link --\n";
33 // create hard link
35 // delete hard link
46 *** Testing unlink() on soft and hard links ***
51 -- Testing unlink() on hard link --
/dports/devel/ncurses/ncurses-6.3/package/
H A Dncursestw.sym7 # --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --en…
8 # --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --en…
10 # --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --en…
15 # --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --en…
24 # --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --en…
31 # --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --en…
33 # --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --en…
35 # --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --en…
40 # --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --en…
42 # --disable-getcap --disable-leaks --disable-root-environ --disable-termcap --enable-hard-tabs --en…
[all …]
/dports/devel/toml11/toml11-3.7.0/tests/
H A Dtest_parse_unicode.cpp20 const auto hard = toml::get<toml::table>(the.at("hard")); in BOOST_AUTO_TEST_CASE() local
22 BOOST_CHECK(toml::get<std::vector<std::string>>(hard.at("test_array")) == in BOOST_AUTO_TEST_CASE()
28 BOOST_CHECK(toml::get<std::vector<std::string>>(hard.at("test_array2")) == in BOOST_AUTO_TEST_CASE()
30 BOOST_TEST(toml::get<std::string>(hard.at("another_test_string")) == in BOOST_AUTO_TEST_CASE()
32 BOOST_TEST(toml::get<std::string>(hard.at("harder_test_string")) == in BOOST_AUTO_TEST_CASE()
35 const auto bit = toml::get<toml::table>(hard.at(std::string("\xCE\xB2\xC3\xAF\xC6\xAD\x23"))); in BOOST_AUTO_TEST_CASE()
/dports/games/freedink-engine/freedink-108.4/src/
H A Dscreen.c147 spr[sprite].hard = pam.sprite[j].hard; in place_sprites_game()
156 if (spr[sprite].hard == 0) in place_sprites_game()
172 spr[sprite].hard = pam.sprite[j].hard; in place_sprites_game()
183 spr[sprite].hard = pam.sprite[j].hard; in place_sprites_game()
229 if (spr[sprite].hard == 0) in place_sprites_game()
304 if (pam.sprite[j].type != 1 && pam.sprite[j].hard == 0) in fill_back_sprites()
311 spr[sprite].hard = pam.sprite[j].hard; in fill_back_sprites()
320 if (spr[sprite].hard == 0) in fill_back_sprites()
348 if (pam.sprite[spr[h].sp_index].hard == 0) in fill_hard_sprites()
356 if (spr[h].hard == 0) in fill_hard_sprites()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/mips/
H A Dt-img-linux19 # The default build is mips32r6, hard-float big-endian. Add mips64r6,
27 MULTILIB_OSDIRNAMES = .=mips-r6-hard/lib
29 MULTILIB_OSDIRNAMES += mips64r6=!mips-r6-hard/lib32
31 MULTILIB_OSDIRNAMES += mips64r6/mabi.64=!mips-r6-hard/lib64
34 MULTILIB_OSDIRNAMES += EL=!mipsel-r6-hard/lib
36 MULTILIB_OSDIRNAMES += mips64r6/EL=!mipsel-r6-hard/lib32
38 MULTILIB_OSDIRNAMES += mips64r6/mabi.64/EL=!mipsel-r6-hard/lib64
/dports/lang/gcc9/gcc-9.4.0/gcc/config/mips/
H A Dt-img-linux19 # The default build is mips32r6, hard-float big-endian. Add mips64r6,
27 MULTILIB_OSDIRNAMES = .=mips-r6-hard/lib
29 MULTILIB_OSDIRNAMES += mips64r6=!mips-r6-hard/lib32
31 MULTILIB_OSDIRNAMES += mips64r6/mabi.64=!mips-r6-hard/lib64
34 MULTILIB_OSDIRNAMES += EL=!mipsel-r6-hard/lib
36 MULTILIB_OSDIRNAMES += mips64r6/EL=!mipsel-r6-hard/lib32
38 MULTILIB_OSDIRNAMES += mips64r6/mabi.64/EL=!mipsel-r6-hard/lib64
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/mips/
H A Dt-img-linux19 # The default build is mips32r6, hard-float big-endian. Add mips64r6,
27 MULTILIB_OSDIRNAMES = .=mips-r6-hard/lib
29 MULTILIB_OSDIRNAMES += mips64r6=!mips-r6-hard/lib32
31 MULTILIB_OSDIRNAMES += mips64r6/mabi.64=!mips-r6-hard/lib64
34 MULTILIB_OSDIRNAMES += EL=!mipsel-r6-hard/lib
36 MULTILIB_OSDIRNAMES += mips64r6/EL=!mipsel-r6-hard/lib32
38 MULTILIB_OSDIRNAMES += mips64r6/mabi.64/EL=!mipsel-r6-hard/lib64
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/mips/
H A Dt-img-linux19 # The default build is mips32r6, hard-float big-endian. Add mips64r6,
27 MULTILIB_OSDIRNAMES = .=mips-r6-hard/lib
29 MULTILIB_OSDIRNAMES += mips64r6=!mips-r6-hard/lib32
31 MULTILIB_OSDIRNAMES += mips64r6/mabi.64=!mips-r6-hard/lib64
34 MULTILIB_OSDIRNAMES += EL=!mipsel-r6-hard/lib
36 MULTILIB_OSDIRNAMES += mips64r6/EL=!mipsel-r6-hard/lib32
38 MULTILIB_OSDIRNAMES += mips64r6/mabi.64/EL=!mipsel-r6-hard/lib64
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/mips/
H A Dt-img-linux19 # The default build is mips32r6, hard-float big-endian. Add mips64r6,
27 MULTILIB_OSDIRNAMES = .=mips-r6-hard/lib
29 MULTILIB_OSDIRNAMES += mips64r6=!mips-r6-hard/lib32
31 MULTILIB_OSDIRNAMES += mips64r6/mabi.64=!mips-r6-hard/lib64
34 MULTILIB_OSDIRNAMES += EL=!mipsel-r6-hard/lib
36 MULTILIB_OSDIRNAMES += mips64r6/EL=!mipsel-r6-hard/lib32
38 MULTILIB_OSDIRNAMES += mips64r6/mabi.64/EL=!mipsel-r6-hard/lib64
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/mips/
H A Dt-img-linux19 # The default build is mips32r6, hard-float big-endian. Add mips64r6,
27 MULTILIB_OSDIRNAMES = .=mips-r6-hard/lib
29 MULTILIB_OSDIRNAMES += mips64r6=!mips-r6-hard/lib32
31 MULTILIB_OSDIRNAMES += mips64r6/mabi.64=!mips-r6-hard/lib64
34 MULTILIB_OSDIRNAMES += EL=!mipsel-r6-hard/lib
36 MULTILIB_OSDIRNAMES += mips64r6/EL=!mipsel-r6-hard/lib32
38 MULTILIB_OSDIRNAMES += mips64r6/mabi.64/EL=!mipsel-r6-hard/lib64
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/mips/
H A Dt-img-linux19 # The default build is mips32r6, hard-float big-endian. Add mips64r6,
27 MULTILIB_OSDIRNAMES = .=mips-r6-hard/lib
29 MULTILIB_OSDIRNAMES += mips64r6=!mips-r6-hard/lib32
31 MULTILIB_OSDIRNAMES += mips64r6/mabi.64=!mips-r6-hard/lib64
34 MULTILIB_OSDIRNAMES += EL=!mipsel-r6-hard/lib
36 MULTILIB_OSDIRNAMES += mips64r6/EL=!mipsel-r6-hard/lib32
38 MULTILIB_OSDIRNAMES += mips64r6/mabi.64/EL=!mipsel-r6-hard/lib64
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/mips/
H A Dt-img-linux19 # The default build is mips32r6, hard-float big-endian. Add mips64r6,
27 MULTILIB_OSDIRNAMES = .=mips-r6-hard/lib
29 MULTILIB_OSDIRNAMES += mips64r6=!mips-r6-hard/lib32
31 MULTILIB_OSDIRNAMES += mips64r6/mabi.64=!mips-r6-hard/lib64
34 MULTILIB_OSDIRNAMES += EL=!mipsel-r6-hard/lib
36 MULTILIB_OSDIRNAMES += mips64r6/EL=!mipsel-r6-hard/lib32
38 MULTILIB_OSDIRNAMES += mips64r6/mabi.64/EL=!mipsel-r6-hard/lib64
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/mips/
H A Dt-img-linux19 # The default build is mips32r6, hard-float big-endian. Add mips64r6,
27 MULTILIB_OSDIRNAMES = .=mips-r6-hard/lib
29 MULTILIB_OSDIRNAMES += mips64r6=!mips-r6-hard/lib32
31 MULTILIB_OSDIRNAMES += mips64r6/mabi.64=!mips-r6-hard/lib64
34 MULTILIB_OSDIRNAMES += EL=!mipsel-r6-hard/lib
36 MULTILIB_OSDIRNAMES += mips64r6/EL=!mipsel-r6-hard/lib32
38 MULTILIB_OSDIRNAMES += mips64r6/mabi.64/EL=!mipsel-r6-hard/lib64
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/mips/
H A Dt-img-linux19 # The default build is mips32r6, hard-float big-endian. Add mips64r6,
27 MULTILIB_OSDIRNAMES = .=mips-r6-hard/lib
29 MULTILIB_OSDIRNAMES += mips64r6=!mips-r6-hard/lib32
31 MULTILIB_OSDIRNAMES += mips64r6/mabi.64=!mips-r6-hard/lib64
34 MULTILIB_OSDIRNAMES += EL=!mipsel-r6-hard/lib
36 MULTILIB_OSDIRNAMES += mips64r6/EL=!mipsel-r6-hard/lib32
38 MULTILIB_OSDIRNAMES += mips64r6/mabi.64/EL=!mipsel-r6-hard/lib64
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/mips/
H A Dt-img-linux19 # The default build is mips32r6, hard-float big-endian. Add mips64r6,
27 MULTILIB_OSDIRNAMES = .=mips-r6-hard/lib
29 MULTILIB_OSDIRNAMES += mips64r6=!mips-r6-hard/lib32
31 MULTILIB_OSDIRNAMES += mips64r6/mabi.64=!mips-r6-hard/lib64
34 MULTILIB_OSDIRNAMES += EL=!mipsel-r6-hard/lib
36 MULTILIB_OSDIRNAMES += mips64r6/EL=!mipsel-r6-hard/lib32
38 MULTILIB_OSDIRNAMES += mips64r6/mabi.64/EL=!mipsel-r6-hard/lib64
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/mips/
H A Dt-img-linux19 # The default build is mips32r6, hard-float big-endian. Add mips64r6,
27 MULTILIB_OSDIRNAMES = .=mips-r6-hard/lib
29 MULTILIB_OSDIRNAMES += mips64r6=!mips-r6-hard/lib32
31 MULTILIB_OSDIRNAMES += mips64r6/mabi.64=!mips-r6-hard/lib64
34 MULTILIB_OSDIRNAMES += EL=!mipsel-r6-hard/lib
36 MULTILIB_OSDIRNAMES += mips64r6/EL=!mipsel-r6-hard/lib32
38 MULTILIB_OSDIRNAMES += mips64r6/mabi.64/EL=!mipsel-r6-hard/lib64
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/mips/
H A Dt-img-linux19 # The default build is mips32r6, hard-float big-endian. Add mips64r6,
27 MULTILIB_OSDIRNAMES = .=mips-r6-hard/lib
29 MULTILIB_OSDIRNAMES += mips64r6=!mips-r6-hard/lib32
31 MULTILIB_OSDIRNAMES += mips64r6/mabi.64=!mips-r6-hard/lib64
34 MULTILIB_OSDIRNAMES += EL=!mipsel-r6-hard/lib
36 MULTILIB_OSDIRNAMES += mips64r6/EL=!mipsel-r6-hard/lib32
38 MULTILIB_OSDIRNAMES += mips64r6/mabi.64/EL=!mipsel-r6-hard/lib64
/dports/lang/gcc10/gcc-10.3.0/gcc/config/mips/
H A Dt-img-linux19 # The default build is mips32r6, hard-float big-endian. Add mips64r6,
27 MULTILIB_OSDIRNAMES = .=mips-r6-hard/lib
29 MULTILIB_OSDIRNAMES += mips64r6=!mips-r6-hard/lib32
31 MULTILIB_OSDIRNAMES += mips64r6/mabi.64=!mips-r6-hard/lib64
34 MULTILIB_OSDIRNAMES += EL=!mipsel-r6-hard/lib
36 MULTILIB_OSDIRNAMES += mips64r6/EL=!mipsel-r6-hard/lib32
38 MULTILIB_OSDIRNAMES += mips64r6/mabi.64/EL=!mipsel-r6-hard/lib64
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/config/mips/
H A Dt-img-linux19 # The default build is mips32r6, hard-float big-endian. Add mips64r6,
27 MULTILIB_OSDIRNAMES = .=mips-r6-hard/lib
29 MULTILIB_OSDIRNAMES += mips64r6=!mips-r6-hard/lib32
31 MULTILIB_OSDIRNAMES += mips64r6/mabi.64=!mips-r6-hard/lib64
34 MULTILIB_OSDIRNAMES += EL=!mipsel-r6-hard/lib
36 MULTILIB_OSDIRNAMES += mips64r6/EL=!mipsel-r6-hard/lib32
38 MULTILIB_OSDIRNAMES += mips64r6/mabi.64/EL=!mipsel-r6-hard/lib64
/dports/lang/gcc8/gcc-8.5.0/gcc/config/mips/
H A Dt-img-linux19 # The default build is mips32r6, hard-float big-endian. Add mips64r6,
27 MULTILIB_OSDIRNAMES = .=mips-r6-hard/lib
29 MULTILIB_OSDIRNAMES += mips64r6=!mips-r6-hard/lib32
31 MULTILIB_OSDIRNAMES += mips64r6/mabi.64=!mips-r6-hard/lib64
34 MULTILIB_OSDIRNAMES += EL=!mipsel-r6-hard/lib
36 MULTILIB_OSDIRNAMES += mips64r6/EL=!mipsel-r6-hard/lib32
38 MULTILIB_OSDIRNAMES += mips64r6/mabi.64/EL=!mipsel-r6-hard/lib64

12345678910>>...1596