Home
last modified time | relevance | path

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

/plugin/projects/lib/
H A 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);
189 protected function log_file($working_path) { argument
194 $log = $this->log_file($working_path);
235 public function time($working_path) { argument
236 $path = $working_path . $this->name;
242 public function make($working_path) { argument
243 $log = $this->log_file($working_path);
[all …]
/plugin/projects/plugins/target/
H A 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");