Home
last modified time | relevance | path

Searched refs:destfn (Results 1 – 2 of 2) sorted by relevance

/plugin/dokutexit/
Dconfig.php117 $destfn = $conf['datadir'].'/'.$refnotes_nsdir.'/texit.bib';
132 if (is_readable($destfn)) {
136 $needsupdate = $this->_needs_update($basefn, $destfn);
142 if ($this->_needs_update(wikiFN($page['id']), $destfn)) {
148 return $destfn;
161 file_put_contents($destfn, $bibtext);
163 return $destfn;
528 $destfn = $dest['fn'];
529 if ($this->_needs_update($base, $destfn)) {
533 $this->compile_header($base, $destfn, $this->all_files);
[all …]
Dtexitrender.php63 function process($basefn, $destfn) { argument
79 file_put_contents($destfn, $parsed) or die("can't open file $destfn for writing");