Home
last modified time | relevance | path

Searched refs:add_dependency (Results 1 – 4 of 4) sorted by relevance

/plugin/projects/plugins/file/
H A Dlatex_dependency.php35 foreach ($uses as $use) $source_file->add_dependency($use);
H A Dplot_dependency.php134 $this->add_dependency($this->data['name']);
/plugin/projects/lib/
H A Dplugins.php21 if (is_array($deps)) foreach ($deps as $dep) $def->add_dependency($dep);
H A Dfile_definition.php36 public function add_dependency($name) { function in FileDefinition