Home
last modified time | relevance | path

Searched refs:recipe (Results 1 – 16 of 16) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DInTotoProvenance.php79 public function setRecipe(Recipe $recipe) argument
81 $this->recipe = $recipe;
88 return $this->recipe;
H A DSlsaProvenance.php77 public function setRecipe(SlsaRecipe $recipe) argument
79 $this->recipe = $recipe;
86 return $this->recipe;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DInTotoProvenance.php79 public function setRecipe(Recipe $recipe) argument
81 $this->recipe = $recipe;
88 return $this->recipe;
H A DSlsaProvenance.php77 public function setRecipe(SlsaRecipe $recipe) argument
79 $this->recipe = $recipe;
86 return $this->recipe;
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst152 This recipe was inspired by the following Django wiki page:
399 recipe gives you a simple PDO template loader you can use as a starting point
487 This recipe is the continuation of the previous one. Even if you store the
492 As you can see in the previous recipe, we reference the template in the exact
/plugin/passpolicy/
H A Dwords.txt2880 recipe
/plugin/projects/
H A Dchangelog27 …hich syntax to use for highlighting a source file, or a specific content/recipe block. See the doc…
31 … when a page does not have a project-file tag but uses other tags such as use, content, and recipe.
/plugin/projects/lib/
H A Dfile_definition.php70 private $recipe = NULL; variable in TargetDefinition
72 public function recipe() { return $this->recipe; } function in TargetDefinition
73 public function add_recipe($recipe) { argument
74 $this->recipe .= "\n" . $recipe;
75 trim($this->recipe);
101 public function recipe() { return NULL; } function in CrossLinkDefinition
H A Dplugins.php10 protected function recipe($project, $file) { return NULL; } function in MakeRule
18 $recipe = $this->recipe($project, $file);
22 $def->add_recipe($recipe);
H A Dproject_file.php124 protected $recipe = NULL; variable in ProjectGenerated
129 $this->recipe = $file->recipe();
134 && $this->recipe == $file->recipe();
138 public function recipe() { return $this->recipe; } function in ProjectGenerated
142 $this->recipe = $file->recipe();
157 if (!$this->recipe) return 0;
162 $recipe = $this->recipe();
164 fprintf($f, "%s\n", $this->recipe());
183 if ($this->recipe === NULL) return false;
184 return (trim($this->recipe) != "");
/plugin/projects/plugins/target/
H A Dgcc.php45 protected function recipe($project, $file) { function in projects_plugin_gcc
H A Dlink.php28 protected function recipe($project, $file) { function in projects_plugin_link
H A Dmedia.php22 protected function recipe($project, $file) { function in projects_plugin_media
H A Dpdflatex.php35 protected function recipe($project, $file) { function in projects_plugin_pdflatex
/plugin/rrdgraph/
H A Dhelper.php309 public function inflateRecipe($recipe) { argument
310 if (! is_array($recipe)) return null;
318 foreach ($recipe as $element) {
339 $recipe = $inflatedRecipe;
341 return $recipe;
346 * @param Array $recipe The rrd recipe to parse.
349 public function getDependencies($recipe) { argument
352 foreach ($recipe as $element) {
418 $recipe = $this->fetchRecipe($pageId, $graphId);
421 $recipe = $this->inflateRecipe($recipe);
[all …]
H A Dsyntax.php104 * @param Array $recipe The rrd recipe that should be parsed.
107 private function getRanges($recipe) { argument
109 foreach ($recipe as $option) {