Searched refs:working_path (Results 1 – 2 of 2) sorted by relevance
153 public function make($working_path) { argument155 chdir($working_path);156 $path = $working_path . $this->name;159 $log = $this->log_file($working_path);189 protected function log_file($working_path) { argument194 $log = $this->log_file($working_path);235 public function time($working_path) { argument236 $path = $working_path . $this->name;242 public function make($working_path) { argument243 $log = $this->log_file($working_path);[all …]
50 public function make($working_path) { argument55 $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");