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);167 $this->update_media_file($working_path);168 else $this->delete_media_file($working_path);173 public function set_last_made_time($working_path) { argument174 $this->last_made = $this->time($working_path);177 public function needs_update($working_path) { argument179 return $this->time($working_path) != $this->last_made;[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");