Home
last modified time | relevance | path

Searched refs:project_file (Results 1 – 3 of 3) sorted by relevance

/plugin/projects/lib/
H A Dproject.php43 $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 Project
85 $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 Project
142 file_put_contents($this->project_file, serialize($this));
295 if ($path != $this->project_file . '.project.lock')
310 @unlink($this->project_file);
/plugin/projects/syntax/
H A Dprojectfile.php16 private $project_file = NULL; variable in syntax_plugin_projects_projectfile
/plugin/projects/
H A Dstyle.css1 div.project_file {