Home
last modified time | relevance | path

Searched refs:add_content (Results 1 – 5 of 5) sorted by relevance

/plugin/projects/syntax/
H A Dcontent.php35 protected function add_content($file, $content) { function in syntax_plugin_projects_content
36 $file->add_content($content);
H A Drecipe.php28 protected function add_content($file, $content) { function in syntax_plugin_projects_recipe
/plugin/projects/plugins/file/
H A Dplot_dependency.php21 $plot->add_content($file->content());
67 public function add_content($content) { function in PlotDefinition
68 parent::add_content($content);
/plugin/projects/lib/
H A Dfile_definition.php64 public function add_content($content) { function in SourceDefinition
/plugin/projects/plugins/target/
H A Dplot.php31 $source->add_content(file_get_contents($project->path() . $plot));