Searched refs:project_file (Results 1 – 3 of 3) sorted by relevance
43 $project_file = DOKU_DATA . implode('/', explode(':', $project_ID))45 if (file_exists($project_file)) {46 $project = unserialize(file_get_contents($project_file));65 private $project_file = NULL; variable in Project85 $this->project_file = $this->project_path . 87 $this->mutex = new Mutex($this->project_file);120 public function project_file() { return $this->project_file; } function in Project142 file_put_contents($this->project_file, serialize($this));295 if ($path != $this->project_file . '.project.lock')310 @unlink($this->project_file);
16 private $project_file = NULL; variable in syntax_plugin_projects_projectfile
1 div.project_file {