Searched refs:dokulinks (Results 1 – 1 of 1) sorted by relevance
/plugin/dokutexit/ |
H A D | latex.php | 55 var $dokulinks = array(); variable in Doku_Renderer_latex 102 $this->info['dokulinks'] = $this->dokulinks; 431 array_push($this->dokulinks, array('id' => $hash, 'name' => $name, 'type' => 'local', )); 454 array_push($this->dokulinks, array('id' => $id, 'name' => $name, 571 array_push($this->dokulinks, array('id' => $link, 'name' => $title, 'type' => 'filelink')); 1328 array_push($this->dokulinks, array('id' => $filename , 'name' => $title, 'type' => 'file'));
|