Home
last modified time | relevance | path

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

/plugin/dokutexit/
H A Dconfig.php132 if (is_readable($destfn)) {
136 $needsupdate = $this->_needs_update($basefn, $destfn);
148 return $destfn;
161 file_put_contents($destfn, $bibtext);
163 return $destfn;
528 $destfn = $dest['fn'];
529 if ($this->_needs_update($base, $destfn)) {
536 $this->simple_copy($base, $destfn);
539 $this->simple_copy($base, $destfn);
542 $this->simple_copy($base, $destfn);
[all …]
H A Dtexitrender.php63 function process($basefn, $destfn) { argument
79 file_put_contents($destfn, $parsed) or die("can't open file $destfn for writing");