Home
last modified time | relevance | path

Searched defs:recipe (Results 1 – 25 of 547) sorted by relevance

12345678910>>...22

/dports/sysutils/magicrescue/magicrescue-1.1.10/src/
H A Drecipe.h22 struct recipe { struct
37 void recipe_init(struct recipe *r); argument
/dports/devel/rapidcheck/rapidcheck-7bc7d30/test/gen/detail/
H A DRecipeTests.cpp33 Recipe recipe; in arbitrary() local
69 [](const Recipe &recipe) { in __anon1ed744600502()
78 [](const Recipe &recipe) { in __anon1ed744600702()
90 [](const Recipe &recipe) { in __anon1ed744600902()
103 [](const Recipe &recipe) { in __anon1ed744600b02()
112 [](const Recipe &recipe) { in __anon1ed744600d02()
128 [](const Recipe &recipe) { in __anon1ed744601002()
138 [](Recipe recipe) { in __anon1ed744601202()
148 const auto recipe = *gen::suchThat<Recipe>([](const Recipe &r) { in __anon1ed744601302() local
/dports/devel/rapidcheck/rapidcheck-7bc7d30/include/rapidcheck/gen/detail/
H A DExecRaw.hpp26 execWithRecipe(Callable callable, Recipe recipe) { in execWithRecipe()
38 shrinksOfRecipe(Callable callable, Recipe recipe) { in shrinksOfRecipe()
47 shrinkableWithRecipe(Callable callable, Recipe recipe) { in shrinkableWithRecipe()
60 Recipe recipe; in execRaw() local
/dports/www/resin3/resin-3.1.16/webapps/resin-doc/examples/quercus-jpa/
H A Drecipe.php57 $recipe = get_recipe(); variable
66 $recipe = get_recipe(); variable
126 $recipe = get_recipe(); variable
147 $recipe = get_recipe(); variable
/dports/games/minetest/minetest-5.4.1/src/script/lua_api/
H A Dl_craft.cpp39 int &width, std::vector<std::string> &recipe) in readCraftRecipeShaped()
80 std::vector<std::string> &recipe) in readCraftRecipeShapeless()
154 std::vector<std::string> recipe; in l_register_craft() local
185 std::vector<std::string> recipe; in l_register_craft() local
228 std::string recipe = getstringfield_default(L, table, "recipe", ""); in l_register_craft() local
253 std::string recipe = getstringfield_default(L, table, "recipe", ""); in l_register_craft() local
306 std::vector<std::string> recipe; in l_clear_craft() local
422 const CraftDefinition *recipe, in push_craft_recipe()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/color/
H A Dcolor_recipe_unittest.cc20 const ColorRecipe recipe; in TEST() local
32 ColorRecipe recipe = {kOutput}; in TEST() local
43 ColorRecipe recipe = DeriveDefaultIconColor(FromTransformInput()) + in TEST() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/color/
H A Dcolor_recipe_unittest.cc20 const ColorRecipe recipe; in TEST() local
32 ColorRecipe recipe = {kOutput}; in TEST() local
43 ColorRecipe recipe = DeriveDefaultIconColor(FromTransformInput()) + in TEST() local
/dports/games/freeminer/freeminer-0.4.10.4/src/script/lua_api/
H A Dl_craft.cpp43 int &width, std::vector<std::string> &recipe) in readCraftRecipeShaped()
84 std::vector<std::string> &recipe) in readCraftRecipeShapeless()
159 std::vector<std::string> recipe; in l_register_craft() local
190 std::vector<std::string> recipe; in l_register_craft() local
233 std::string recipe = getstringfield_default(L, table, "recipe", ""); in l_register_craft() local
258 std::string recipe = getstringfield_default(L, table, "recipe", ""); in l_register_craft() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/invoke/StringConcatFactory/
H A DBasicTest.java70 String recipe = ""; in test() local
94 concatType, recipe); in test() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/invoke/StringConcatFactory/
H A DBasicTest.java70 String recipe = ""; in test() local
94 concatType, recipe); in test() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/invoke/StringConcatFactory/
H A DBasicTest.java70 String recipe = ""; in test() local
94 concatType, recipe); in test() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/invoke/StringConcatFactory/
H A DBasicTest.java70 String recipe = ""; in test() local
94 concatType, recipe); in test() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/invoke/StringConcatFactory/
H A DBasicTest.java70 String recipe = ""; in test() local
94 concatType, recipe); in test() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/invoke/StringConcatFactory/
H A DBasicTest.java70 String recipe = ""; in test() local
94 concatType, recipe); in test() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/invoke/StringConcatFactory/
H A DBasicTest.java70 String recipe = ""; in test() local
94 concatType, recipe); in test() local
/dports/devel/cook/cook-2.30/cook/graph/
H A Drecipe_list.h32 struct graph_recipe_ty **recipe; member
54 struct graph_recipe_ty **recipe; member
/dports/www/phprecipebook/phprecipebook/modules/meals/
H A Dedit.php48 $recipe = $MPObj->mealplanItems[$dbDate][$i]['id']; variable
53 $recipe=NULL; variable
/dports/games/ivan/ivan-059/Main/Source/
H A Dcmdcraft.cpp694 struct recipe{ struct
707 virtual void fillInfo(){ ABORT("missing recipe info implementation"); } in fillInfo() argument
709 void failPlacementMsg(recipedata& rpd){ in failPlacementMsg() argument
713 void failIngredientsMsg(recipedata& rpd){ in failIngredientsMsg() argument
725 bool IsTheSelectedOne(recipedata& rpd){ in IsTheSelectedOne() argument
736 virtual ~recipe(){} in ~recipe() argument
794 static bool setTools(recipedata& rpd,item* itTool,item* itTool2){ in setTools() argument
996 recipedata& rpd, in prepareFilter() argument
1082 void askForEqualLumps(recipedata& rpd){ in askForEqualLumps() argument
1097 recipedata& rpd, in choseIngredients() argument
[all …]
/dports/misc/qbrew/qbrew-0.4.1/src/
H A Drecipereader.cpp64 bool RecipeReader::readRecipe(Recipe *recipe) in readRecipe()
252 bool RecipeWriter::writeRecipe(Recipe *recipe) in writeRecipe()
H A Dbeerxmlreader.cpp77 bool BeerXmlReader::readRecipe(Recipe *recipe) in readRecipe()
139 Recipe recipe(0); in readSingleRecipe() local
594 bool BeerXmlWriter::writeRecipe(Recipe *recipe) in writeRecipe()
/dports/www/chromium-legacy/chromium-88.0.4324.182/docs/speed/bot_health_sheriffing/
H A Dhow_to_access_test_logs.md41 #### Failing Story Logs
47 #### Failing Benchmark Logs
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/docs/speed/bot_health_sheriffing/
H A Dhow_to_access_test_logs.md41 #### Failing Story Logs
47 #### Failing Benchmark Logs
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/pie_and_polar_charts/
H A Dpie_and_donut_labels.py38 recipe = ["375 g flour", variable
93 recipe = ["225 g flour", variable
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/pie_and_polar_charts/
H A Dpie_and_donut_labels.py38 recipe = ["375 g flour", variable
93 recipe = ["225 g flour", variable
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/pie_and_polar_charts/
H A Dpie_and_donut_labels.py36 recipe = ["375 g flour", variable
91 recipe = ["225 g flour", variable

12345678910>>...22