Home
last modified time | relevance | path

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

/plugin/latexport/renderer/
H A Dtex.php99 $fileName = $this->texifyPageId($this->currentPageId);
103 $output_filename = $this->texifyPageId($this->currentPageId, 'zip');
/plugin/latexport/implementation/
H A Ddecorator_includer.php219 $this->decorator->input($this->texifyPageId($internalLink->getLink()));
H A Ddecorator.php44 protected function texifyPageId($pageId, $ext = 'tex') { function in decorator