Home
last modified time | relevance | path

Searched refs:tortoise (Results 1 – 25 of 737) sorted by relevance

12345678910>>...30

/dports/games/legend-of-edgar/edgar-1.34/data/gfx/enemy/
H A Dtortoise.dat1 gfx/enemy/tortoise/tortoise_walk00.png 21 0 84 48
2 gfx/enemy/tortoise/tortoise_walk01.png 21 0 84 48
3 gfx/enemy/tortoise/tortoise_walk02.png 21 0 84 48
4 gfx/enemy/tortoise/tortoise_walk03.png 21 0 84 48
5 gfx/enemy/tortoise/tortoise_walk04.png 21 0 84 48
6 gfx/enemy/tortoise/tortoise_retract00.png 21 0 79 48
7 gfx/enemy/tortoise/tortoise_retract01.png 21 0 74 48
8 gfx/enemy/tortoise/tortoise_retract02.png 21 0 69 48
9 gfx/enemy/tortoise/tortoise_retract03.png 21 0 64 48
10 gfx/enemy/tortoise/tortoise_retract04.png 21 0 63 48
[all …]
H A Dfire_tortoise.dat1 gfx/enemy/tortoise/fire_tortoise_walk00.png 21 0 84 48
2 gfx/enemy/tortoise/fire_tortoise_walk01.png 21 0 84 48
3 gfx/enemy/tortoise/fire_tortoise_walk02.png 21 0 84 48
4 gfx/enemy/tortoise/fire_tortoise_walk03.png 21 0 84 48
5 gfx/enemy/tortoise/fire_tortoise_walk04.png 21 0 84 48
6 gfx/enemy/tortoise/fire_tortoise_retract00.png 21 0 79 48
7 gfx/enemy/tortoise/fire_tortoise_retract01.png 21 0 74 48
8 gfx/enemy/tortoise/fire_tortoise_retract02.png 21 0 69 48
9 gfx/enemy/tortoise/fire_tortoise_retract03.png 21 0 64 48
11 gfx/enemy/tortoise/fire_tortoise_attack00.png 21 0 84 48
[all …]
H A Dice_tortoise.dat1 gfx/enemy/tortoise/ice_tortoise_walk00.png 21 0 84 48
2 gfx/enemy/tortoise/ice_tortoise_walk01.png 21 0 84 48
3 gfx/enemy/tortoise/ice_tortoise_walk02.png 21 0 84 48
4 gfx/enemy/tortoise/ice_tortoise_walk03.png 21 0 84 48
5 gfx/enemy/tortoise/ice_tortoise_walk04.png 21 0 84 48
6 gfx/enemy/tortoise/ice_tortoise_retract00.png 21 0 79 48
7 gfx/enemy/tortoise/ice_tortoise_retract01.png 21 0 74 48
8 gfx/enemy/tortoise/ice_tortoise_retract02.png 21 0 69 48
9 gfx/enemy/tortoise/ice_tortoise_retract03.png 21 0 64 48
10 gfx/enemy/tortoise/ice_tortoise_retract04.png 21 0 63 48
H A Dice_tortoise_ice_floor_base.dat1 gfx/enemy/tortoise/ice_tortoise_ice_floor_base00.png
2 gfx/enemy/tortoise/ice_tortoise_ice_floor_base01.png
3 gfx/enemy/tortoise/ice_tortoise_ice_floor_base02.png
4 gfx/enemy/tortoise/ice_tortoise_ice_floor_base03.png
5 gfx/enemy/tortoise/ice_tortoise_ice_floor_base04.png
6 gfx/enemy/tortoise/ice_tortoise_ice_floor_base05.png
7 gfx/enemy/tortoise/ice_tortoise_ice_floor_base06.png
H A Dtortoise_electricity.dat1 gfx/enemy/tortoise/tortoise_electric00.png
2 gfx/enemy/tortoise/tortoise_electric01.png
3 gfx/enemy/tortoise/tortoise_electric02.png
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dtrees.c69 struct t_trace *tortoise,
98 struct t_trace *tortoise, in copy_tree() argument
121 tortoise = tortoise->trace; in copy_tree()
122 if (SCM_UNLIKELY (scm_is_eq (hare->obj, tortoise->obj))) in copy_tree()
143 new_element = copy_tree (&new_hare, tortoise, tortoise_delay); in copy_tree()
163 copy = copy_tree (&new_hare, tortoise, tortoise_delay); in copy_tree()
173 copy = copy_tree (&new_hare, tortoise, tortoise_delay); in copy_tree()
181 copy = copy_tree (&new_hare, tortoise, tortoise_delay); in copy_tree()
196 copy = copy_tree (&new_hare, tortoise, tortoise_delay); in copy_tree()
H A Dlist.c181 SCM tortoise = sx; in scm_ilength() local
195 tortoise = SCM_CDR (tortoise); in scm_ilength()
197 while (!scm_is_eq (hare, tortoise)); in scm_ilength()
310 SCM tortoise = lst; variable
324 tortoise = SCM_CDR(tortoise);
341 SCM tortoise = lst; variable
353 tortoise = SCM_CDR (tortoise);
649 SCM hare = lst, tortoise = lst; variable
666 tortoise = SCM_CDR (tortoise);
689 SCM hare = lst, tortoise = lst; variable
[all …]
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/srfi/1/
H A Dpredicates.scm12 (let race ((hare (cdr x)) (tortoise x))
13 (or (eq? hare tortoise)
15 (race (cddr hare) (cdr tortoise)))))))
39 (let lp ((hare (cdr x)) (tortoise x) (res 1))
40 (and (not (eq? hare tortoise))
44 (lp (cddr hare) (cdr tortoise) (+ res 2)))
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/test/compile_SUITE_data/
H A Ddialyzer_test.erl25 -record(tortoise, {a,b,c}). record
34 {T#tortoise.a,T#tortoise.b}.
40 X#tortoise.a.
H A Drecord_access.erl24 -record(tortoise, {a,b,c}). record
30 {T#tortoise.a,T#tortoise.b}.
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/test/compile_SUITE_data/
H A Ddialyzer_test.erl25 -record(tortoise, {a,b,c}). record
34 {T#tortoise.a,T#tortoise.b}.
40 X#tortoise.a.
H A Drecord_access.erl24 -record(tortoise, {a,b,c}). record
30 {T#tortoise.a,T#tortoise.b}.
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/test/compile_SUITE_data/
H A Ddialyzer_test.erl25 -record(tortoise, {a,b,c}). record
34 {T#tortoise.a,T#tortoise.b}.
40 X#tortoise.a.
H A Drecord_access.erl24 -record(tortoise, {a,b,c}). record
30 {T#tortoise.a,T#tortoise.b}.
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/test/compile_SUITE_data/
H A Ddialyzer_test.erl25 -record(tortoise, {a,b,c}). record
34 {T#tortoise.a,T#tortoise.b}.
40 X#tortoise.a.
H A Drecord_access.erl24 -record(tortoise, {a,b,c}). record
30 {T#tortoise.a,T#tortoise.b}.
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/test/compile_SUITE_data/
H A Ddialyzer_test.erl25 -record(tortoise, {a,b,c}). record
34 {T#tortoise.a,T#tortoise.b}.
40 X#tortoise.a.
H A Drecord_access.erl24 -record(tortoise, {a,b,c}). record
30 {T#tortoise.a,T#tortoise.b}.
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/test/compile_SUITE_data/
H A Ddialyzer_test.erl25 -record(tortoise, {a,b,c}). record
34 {T#tortoise.a,T#tortoise.b}.
40 X#tortoise.a.
H A Drecord_access.erl24 -record(tortoise, {a,b,c}). record
30 {T#tortoise.a,T#tortoise.b}.
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/test/compile_SUITE_data/
H A Ddialyzer_test.erl25 -record(tortoise, {a,b,c}). record
34 {T#tortoise.a,T#tortoise.b}.
40 X#tortoise.a.
H A Drecord_access.erl24 -record(tortoise, {a,b,c}). record
30 {T#tortoise.a,T#tortoise.b}.
/dports/lang/guile/guile-3.0.7/libguile/
H A Dlist.c186 SCM tortoise = sx; in scm_ilength() local
200 tortoise = SCM_CDR (tortoise); in scm_ilength()
202 while (!scm_is_eq (hare, tortoise)); in scm_ilength()
315 SCM tortoise = lst; variable
329 tortoise = SCM_CDR(tortoise);
346 SCM tortoise = lst; variable
358 tortoise = SCM_CDR (tortoise);
654 SCM hare = lst, tortoise = lst; variable
671 tortoise = SCM_CDR (tortoise);
694 SCM hare = lst, tortoise = lst; variable
[all …]
/dports/devel/brz/breezy-3.2.0/tools/win32/
H A Dbrz.iss.cog83 ; user - but sadly we still need admin - eg, tortoise overlays, installing
96 ; cog.outl('Source: "%s"; Flags: dontcopy ignoreversion ; Components: tortoise' % tovmsi32)
97 ; cog.outl('Source: "%s"; Flags: dontcopy ignoreversion ; Components: tortoise' % tovmsi64)
98 …"; DestDir: "{app}"; Flags: ignoreversion restartreplace uninsrestartdelete; Components: tortoise')
99 …"; DestDir: "{app}"; Flags: ignoreversion restartreplace uninsrestartdelete; Components: tortoise')
105 …"; DestDir: "{app}"; Flags: ignoreversion restartreplace uninsrestartdelete; Components: tortoise')
110 …*.html"; DestDir: "{app}\\doc\\tbzr"; Flags: ignoreversion; Components: tortoise' % os.environ['TB…
168 ; cog.outl('Name: "tortoise"; Description: "Windows Shell Extensions (TortoiseBZR)"; Types: ful…
198 ; cog.outl('Name: TBZRReadme; Description: "View the TortoiseBZR Readme"; Components: tortoise')
293 if IsComponentSelected('tortoise') then begin
[all …]
H A Dbuildout.cfg10 tortoise-overlays-win32
11 tortoise-overlays-x64
43 tortoise-overlays-win32-url = http://guest:password@tortoisesvn.tigris.org/svn/tortoisesvn/Tortoise…
44 tortoise-overlays-x64-url = http://guest:password@tortoisesvn.tigris.org/svn/tortoisesvn/TortoiseOv…
122 [tortoise-overlays-win32]
124 url = ${settings:tortoise-overlays-win32-url}
126 destination = tortoise-overlays
129 [tortoise-overlays-x64]
131 url = ${settings:tortoise-overlays-x64-url}
133 destination = tortoise-overlays

12345678910>>...30