Home
last modified time | relevance | path

Searched refs:icecream (Results 1 – 25 of 263) sorted by relevance

1234567891011

/dports/math/minizinc/libminizinc-2.5.5/docs/en/examples/
H A Dmeal.dzn1 FOOD = { icecream, banana, chocolatecake, lasagna,
4 dd = [| icecream, 1200, 50, 10, 120, 400 % icecream
18 desserts = { icecream, banana, chocolatecake };
H A Dmeal-zinc.dzn1 enum Name = { icecream, banana, chocolate_cake, lasagna,
4 meal_items = { (icecream, 1200, 50, 10, 120, 400),
20 desserts = { icecream, banana, chocolate_cake };
/dports/math/minizinc/libminizinc-2.5.5/docs/chi/examples/
H A Dmeal.dzn1 FOOD = { icecream, banana, chocolatecake, lasagna,
4 dd = [| icecream, 1200, 50, 10, 120, 400 % 冰淇淋
18 desserts = { icecream, banana, chocolatecake };
H A Dmeal-zinc.dzn1 enum Name = { icecream, banana, chocolate_cake, lasagna,
4 meal_items = { (icecream, 1200, 50, 10, 120, 400),
20 desserts = { icecream, banana, chocolate_cake };
/dports/math/minizinc/libminizinc-2.5.5/docs/es/examples/
H A Dmeal-zinc_es.dzn1 enum Name = { icecream, banana, chocolate_cake, lasagna,
4 meal_items = { (icecream, 1200, 50, 10, 120, 400),
20 desserts = { icecream, banana, chocolate_cake };
H A Dmeal_es.dzn1 FOOD = { icecream, banana, chocolatecake, lasagna,
4 dd = [| icecream, 1200, 50, 10, 120, 400 % Helado
18 desserts = { icecream, banana, chocolatecake };
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/
H A Dinstall-kst48 if [ -d /opt/icecream/bin ]
51 PATH=/opt/icecream/bin:$PATH make -j4
52 PATH=/opt/icecream/bin:$PATH make install
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Dfood_fun_for_test.cpp211 item icecream( "icecream" ); variable
212 REQUIRE( icecream.is_comestible() );
213 REQUIRE( icecream.has_flag( flag_MELTS ) );
214 int icecream_fun = icecream.get_comestible_fun();
217 REQUIRE_FALSE( icecream.has_flag( flag_FROZEN ) );
220 actual_fun = dummy.fun_for( icecream );
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/
H A Dfood_fun_for_test.cpp211 item icecream( "icecream" ); variable
212 REQUIRE( icecream.is_comestible() );
213 REQUIRE( icecream.has_flag( flag_MELTS ) );
214 int icecream_fun = icecream.get_comestible_fun();
217 REQUIRE_FALSE( icecream.has_flag( flag_FROZEN ) );
220 actual_fun = dummy.fun_for( icecream );
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/doc/examples/
H A Dsamplebinding.rst13 :caption: icecream.h
37 void addIcecreamFlavor(Icecream *icecream);
51 std::string m_arrivalMessage = "A new icecream truck has arrived!\n";
80 #include "icecream.h"
201 icecream = Icecream(f)
202 truck.addIcecreamFlavor(icecream)
212 print("All the kids got some icecream!")
221 special_truck.setArrivalMessage("A new SPECIAL icecream truck has arrived!\n")
223 special_truck.addIcecreamFlavor(Icecream("SPECIAL *magical* icecream"))
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/doc/examples/
H A Dsamplebinding.rst13 :caption: icecream.h
37 void addIcecreamFlavor(Icecream *icecream);
51 std::string m_arrivalMessage = "A new icecream truck has arrived!\n";
80 #include "icecream.h"
201 icecream = Icecream(f)
202 truck.addIcecreamFlavor(icecream)
212 print("All the kids got some icecream!")
221 special_truck.setArrivalMessage("A new SPECIAL icecream truck has arrived!\n")
223 special_truck.addIcecreamFlavor(Icecream("SPECIAL *magical* icecream"))
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/doc/examples/
H A Dsamplebinding.rst13 :caption: icecream.h
37 void addIcecreamFlavor(Icecream *icecream);
51 std::string m_arrivalMessage = "A new icecream truck has arrived!\n";
80 #include "icecream.h"
201 icecream = Icecream(f)
202 truck.addIcecreamFlavor(icecream)
212 print("All the kids got some icecream!")
221 special_truck.setArrivalMessage("A new SPECIAL icecream truck has arrived!\n")
223 special_truck.addIcecreamFlavor(Icecream("SPECIAL *magical* icecream"))
/dports/biology/bbmap/bbmap/
H A Dicecreamfinder.sh140 icecream() { function
148 icecream "$@"
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/examples/samplebinding/
H A Dmain.py75 icecream = Icecream(f) variable
76 truck.addIcecreamFlavor(icecream)
H A Dtruck.cpp83 void Truck::addIcecreamFlavor(Icecream *icecream) in addIcecreamFlavor() argument
85 m_flavors.push_back(icecream); in addIcecreamFlavor()
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/examples/samplebinding/
H A Dmain.py75 icecream = Icecream(f) variable
76 truck.addIcecreamFlavor(icecream)
H A Dtruck.cpp83 void Truck::addIcecreamFlavor(Icecream *icecream) in addIcecreamFlavor() argument
85 m_flavors.push_back(icecream); in addIcecreamFlavor()
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/examples/samplebinding/
H A Dmain.py75 icecream = Icecream(f) variable
76 truck.addIcecreamFlavor(icecream)
H A Dtruck.cpp83 void Truck::addIcecreamFlavor(Icecream *icecream) in addIcecreamFlavor() argument
85 m_flavors.push_back(icecream); in addIcecreamFlavor()
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dtikzlings-coatis.cwl78 icecream
79 icecream=#%color
H A Dtikzlings-elephants.cwl76 icecream
77 icecream=#%color
H A Dtikzlings-sloths.cwl79 icecream
80 icecream=#%color
H A Dtikzlings-snowmen.cwl80 icecream
81 icecream=#%color
H A Dtikzlings-squirrels.cwl77 icecream
78 icecream=#%color
H A Dtikzlings-anteaters.cwl76 icecream
77 icecream=#%color

1234567891011