Home
last modified time | relevance | path

Searched refs:tmp_file (Results 1 – 4 of 4) sorted by relevance

/plugin/structodt/
H A Dhelper.php77 $tmp_file = $this->tmpFileName('odt');
80 $tmp_zip->create($tmp_file);
91 return $tmp_file;
107 $tmp_file = $this->renderODT($template, $row);
109 $wd = dirname($tmp_file);
110 $bn = basename($tmp_file);
113 @unlink($tmp_file); // remove odt file
118 $tmp_file = substr($tmp_file, 0, -3) . 'pdf';
120 return $tmp_file;
145 sendFile($tmp_file, $filename, $ext = 'odt') global() argument
[all...]
H A Daction.php131 $tmp_file = $helper->concatenate($rendered_pages);
136 $tmp_file = $rendered_pages[0];
144 return $tmp_file;
181 $tmp_file = $this->render_single($row, $templates, $ext);
191 $helper->sendFile($tmp_file, $filename, $ext);
192 @unlink($tmp_file);
220 $tmp_file = $this->render_single($row, $templates);
222 $files[$tmp_filename] = $tmp_file;
228 $tmp_file = $helper->concatenate($files);
230 $tmp_file
[all...]
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php192 list($tmp_file, $tmp) = $this->_mktemp();
194 if (!$tmp_file) {
200 fwrite($tmp_file, $association_s);
202 fflush($tmp_file);
204 fclose($tmp_file);
/plugin/openid/Auth/OpenID/
H A DFileStore.php206 list($tmp_file, $tmp) = $this->_mktemp();
208 if (!$tmp_file) {
214 fwrite($tmp_file, $association_s);
216 fflush($tmp_file);
218 fclose($tmp_file);