Searched refs:crosslink (Results 1 – 4 of 4) sorted by relevance
200 protected $crosslink = NULL; variable in ProjectCrossLink204 $this->crosslink = $file->crosslink(); 207 public function crosslink() { return $this->crosslink; } function in ProjectCrossLink213 && $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 …]
187 private $crosslink = NULL; variable in CrossLinkLayout191 $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);
98 public function crosslink() { function in CrossLinkDefinition
35 $crosslink = "";45 $crosslink = " linkto=\"\"";50 $tag = "<project-file type=\"$type\"$crosslink/>\n";