Home
last modified time | relevance | path

Searched refs:sendFile (Results 1 – 7 of 7) sorted by relevance

/plugin/photogallery/
DpgFetch.php100sendFile($data['file'], $data['mime'], $data['download'], $data['cache'], $data['ispublic'], $data…
116 sendFile($FILE, $MIME, $DL, $CACHE, false, $FILE);
/plugin/xslfo/
Daction.php84 $this->sendFile($pdf_cache->cache, $title);
232 public function sendFile($file, $title) { function in action_plugin_xslfo
/plugin/timetrack/
Dadmin.php53 sendFile($this->tmp . $filename, 'text/comma-separated-values', true, 0);
/plugin/structodt/
Daction.php191 $helper->sendFile($tmp_file, $filename, $ext);
247 $helper->sendFile($tmp_file, $filename, $format);
Dhelper.php145 public function sendFile($tmp_file, $filename, $ext='odt') { function in helper_plugin_structodt
/plugin/preservefilenames/
Daction_anteater.php104 * @see sendFile() in lib/exe/fetch.php
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DRoom.php228 public function sendFile(string $url, string $name, array $fileinfo) { function in MatrixPhp\\Room