Home
last modified time | relevance | path

Searched refs:project (Results 576 – 600 of 601) sorted by last modified time

1...<<2122232425

/plugin/projects/lib/
H A Dplugins.php9 public function can_handle($project, $file) { return false; } argument
10 protected function recipe($project, $file) { return NULL; } argument
11 protected function dependency($project, $file) { return $file->dependency(); } argument
16 public function handle($project, $file) { argument
17 $deps = $this->dependency($project, $file);
18 $recipe = $this->recipe($project, $file);
23 return ProjectFile::create($project, $def);
30 public function can_handle($project, $file) { return false; } argument
31 public function handle($project, $file) { return $file; } argument
61 public function handlers($project, $file) { argument
[all …]
H A Dproject.php14 $project = Project::project();
15 if ($project) $project->unlock();
46 $project = unserialize(file_get_contents($project_file));
47 if (!method_exists($project, 'version') ||
48 $project->version() != PROJECTS_VERSION) {
49 $project = new Project($project_ID);
50 $project->rebuild();
54 $project = new Project($project_ID);
56 self::$projects[$project_ID] = $project;
57 return $project;
[all …]
H A Dproject_file.php45 public static function create($project, $file) { argument
47 return new $class($project, $file);
97 public function __construct($project, $file) { argument
99 $this->set_content($project->path(), $file->content());
127 public function __construct($project, $file) { argument
202 public function __construct($project, $file) { argument
203 parent::__construct($project, $file);
228 $project = Project::project();
230 $id = $project->id($id);
232 return $project->path($id);
H A Dtools.php146 function file_mimetype($id, $project) { argument
151 $path = $project->path() . noNS($id);
/plugin/projects/plugins/file/
H A Dplot_dependency.php14 public function can_handle($project, $file) { argument
19 public function handle($project, $file) { argument
H A Dlatex_dependency.php14 public function can_handle($project, $file) { argument
31 public function handle($project, $source_file) { argument
/plugin/projects/plugins/target/
H A Dmedia.php15 public function can_handle($project, $file) { argument
16 return file_exists(mediaFN($project->name() . ':' . $file->name()));
22 protected function recipe($project, $file) { argument
24 $id = $project->name() . ':' . $name;
H A Dplot.php18 public function can_handle($project, $file) { argument
21 return $project->file($plot) != NULL;
27 public function handle($project, $file) { argument
31 $source->add_content(file_get_contents($project->path() . $plot));
32 $target = new PlotTarget($project, $file, $source);
40 public function __construct($project, $file, $source) { argument
H A Dpdflatex.php14 public function can_handle($project, $file) { argument
17 return $project->file($tex) != NULL;
23 protected function dependency($project, $file) { argument
35 protected function recipe($project, $file) { argument
40 $texfile = $project->file($tex);
H A Dgcc.php14 public function can_handle($project, $file) { argument
18 if ($project->file($cpp) != NULL) return true;
20 if ($project->file($c) != NULL) return true;
27 protected function dependency($project, $file) { argument
30 if ($project->file($cpp) != NULL && !in_array($cpp, $deps)) {
35 if ($project->file($c) != NULL && !in_array($c, $deps)) {
45 protected function recipe($project, $file) { argument
47 if ($project->file($cpp) != NULL)
50 if ($project->file($c) != NULL)
H A Dlink.php14 public function can_handle($project, $file) { argument
28 protected function recipe($project, $file) { argument
/plugin/projects/action/
H A Daction.php67 $project = Project::project();
68 if ($project == NULL) {
70 $project = getNS($ID);
77 $parent = getNS($project);
90 $files = $project->files();
136 $parent = $project->parent();
222 $project = Project::project();
223 if ($project == NULL) return;
288 $project = Project::project($project->name() .':' . $name, true);
321 $project = Project::project(NULL, true);
[all …]
H A Dmetadata.php37 $project = Project::project();
38 if ($project == NULL) return;
43 if ($project->file($name) == NULL) return;
45 if (!$project->remove_file($name)) {
51 if (!$project->update_file($file)) {
/plugin/mantisreporter/
H A Dsyntax.php364 $newIssue->project = new stdClass();
365 $newIssue->project->id = (int) $_POST['projectId'];
H A Dplugin.info.txt6 desc Report a mantis issue. Don't forget to include the id of the project.
/plugin/tline/
H A DREADME.txt30 2. No web server? The timeline project includes a small webserver called
70 This software was created by the SIMILE project and originally written
/plugin/actickets/
H A DREADME11 Put the following line on top of your page to set a global project of the page:
13 {{Project:<project-id>}}
19 Afterwards you can reference any ticket in the project via
27 If you don't want to a add a global project ID or want to reference a ticket
28 from another project, you can add the project ID on a per-ticket basis:
30 #<ticket-id>-<project-id>
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Ddokuwiki.txt52 * [[http://bugs.splitbrain.org/index.php?project=1|Submit bugs and feature wishes]]
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
/plugin/hyphenation/phpHyphenation/
H A Dchangelog.txt5 + Changed project name from "PHP Hypehnation" to "phpHyphenator"
/plugin/inserticon/
H A DLICENSE9 and from the GNOME project, licensed under the GPL-2
/plugin/svg/
H A Dsyntax.php.save34 …'http://www.cvpcs.org/dokuwiki/lib/exe/fetch.php?id=project%3Adokuwiki-svg&cache=cache&media=proje…

1...<<2122232425