Searched refs:is_target (Results 1 – 7 of 7) sorted by relevance
16 private $is_target = NULL; variable in MakeNode20 public function is_target() { return $this->is_target; } function in MakeNode27 public function __construct($name, $is_target) { argument29 $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()) {
62 public function is_target() { return false; } function in SourceDefinition71 public function is_target() { return true; } function in TargetDefinition80 public function is_target() { return true; } function in CrossLinkDefinition
253 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()))
102 public function is_target() { return false; } function in ProjectSource187 public function is_target() { return true; } function in ProjectGenerated
15 if ($file->is_target()) return false;
103 if ($file->is_target() && $perm > AUTH_READ)