Home
last modified time | relevance | path

Searched refs:plant (Results 1 – 25 of 1967) sorted by relevance

12345678910>>...79

/dports/multimedia/lives/lives-3.2.0/src/
H A Ddiagnostics.c323 weed_plant_t *plant; in run_weed_startup_tests() local
345 show_quadstate(plant); in run_weed_startup_tests()
371 show_quadstate(plant); in run_weed_startup_tests()
398 show_quadstate(plant); in run_weed_startup_tests()
415 show_quadstate(plant); in run_weed_startup_tests()
424 show_quadstate(plant); in run_weed_startup_tests()
434 show_quadstate(plant); in run_weed_startup_tests()
442 show_quadstate(plant); in run_weed_startup_tests()
449 show_quadstate(plant); in run_weed_startup_tests()
458 show_quadstate(plant); in run_weed_startup_tests()
[all …]
H A Dweed-effects-utils.h31 #define WEED_PLANT_IS_PLUGIN_INFO(plant) (weed_plant_get_type(plant) == WEED_PLANT_PLUGIN_INFO ? WE… argument
34 #define WEED_PLANT_IS_HOST_INFO(plant) (weed_plant_get_type(plant) == WEED_PLANT_HOST_INFO ? WEED_T… argument
36 #define WEED_PLANT_IS_FILTER_CLASS(plant) (weed_plant_get_type(plant) == WEED_PLANT_FILTER_CLASS ? … argument
38 #define WEED_PLANT_IS_FILTER_INSTANCE(plant) (weed_plant_get_type(plant) == WEED_PLANT_FILTER_INSTA… argument
41 #define WEED_PLANT_IS_CHANNEL(plant) (weed_plant_get_type(plant) == WEED_PLANT_CHANNEL ? WEED_TRUE … argument
43 #define WEED_PLANT_IS_CHANNEL_TEMPLATE(plant) (weed_plant_get_type(plant) == WEED_PLANT_CHANNEL_TEM… argument
46 #define WEED_PLANT_IS_PARAMETER(plant) (weed_plant_get_type(plant) == WEED_PLANT_PARAMETER ? WEED_T… argument
48 #define WEED_PLANT_IS_PARAMETER_TEMPLATE(plant) (weed_plant_get_type(plant) == WEED_PLANT_PARAMETER… argument
51 #define WEED_PLANT_IS_GUI(plant) (weed_plant_get_type(plant) == WEED_PLANT_GUI ? WEED_TRUE : WEED_F… argument
/dports/multimedia/lives/lives-3.2.0/libweed/
H A Dweed-utils.h50 #define WEED_LEAF_GET(plant, key, type) weed_get_##type##_value(plant, key, NULL) argument
51 #define WEED_LEAF_GET_ARRAY_COUNTED(plant, key, type, counter) weed_get_##type##_array_counted(plan… argument
52 #define WEED_LEAF_SET(plant, key, type, value) weed_set_##type##_value(plant, key, value) argument
53 #define WEED_LEAF_SET_ARRAY(plant, key, type, nvals, array) weed_set_##type##_array(plant, key, nva… argument
171 #define __weed_get_value__(plant, key, value) weed_leaf_get(plant, key, 0, value) argument
172 #define __weed_check_leaf__(plant, key) __weed_get_value__(plant, key, NULL) argument
192 weed_error_t err = __weed_check_leaf__(plant, key); in __weed_leaf_check__()
199 …if ((*perr = __weed_leaf_check__(plant, key, seed_type)) == WEED_SUCCESS) *perr = __weed_get_value… in __weed_value_get__()
232 weed_size_t num_elems = weed_leaf_num_elements(plant, key); in __weed_get_values__()
290 return __weed_get_string_array__(plant, key, NULL, count);} in weed_get_string_array_counted()
[all …]
H A Dweed.c420 if (!plant) return NULL; in weed_find_leaf()
436 reader_count_add(plant); in weed_find_leaf()
529 plant->next = newleaf; in weed_leaf_append()
542 reader_count_wait(plant); in _weed_plant_free()
546 leafnext = plant->next; in _weed_plant_free()
558 if (!plant->next) { in _weed_plant_free()
570 weed_leaf_free(plant); in _weed_plant_free()
574 chain_lock_unlock(plant); in _weed_plant_free()
621 leaf = plant; in _weed_leaf_delete()
629 if (leaf != plant) { in _weed_leaf_delete()
[all …]
H A Dweed-utils.c53 #define weed_get_value(plant, key, value) weed_leaf_get(plant, key, 0, value) argument
54 #define weed_check_leaf(plant, key) weed_get_value(plant, key, NULL) argument
148 return weed_get_value(plant, key, retval); in weed_value_get()
188 weed_error_t err = weed_check_leaf(plant, key); in weed_get_string_value()
426 int32_t weed_get_plant_type(weed_plant_t *plant) { in weed_get_plant_type() argument
427 if (!plant) return WEED_PLANT_UNKNOWN; in weed_get_plant_type()
708 weed_plant_t *plant; in weed_plant_copy() local
717 if (!plant) return NULL; in weed_plant_copy()
723 err = weed_leaf_copy(plant, prop, src, prop); in weed_plant_copy()
734 return plant; in weed_plant_copy()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Libraries.ocd/Plants.ocd/Plant.ocd/
H A DScript.c57 if (plant) in Place()
61 plant->KeepArea(area); in Place()
63 plant = nil; in Place()
182 var plant; in Seed() local
185 plant = DoSeed(true); in Seed()
187 if (plant) in Seed()
211 plant->RemoveObject(); in Seed()
216 return plant; in Seed()
243 if (!no_init && plant) in DoSeed()
244 plant->InitChild(this); in DoSeed()
[all …]
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/dlua/
H A Dgauntlet.lua262 if not plant then plant = "default" end
328 plant = "demonic",
334 plant = "demonic",
340 plant = "demonic",
352 plant = "demonic",
359 plant = "demonic",
364 plant = "demonic",
406 plant = "demonic",
418 plant = "demonic",
437 plant = "demonic",
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/gob/minigames/geisha/
H A Ddiving.cpp444 plant.plant->setAnimation(anim); in enterPlant()
445 plant.plant->rewind(); in enterPlant()
448 plant.plant->getFrameSize(width, height); in enterPlant()
454 plant.plant->setPosition(plant.x, plant.y); in enterPlant()
455 plant.plant->setVisible(true); in enterPlant()
456 plant.plant->setPause(false); in enterPlant()
590 if (plant.plant->isVisible()) { in updatePlants()
592 plant.plant->setPosition(plant.x += plant.deltaX, plant.y); in updatePlants()
596 plant.plant->getFramePosition(x, y); in updatePlants()
600 plant.plant->setVisible(false); in updatePlants()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/gob/minigames/geisha/
H A Ddiving.cpp444 plant.plant->setAnimation(anim); in enterPlant()
445 plant.plant->rewind(); in enterPlant()
448 plant.plant->getFrameSize(width, height); in enterPlant()
454 plant.plant->setPosition(plant.x, plant.y); in enterPlant()
455 plant.plant->setVisible(true); in enterPlant()
456 plant.plant->setPause(false); in enterPlant()
590 if (plant.plant->isVisible()) { in updatePlants()
592 plant.plant->setPosition(plant.x += plant.deltaX, plant.y); in updatePlants()
596 plant.plant->getFramePosition(x, y); in updatePlants()
600 plant.plant->setVisible(false); in updatePlants()
[all …]
/dports/games/stendhal/stendhal-1.35/tiled/tileset/
H A Drefactoring219 ant*/plant/cactus_2.png 3
220 ant /plant/lily_pads.png 3
221 plant/snowygrass.png 1
230 plant/flower/red_white.png 2
233 plant/flower/vines_3.png 1
239 plant/stump/stump_snow.png 3
251 plant/tree/maple_tree.png 3
252 plant/tree/oak_tree.png 3
388 ant*/plant/mushroom3.png 3
391 /plant/flower/purple.png 13
[all …]
H A Danimation.seq52 tileset/plant/flower/daisy_white.png 0 2:4:6:0@3500
53 tileset/plant/flower/daisy_white.png 2 4:6:0:2@3500
54 tileset/plant/flower/daisy_white.png 4 6:0:2:4@3500
70 tileset/plant/flower/daisy_red.png 0 2:4:6:0@3500
71 tileset/plant/flower/daisy_red.png 2 4:6:0:2@3500
72 tileset/plant/flower/daisy_red.png 4 6:0:2:4@3500
73 tileset/plant/flower/daisy_red.png 6 0:2:4:6@3500
74 tileset/plant/flower/daisy_red.png 1 3:5:7:1@3500
75 tileset/plant/flower/daisy_red.png 3 5:7:1:3@3500
76 tileset/plant/flower/daisy_red.png 5 7:1:3:5@3500
[all …]
/dports/math/glpk/glpk-5.0/examples/
H A Degypt.mod47 param rail_half {plant,plant} >= 0;
48 param rail {p1 in plant, p2 in plant} :=
53 param impd_barg {plant} >= 0;
54 param impd_road {plant} >= 0;
64 param tran_inter {p1 in plant, p2 in plant} :=
67 param tran_raw {pl in plant} :=
84 param p_pr {plant,c_raw} >= 0;
91 param dcap {plant,unit} >= 0;
110 set p_cap {pl in plant} :=
116 set p_except {plant} within proc;
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Animals.ocd/Firefly.ocd/
H A DScript.c53 for (var plant in FindObjects(Find_Distance(150), Find_Func("IsTree"), Sort_Distance())) in GetAttraction()
57 if (ObjectDistance(plant) < 20) // Too close. in GetAttraction()
59 if (plant->GetCon() < 30) // Too small. in GetAttraction()
61 if (plant->GBackSemiSolid()) // Under water or covered with solid material. in GetAttraction()
63 var width = plant->GetObjWidth(); in GetAttraction()
64 var height = plant->GetObjHeight(); in GetAttraction()
65 coordinates.x = plant->GetX() + Random(width) - width / 2; in GetAttraction()
67 coordinates.y = plant->GetY() - Random(height) / 2; in GetAttraction()
/dports/databases/p5-Tangram/Tangram-2.12/t/springfield/
H A D80-mi.t25 my ($plant) = $storage->select( $base );
27 Springfield::test( $plant );
28 …Springfield::test( exists( $plant->{name} ) && $plant->{name} eq 'Springfield Nuclear Power Plant'…
29 Springfield::test( exists( $plant->{curies} ) && $plant->{curies} == 1_000_000 );
H A D38-stateless.t27 my $plant = $storage->load( $plant_id );
28 …Springfield::test( @{ $plant->{employees} } == 1 && $plant->{employees}[0]{firstName} eq 'Homer' );
38 my ($plant) = $storage->select( 'NuclearPlant' );
39 …Springfield::test( @{ $plant->{employees} } == 1 && $plant->{employees}[0]{firstName} eq 'Homer' );
/dports/devel/p5-Class-Tangram/Class-Tangram-1.57/t/
H A D07-use.t20 my $plant;
22 $plant = new NuclearPlant;
24 isa_ok($plant, 'NuclearPlant',
27 $plant->set_curies(6*9);
28 is($plant->curies, 42, "Extra methods were defined");
/dports/misc/otter/otter-3.3f/examples/auto/
H A Dsteam.out25 all x (Grain(x)->plant(x)).
54 0 [] -Grain(x)|plant(x).
61 0 [] -animal(x)| -plant(y)|eats(x,y)| -animal(z)| -Smaller(z,x)| -plant(u)| -eats(z,u)|eats(x,z).
67 0 [] -Caterpillar(x)|plant($f1(x)).
69 0 [] -Snail(x)|plant($f2(x)).
95 ** KEPT (pick-wt=20): 7 [] -animal(x)| -plant(y)|eats(x,y)| -animal(z)| -Smaller(z,x)| -plant(u)| -…
229 6 [] -Grain(x)|plant(x).
230 7 [] -animal(x)| -plant(y)|eats(x,y)| -animal(z)| -Smaller(z,x)| -plant(u)| -eats(z,u)|eats(x,z).
234 15 [] -Snail(x)|plant($f2(x)).
253 46 [hyper,33,15] plant($f2($c5)).
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Animals.ocd/Butterfly.ocd/
H A DScript.c36 …for (var plant in FindObjects(Find_Distance(150), Find_Or(Find_Func("IsPlant"), Find_ID(Grass)), S… in GetAttraction()
40 if (ObjectDistance(plant) < 20) // Too close in GetAttraction()
42 if (plant->GetCon() < 30) // Too small in GetAttraction()
44 if (plant->GBackSemiSolid()) // Under water or covered with solid material in GetAttraction()
46 var width = plant->GetObjWidth(); in GetAttraction()
47 var height = plant->GetObjHeight(); in GetAttraction()
48 coordinates.x = plant->GetX() + Random(width) - width / 2; in GetAttraction()
50 coordinates.y = plant->GetY() - Random(height)/2; in GetAttraction()
51 attraction = plant; in GetAttraction()
/dports/math/py-mixsimulator/mixsimulator-0.3.3/
H A DREADME.md10 - Estimate of the costs of a mix or a power plant over the long term ;
46 - `green` (boolean): is it a renewable energy plant?
47 - `hydro` (boolean): is it a hydro power plant?
48 - `fuel` (boolean): is it a thermal power plant?
50 - `fuel_consumption` (g/MWh): fuel consumption (in the case of a fossil fuel power plant)
51 - `availability` (%): plant availability
53 - `init_value` ($): initial investment in setting up the plant
54 - `lifetime` (years): plant lifetime
55 - `carbon_production` (g/MWh): emission rate of CO2 from the power plant
56 - `raw_power` (MW): nominal power of the plant
[all …]
H A DPKG-INFO18 - Estimate of the costs of a mix or a power plant over the long term ;
54 - `green` (boolean): is it a renewable energy plant?
55 - `hydro` (boolean): is it a hydro power plant?
56 - `fuel` (boolean): is it a thermal power plant?
58 - `fuel_consumption` (g/MWh): fuel consumption (in the case of a fossil fuel power plant)
59 - `availability` (%): plant availability
61 - `init_value` ($): initial investment in setting up the plant
62 - `lifetime` (years): plant lifetime
63 - `carbon_production` (g/MWh): emission rate of CO2 from the power plant
64 - `raw_power` (MW): nominal power of the plant
[all …]
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/des/serial/
H A Dbayou.des23 MONS: plant
41 MONS: plant
58 MONS: plant
61 KMONS: 2 = plant
83 KMONS: 1 = plant
98 KMONS: 1 = plant
114 KMONS: 1 = plant
143 KMONS: 1 = plant
214 KMONS: 1 = plant
248 KMONS: 1 = plant
[all …]
/dports/math/py-mixsimulator/mixsimulator-0.3.3/mixsimulator.egg-info/
H A DPKG-INFO18 - Estimate of the costs of a mix or a power plant over the long term ;
54 - `green` (boolean): is it a renewable energy plant?
55 - `hydro` (boolean): is it a hydro power plant?
56 - `fuel` (boolean): is it a thermal power plant?
58 - `fuel_consumption` (g/MWh): fuel consumption (in the case of a fossil fuel power plant)
59 - `availability` (%): plant availability
61 - `init_value` ($): initial investment in setting up the plant
62 - `lifetime` (years): plant lifetime
63 - `carbon_production` (g/MWh): emission rate of CO2 from the power plant
64 - `raw_power` (MW): nominal power of the plant
[all …]
/dports/math/zimpl/zimpl-3.3.6/example/
H A Dfacility_location.zpl12 # How much does it cost to build a plant and what capacity will
23 # Transportation cost from each plant to each store
32 var x[PS] binary; # Is plant p suppling store s ?
33 var z[PLANTS] binary; # Is plant p build ?
40 # Each store is supplied by exactly one plant
44 # To be able to supply a store, a plant must be build
48 # The plant must be able to meet the demands from all stores
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/data/
H A DCASTILL5.DAT2 Epicenter data--Distance (miles) from earthquake epicenter to nuclear plant
3 Engineering Goal--Determine nuclear plant earhquake risk
4 Response Variable = distance of epicenter to nuclear plant
8 1. Response variable = distance of epicenter to nuclear plant
24 Distance from epicenter to nuclear plant (miles) (sorted)
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Vegetation.ocd/LargeCaveMushroom.ocd/
H A DScript.c54 var plant = CreateConstruction(this, end_x, end_y - 1, NO_OWNER, 20 + Random(10), false, false); in Place() local
55 if (!plant) continue; in Place()
56 PushBack(plants, plant); in Place()
64 for (var plant in plants) in Place()
66 plant.Plane = 510; in Place()
193 var plant = CreateConstruction(GetID(), x, y, GetOwner(), 3, false, false); in Seed() local
195 if (plant) in Seed()
198 plant->KeepArea(this.Confinement); in Seed()
201 return plant; in Seed()

12345678910>>...79