Home
last modified time | relevance | path

Searched defs:filename (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DFontCache.php19 public function tempFilename($filename)
24 public function has($filename)
29 public function jsonHas($filename)
34 public function load($filename)
39 public function jsonLoad($filename)
49 public function write($filename, $data)
54 public function binaryWrite($filename, $data)
59 public function jsonWrite($filename, $data)
64 public function remove($filename)
69 public function jsonRemove($filename)
/plugin/html2pdf/html2pdf/html2ps/
H A Ddestination._interface.class.php3 var $filename; variable in Destination
5 function Destination($filename) {
9 function filename_escape($filename) { return preg_replace("/[^a-z0-9-]/i","_",$filename); }
13 function process($filename, $content_type) {
17 function set_filename($filename) { $this->filename = $filename; }
H A Dutils_graphic.php4 function do_image_open($filename, &$type) {
22 function do_image_open_wrapped($filename, &$type) {
/plugin/zip/pear/File/Archive/Writer/
H A DFiles.php46 var $filename; variable in File_Archive_Writer_Files
61 function getFilename($filename)
104 function openFile($filename, $pos = 0)
127 function openFileRemoveBlock($filename, $pos, $blocks)
174 function newFile($filename, $stat = array(), $mime = "application/octet-stream")
199 … function newFromTempFile($tmpfile, $filename, $stat = array(), $mime = "application/octet-stream")
H A DMemoryArchive.php73 ($filename, &$t, $stat = array(), $autoClose = true)
81 function newFile($filename, $stat = array(),
160 function writeFile($filename)
181 function appendFileData($filename, $stat, &$data) { }
204 function appendFile($filename, $dataFilename)
H A DAr.php79 function arHeader ($filename, $stat)
113 function arFooter($filename, $size)
150 function newFile($filename, $stat = array (),
196 function writeFile($filename)
H A DTar.php42 var $filename = null; variable in File_Archive_Writer_Tar
54 function tarHeader($filename, $stat)
154 function newFile($filename, $stats = array(),
194 function writeFile($filename)
H A DZip.php63 function File_Archive_Writer_Zip($filename, &$innerWriter,
120 function alreadyWrittenFile($filename, $stat, $crc32, $complength)
144 function appendFileData($filename, $stat, $data)
154 function appendCompressedData($filename, $stat, $data, $crc32, $normlength)
188 function appendFile($filename, $dataFilename)
H A DAddBaseName.php56 function newFile($filename, $stat = array(), $mime = "application/octet-stream")
64 … function newFromTempFile($tmpfile, $filename, $stat = array(), $mime = "application/octet-stream")
88 function writeFile($filename)
H A DUniqueAppender.php74 function newFile($filename, $stat = array(), $mime = "application/octet-stream")
86 … function newFromTempFile($tmpfile, $filename, $stat = array(), $mime = "application/octet-stream")
114 function writeFile($filename)
H A DMemory.php48 var $filename; variable in File_Archive_Writer_Memory
73 function newFile($filename, $stat, $mime = "application/octet-stream")
116 function makeReader($filename = null, $stat = null, $mime = null)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCache.php56 public function tempFilename($filename)
61 public function has($filename)
66 public function load($filename)
71 public function write($filename, $data)
82 public function remove($filename)
102 private function getFilePath($filename)
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DFileCookieJar.php10 private $filename; variable in GuzzleHttp\\Cookie\\FileCookieJar
49 public function save($filename)
73 public function load($filename)
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DFilter.php47 public function addFileToWhitelist($filename)
86 public function removeFileFromWhitelist($filename)
100 public function isFile($filename)
123 public function isFiltered($filename)
/plugin/zip/pear/File/Archive/
H A DWriter.php46 function newFile($filename, $stat = array(), $mime = "application/octet-stream")
64 … function newFromTempFile($tmpfile, $filename, $stat = array(), $mime = "application/octet-stream")
97 function writeFile($filename)
/plugin/icalendar/
H A Dvevent.php17 $filename = 'iCalendar_'; variable
39 $filename = str_replace(":", "", $filename ); variable
/plugin/fileshare/
H A Dfilesharedownload.php4 $filename =$_GET['file']; variable
17 function get_mime_type($filename) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DFileloader.php26 public static function checkAndLoad($filename)
48 public static function load($filename)
/plugin/xcom/scripts/
H A DsafeFN_class.js140 encode: function(filename) { argument
153 decode: function (filename) { argument
233 function SafeFN_encode(filename) { argument
237 function SafeFN_decode(filename) { argument
/plugin/zip/pear/File/Archive/Reader/
H A DSelect.php43 var $filename; variable in File_Archive_Reader_Select
48 function File_Archive_Reader_Select($filename, &$source)
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/Stream/
H A DCachingFactory.php26 public static function get($filename)
38 public static function clear($filename = null)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DCreateAssetRequest.php25 public $filename; variable in Google\\Service\\DisplayVideo\\CreateAssetRequest
30 public function setFilename($filename)
/plugin/task/
H A Dics.php22 $filename = $title . '.ics'; variable
24 $filename = str_replace(':', '/', cleanID($id)) . '.ics'; variable
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DLazyOpenStream.php13 private $filename; variable in GuzzleHttp\\Stream\\LazyOpenStream
22 public function __construct($filename, $mode)
/plugin/fckg/scripts/
H A DsafeFN_class.js144 encode: function(filename) { argument
157 decode: function (filename) { argument
237 function SafeFN_encode(filename) { argument
241 function SafeFN_decode(filename) { argument

12345678910>>...13