Home
last modified time | relevance | path

Searched refs:Fish (Results 1 – 25 of 4678) sorted by relevance

12345678910>>...188

/dports/games/supertux2/SuperTux-v0.6.3-Source/src/badguy/
H A Dfish.cpp25 Fish::Fish(const ReaderMapping& reader) : in Fish() function in Fish
46 Fish::draw(DrawingContext& context) in draw()
55 Fish::hit(const CollisionHit& hit_) in hit()
65 Fish::collision_tile(uint32_t tile_attributes) in collision_tile()
86 Fish::active_update(float dt_sec) in active_update()
111 Fish::start_waiting() in start_waiting()
120 Fish::jump() in jump()
128 Fish::freeze() in freeze()
137 Fish::unfreeze() in unfreeze()
144 Fish::kill_fall() in kill_fall()
[all …]
/dports/www/guacamole-client/guacamole-client-1.3.0/guacamole-ext/src/test/java/org/apache/guacamole/properties/
H A DEnumGuacamolePropertyTest.java36 public static enum Fish { enum in EnumGuacamolePropertyTest
114 …private static final EnumGuacamoleProperty<Fish> FAVORITE_FISH = new EnumGuacamoleProperty<Fish>(F…
134 assertEquals(Fish.SALMON, FAVORITE_FISH.parseValue("salmon")); in testParseValue()
135 assertEquals(Fish.TROUT, FAVORITE_FISH.parseValue("trout")); in testParseValue()
137 assertEquals(Fish.TUNA, FAVORITE_FISH.parseValue("tuna")); in testParseValue()
241 "carrot", Fish.TROUT in testUnannotatedEnumBadValue()
331 EnumGuacamoleProperty<Fish> favoriteFish = new EnumGuacamoleProperty<Fish>( in testAnnotationPrecedence()
332 "chinook", Fish.SALMON, in testAnnotationPrecedence()
333 "rainbow", Fish.TROUT in testAnnotationPrecedence()
343 assertEquals(Fish.SALMON, favoriteFish.parseValue("chinook")); in testAnnotationPrecedence()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/hana/example/type/
H A Dtypeid.cpp17 struct Fish { std::string name; }; argument
23 bool operator==(Fish const& a, Fish const& b) { return a.name == b.name; } in operator ==()
24 bool operator!=(Fish const& a, Fish const& b) { return a.name != b.name; } in operator !=()
27 hana::tuple<Cat, Fish, Dog, Fish> animals{ in main()
28 Cat{"Garfield"}, Fish{"Jaws"}, Dog{"Beethoven"}, Fish{"Nemo"} in main()
32 return hana::typeid_(a) == hana::type<Fish>{}; in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/hana/example/type/
H A Dtypeid.cpp17 struct Fish { std::string name; }; struct
23 bool operator==(Fish const& a, Fish const& b) { return a.name == b.name; } in operator ==()
24 bool operator!=(Fish const& a, Fish const& b) { return a.name != b.name; } in operator !=()
27 hana::tuple<Cat, Fish, Dog, Fish> animals{ in main()
28 Cat{"Garfield"}, Fish{"Jaws"}, Dog{"Beethoven"}, Fish{"Nemo"} in main()
32 return hana::typeid_(a) == hana::type<Fish>{}; in main()
/dports/devel/boost-libs/boost_1_72_0/libs/hana/example/type/
H A Dtypeid.cpp17 struct Fish { std::string name; }; argument
23 bool operator==(Fish const& a, Fish const& b) { return a.name == b.name; } in operator ==()
24 bool operator!=(Fish const& a, Fish const& b) { return a.name != b.name; } in operator !=()
27 hana::tuple<Cat, Fish, Dog, Fish> animals{ in main()
28 Cat{"Garfield"}, Fish{"Jaws"}, Dog{"Beethoven"}, Fish{"Nemo"} in main()
32 return hana::typeid_(a) == hana::type<Fish>{}; in main()
/dports/devel/hyperscan/boost_1_75_0/libs/hana/example/type/
H A Dtypeid.cpp17 struct Fish { std::string name; }; struct
23 bool operator==(Fish const& a, Fish const& b) { return a.name == b.name; } in operator ==()
24 bool operator!=(Fish const& a, Fish const& b) { return a.name != b.name; } in operator !=()
27 hana::tuple<Cat, Fish, Dog, Fish> animals{ in main()
28 Cat{"Garfield"}, Fish{"Jaws"}, Dog{"Beethoven"}, Fish{"Nemo"} in main()
32 return hana::typeid_(a) == hana::type<Fish>{}; in main()
/dports/ftp/lftp/lftp-4.9.2/src/
H A DFish.cc43 Fish *o=(Fish*)fo; // we are sure it is Fish. in GetBetterConnection()
67 int Fish::Do() in Do()
288 void Fish::MoveConnectionHere(Fish *o) in MoveConnectionHere()
314 void Fish::Init() in Init()
321 Fish::Fish() : SSH_Access("FISH:") in Fish() function in Fish
327 Fish::~Fish() in ~Fish()
332 Fish::Fish(const Fish *o) : super(o) in Fish() function in Fish
945 int Fish::Done() in Done()
1006 Fish *o=(Fish*)fa; in SameSiteAs()
1015 Fish *o=(Fish*)fa; in SameLocationAs()
[all …]
H A DFish.h26 class Fish : public SSH_Access
95 void MoveConnectionHere(Fish *o);
106 Fish();
107 Fish(const Fish*);
108 ~Fish();
112 FileAccess *Clone() const { return new Fish(this); } in Clone()
149 FishDirList(Fish *s,ArgV *a) in FishDirList()
162 FishListInfo(Fish *session,const char *path) in FishListInfo()
/dports/games/fillets-ng/fillets-ng-1.0.1/
H A DNEWS1 Fish Fillets NG - 1.0.1
6 Fish Fillets NG - 1.0.0
19 Fish Fillets NG - 0.9.3
23 Fish Fillets NG - 0.9.2
28 Fish Fillets NG - 0.9.1
32 Fish Fillets NG - 0.9.0
44 Fish Fillets NG - 0.8.1
52 Fish Fillets NG - 0.8.0
60 Fish Fillets NG - 0.7.4
67 Fish Fillets NG - 0.7.3
[all …]
/dports/devel/p5-Test-Base/Test-Base-0.89/t/
H A Dregexp.t18 One Fish
19 Two Fish
20 Red Fish
21 Blue Fish
30 One Fish
31 Two Fish
32 Red Fish
33 Blue Fish
/dports/games/fishsupper/fishsupper-0.1.6/src/
H A DFish.cpp32 FS::Fish::Fish() in Fish() function in FS::Fish
53 FS::Fish::~Fish() in ~Fish()
68 void FS::Fish::draw() in draw()
83 void FS::Fish::reset() in reset()
91 void FS::Fish::remove_fish() in remove_fish()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Dglschool_alg.c80 glschool_initFish(Fish *f, double *mins, double *ranges) in glschool_initFish()
98 Fish *f = (Fish *)0; in glschool_initFishes()
103 Fish *theFishes = SCHOOL_FISHES(s); in glschool_initFishes()
111 applyFishMovements(Fish *f, BBox *bbox, double minVel, double maxVel, double momentum) in applyFishMovements()
147 Fish *f = (Fish *)0; in glschool_applyMovements()
153 Fish *theFishes = SCHOOL_FISHES(s); in glschool_applyMovements()
172 if ((SCHOOL_FISHES(s) = (Fish *)malloc(sizeof(Fish)*nFish)) == (Fish *)0) { in glschool_initSchool()
265 Fish *test = (Fish *)0; in glschool_computeGroupVectors()
270 Fish *fishes = SCHOOL_FISHES(s); in glschool_computeGroupVectors()
311 Fish *ref = (Fish *)0; in glschool_computeAccelerations()
[all …]
/dports/graphics/processing/processing-1.5.1/modes/java/examples/Books/Processing Handbook/Synthesis/_14_pond/
H A D_14_pond.pde13 Fish[] flock = new Fish[NUM];
14 Fish bigfish1;
15 Fish bigfish2;
16 Fish bigfish3;
199 class Fish {
552 Fish[] near = new Fish[NUM];
554 Fish[] tooNear = new Fish[NUM];
556 Fish[] collide = new Fish[NUM];
590 Fish[] near2 = new Fish[nCount];
591 Fish[] tooNear2 = new Fish[tnCount];
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/privacy/auxiliary/
H A Dimpl_privacy_xc_2.rs3 pub struct Fish { struct
8 use super::Fish; argument
9 impl PartialEq for Fish { implementation
10 fn eq(&self, _: &Fish) -> bool { true } in eq()
11 fn ne(&self, _: &Fish) -> bool { false } in ne()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/menuui/
H A Dfishtank.cpp30 fish Fish[MAX_FISH]; variable
61 if(!Fish[idx].swimming){ in fish_generate()
62 f = &Fish[idx]; in fish_generate()
163 Fish[idx].a = NULL; in fishtank_start()
164 Fish[idx].swimming = 0; in fishtank_start()
186 if(Fish[idx].a != NULL){ in fishtank_stop()
187 anim_release_render_instance(Fish[idx].a); in fishtank_stop()
188 Fish[idx].a = NULL; in fishtank_stop()
190 Fish[idx].swimming = 0; in fishtank_stop()
215 f = &Fish[idx]; in fishtank_process()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/menuui/
H A Dfishtank.cpp30 fish Fish[MAX_FISH]; variable
61 if(!Fish[idx].swimming){ in fish_generate()
62 f = &Fish[idx]; in fish_generate()
163 Fish[idx].a = NULL; in fishtank_start()
164 Fish[idx].swimming = 0; in fishtank_start()
186 if(Fish[idx].a != NULL){ in fishtank_stop()
187 anim_release_render_instance(Fish[idx].a); in fishtank_stop()
188 Fish[idx].a = NULL; in fishtank_stop()
190 Fish[idx].swimming = 0; in fishtank_stop()
215 f = &Fish[idx]; in fishtank_process()
/dports/lang/p5-Error/Error-0.17029/
H A DChangeLog1 May 23 2018 <shlomif@shlomifish.org> (Shlomi Fish)
6 Aug 07 2017 <shlomif@shlomifish.org> (Shlomi Fish)
13 May 30 2015 <shlomif@shlomifish.org> (Shlomi Fish)
18 Feb 12 2015 <shlomif@shlomifish.org> (Shlomi Fish)
24 Jan 29 2014 <shlomif@shlomifish.org> (Shlomi Fish)
30 Aug 27 2013 <shlomif@shlomifish.org> (Shlomi Fish)
66 Dec 19 2009 <shlomif@iglu.org.il> (Shlomi Fish)
74 Jul 19 2008 <shlomif@iglu.org.il> (Shlomi Fish)
80 May 24 2008 <shlomif@iglu.org.il> (Shlomi Fish)
85 May 22 2008 <shlomif@iglu.org.il> (Shlomi Fish)
[all …]
/dports/games/black-hole-solver/black-hole-solver-1.10.1/
H A Dblack-hole-solver.spec.in95 * Tue Mar 31 2009 Shlomi Fish <shlomif@cpan.org> 2.21.2-1
99 * Mon Oct 24 2005 Shlomi Fish <shlomif@cpan.org> 2.8.11-1
102 * Fri Jul 30 2004 Shlomi Fish <shlomif@cpan.org> 2.8.7-1
109 * Mon Sep 02 2002 Shlomi Fish <shlomif@cpan.org> 2.7.15-1
117 * Fri Jan 04 2002 Shlomi Fish <shlomif@cpan.org> 2.0.1-1
121 * Tue Dec 18 2001 Shlomi Fish <shlomif@cpan.org> 2.0.0-1
133 * Sat Sep 22 2001 Shlomi Fish <shlomif@cpan.org> 1.8.2-1
136 * Sat Sep 01 2001 Shlomi Fish <shlomif@cpan.org> 1.8.0-1
140 * Sat Jul 07 2001 Shlomi Fish <shlomif@cpan.org> 1.6.7-2
145 * Sat Jun 09 2001 Shlomi Fish <shlomif@cpan.org> 1.6.7-1
[all …]
/dports/net/p5-IO-Socket-INET6/IO-Socket-INET6-2.72/
H A DChangeLog1 2013-06-23 Shlomi Fish <shlomif@shlomifish.org>
6 2013-06-23 Shlomi Fish <shlomif@shlomifish.org>
11 2013-05-21 Shlomi Fish <shlomif@shlomifish.org>
17 2011-11-28 Shlomi Fish <shlomif@shlomifish.org>
23 2011-11-28 Shlomi Fish <shlomif@shlomifish.org>
28 2011-01-21 Shlomi Fish <shlomif@shlomifish.org>
34 2011-01-13 Shlomi Fish <shlomif@shlomifish.org>
40 2010-06-11 Shlomi Fish <shlomif@shlomifish.org>
47 2010-06-08 Shlomi Fish <shlomif@shlomifish.org>
54 2010-05-29 Shlomi Fish <shlomif@shlomifish.org>
[all …]
/dports/irc/p5-POE-Component-IRC/POE-Component-IRC-6.93/t/01_base/
H A D02_filters.t43 line => ':joe!joe@example.com PRIVMSG #foo :Fish go moo',
50 'Fish go moo',
55 line => ':joe!joe@example.com NOTICE #foo :Fish go moo',
62 'Fish go moo',
74 'Fish go moo',
105 line => ':joe!joe@example.com TOPIC #foo :Fish go moo',
110 'Fish go moo',
157 line => 'NOTICE * :Fish go moo',
160 'Fish go moo',
167 line => ':foo.bar.baz NOTICE * :Fish go moo',
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/
H A Dautoderef-full-lval.rs8 struct Fish { struct
19 let forty: Fish = Fish{ a: Box::new(40) }; in main() argument
20 let two: Fish = Fish{ a: Box::new(2) }; in main()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/clap_generate-3.0.0-beta.5/src/
H A Dshell.rs17 Fish, enumerator
61 Shell::Fish, in value_variants()
71 Shell::Fish => ArgValue::new("fish"), in to_arg_value()
83 Shell::Fish => generators::Fish.file_name(name), in file_name()
93 Shell::Fish => generators::Fish.generate(app, buf), in generate()
/dports/games/freecell-solver/freecell-solver-6.2.0/
H A Dfreecell-solver.spec.in153 * Tue Mar 31 2009 Shlomi Fish <shlomif@iglu.org.il> 2.21.2-1
160 * Fri Jul 30 2004 Shlomi Fish <shlomif@iglu.org.il> 2.8.7-1
175 * Fri Jan 04 2002 Shlomi Fish <shlomif@iglu.org.il> 2.0.1-1
179 * Tue Dec 18 2001 Shlomi Fish <shlomif@iglu.org.il> 2.0.0-1
191 * Sat Sep 22 2001 Shlomi Fish <shlomif@iglu.org.il> 1.8.2-1
194 * Sat Sep 01 2001 Shlomi Fish <shlomif@iglu.org.il> 1.8.0-1
198 * Sat Jul 07 2001 Shlomi Fish <shlomif@iglu.org.il> 1.6.7-2
203 * Sat Jun 09 2001 Shlomi Fish <shlomif@iglu.org.il> 1.6.7-1
214 * Thu May 24 2001 Shlomi Fish <shlomif@iglu.org.il> 1.6.4-3
219 * Sat May 19 2001 Shlomi Fish <shlomif@iglu.org.il> 1.6.4-2
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/hana/example/
H A Doverview.cpp19 struct Fish { std::string name; }; struct
26 auto animals = hana::make_tuple(Fish{"Nemo"}, Cat{"Garfield"}, Dog{"Snoopy"}); in main()
38 auto animal_types = hana::make_tuple(hana::type_c<Fish*>, hana::type_c<Cat&>, hana::type_c<Dog*>); in main()
42 static_assert(animal_ptrs == hana::make_tuple(hana::type_c<Fish*>, hana::type_c<Dog*>), ""); in main()
46 static_assert(animal_ptrs[0_c] == hana::type_c<Fish*>, ""); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/hana/example/
H A Doverview.cpp19 struct Fish { std::string name; }; argument
26 auto animals = hana::make_tuple(Fish{"Nemo"}, Cat{"Garfield"}, Dog{"Snoopy"}); in main()
38 auto animal_types = hana::make_tuple(hana::type_c<Fish*>, hana::type_c<Cat&>, hana::type_c<Dog*>); in main()
42 static_assert(animal_ptrs == hana::make_tuple(hana::type_c<Fish*>, hana::type_c<Dog*>), ""); in main()
46 static_assert(animal_ptrs[0_c] == hana::type_c<Fish*>, ""); in main()

12345678910>>...188