Home
last modified time | relevance | path

Searched refs:working_path (Results 1 – 2 of 2) sorted by relevance

/plugin/projects/lib/
Dproject_file.php153 public function make($working_path) { argument
155 chdir($working_path);
156 $path = $working_path . $this->name;
159 $log = $this->log_file($working_path);
167 $this->update_media_file($working_path);
168 else $this->delete_media_file($working_path);
173 public function set_last_made_time($working_path) { argument
174 $this->last_made = $this->time($working_path);
177 public function needs_update($working_path) { argument
179 return $this->time($working_path) != $this->last_made;
[all …]
/plugin/projects/plugins/target/
Dplot.php50 public function make($working_path) { argument
55 $this->log($working_path, "Plot file $file is invalid: $error");
71 $data->ImportFromCSV($working_path . $data_file,
229 $plot->Render($this->path($working_path));
233 $this->log($working_path, "Successfully plotted $file_name as $plot_name\ntitle: $title\n");