Home
last modified time | relevance | path

Searched refs:crosslink (Results 1 – 4 of 4) sorted by relevance

/plugin/projects/lib/
H A Dproject_file.php200 protected $crosslink = NULL; variable in ProjectCrossLink
204 $this->crosslink = $file->crosslink();
207 public function crosslink() { return $this->crosslink; } function in ProjectCrossLink
213 && $this->crosslink == $file->crosslink();
218 $this->crosslink = $file->crosslink();
222 if (!$this->crosslink) return NULL;
223 $path = explode(":", $this->crosslink);
244 if (!$this->crosslink) {
250 $crosslink = $this->crosslink;
253 file_put_contents($log, "file $crosslink does not exist!\n");
[all …]
H A Dlayout.php187 private $crosslink = NULL; variable in CrossLinkLayout
191 $this->crosslink = $file->crosslink();
192 $path = explode(':', $this->crosslink);
197 $this->crosslink = $id;
202 $path = explode(':', $this->crosslink);
205 $renderer->doc .= '<a href="' . ml($this->crosslink) . '">' . $this->crosslink . '</a>';
207 $renderer->doc .= html_wikilink($this->crosslink);
H A Dfile_definition.php98 public function crosslink() { function in CrossLinkDefinition
/plugin/projects/action/
H A Daction.php35 $crosslink = "";
45 $crosslink = " linkto=\"\"";
50 $tag = "<project-file type=\"$type\"$crosslink/>\n";