Home
last modified time | relevance | path

Searched refs:is_target (Results 1 – 7 of 7) sorted by last modified time

/plugin/projects/lib/
H A Dfile_definition.php62 public function is_target() { return false; } function in SourceDefinition
71 public function is_target() { return true; } function in TargetDefinition
80 public function is_target() { return true; } function in CrossLinkDefinition
H A Dmaker.php16 private $is_target = NULL; variable in MakeNode
20 public function is_target() { return $this->is_target; } function in MakeNode
27 public function __construct($name, $is_target) { argument
29 $this->is_target = $is_target;
73 if ($this->is_target) return;
144 $this->nodes[$name] = new MakeNode($name, $file->is_target());
182 $nodes[$name] = new MakeNode($name, $node->is_target());
217 if ($file->is_target())
256 if (!$file->is_target()) {
H A Dproject.php253 if ($file->is_target()) $file->delete($this->path());
264 if ($file->is_target())
301 if ($file->is_target()) $this->changed[] = $file->name();
360 if ($file->is_target() && $file->needs_update($this->path()))
H A Dproject_file.php102 public function is_target() { return false; } function in ProjectSource
187 public function is_target() { return true; } function in ProjectGenerated
/plugin/projects/plugins/file/
H A Dplot_dependency.php15 if ($file->is_target()) return false;
H A Dlatex_dependency.php15 if ($file->is_target()) return false;
/plugin/projects/action/
H A Daction.php103 if ($file->is_target() && $perm > AUTH_READ)