Home
last modified time | relevance | path

Searched refs:filename (Results 201 – 225 of 756) sorted by path

12345678910>>...31

/plugin/dokutexit/
H A DREADME.md50 …n *commands.tex*) macro in your header or footer, it will call the good filename -- just it case t…
100 Optionnaly, a prefix may be prepended to PDF filename. It is `$prefix,namespace,subnamespace,` (see…
H A Dlatex.php544 $filename = $img->get_output_filename();
545 $this->interwiki_ps[$class] = $filename;
1215 $img = new TexItImage($filename);
1291 $this->put($filename, -1);
1317 $filename = mediaFN($src);
1327 $title = basename($filename);
1330 $this->put(md5($filename));
1398 if(!$filename) {
1525 $filename = mediaFN($src);
1526 if (!file_exists($filename)) {
[all …]
H A Drenderer.php76 $filename = null;
80 $filename = $this->_texit->zip['file'];
87 $filename = $this->_texit->pdf['file'];
93 $hdr .= "filename=".basename($filename).";";
96 header("Content-Length: ".filesize($filename));
97 readfile("$filename");
H A Dtexitrender.php197 $filename = wikiFN($id);
198 if (!file_exists($filename)) {
199 msg("$filename: Not exists", -1);
201 if (!is_readable($filename)) {
202 msg("$filename: Can't read", -1);
/plugin/downloadcodeblock/
H A Dscript.js15 const filename = deriveFilename(preceding(codeElement));
23 a.download = filename;
/plugin/dpicorrect/
H A Daction.php80 function get_dpi_for_jpeg($filename) argument
83 $a = fopen($filename,'r');
109 function get_dpi_for_png($filename) argument
112 $a = fopen($filename,'r');
/plugin/dropfiles/action/
H A Dajax.php143 * @param string $filename
146 protected function checkFileCallback($carry, $filename){ argument
147 $id = cleanID($filename);
150 $carry[$filename] = $error;
/plugin/dropfiles/
H A Dstyle.less9 .filename {
30 input[name="filename"] {
H A Dwebpack.config.js13 filename: './dist/bundle.js', property in module.exports.output
H A Dyarn.lock1017 filename-regex@^2.0.0:
1019 …resolved "https://registry.yarnpkg.com/filename-regex/-/filename-regex-2.0.1.tgz#c1c4b9bee3e09725d…
1760 filename-regex "^2.0.0"
2403 require-main-filename@^1.0.1:
2405 …resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f…
3031 require-main-filename "^1.0.1"
/plugin/dw2markdown/
H A Drenderer.php372 function file($text, $language = NULL, $filename = NULL, $options = NULL) { argument
382 function code($text, $language = NULL, $filename = NULL, $options = NULL) { argument
/plugin/dw2pdf/
H A Daction.php171 $filename = wikiFN($ID, $REV);
172 if (!file_exists($filename)) {
583 $filename = rawurlencode(cleanID(strtr($this->title, ':/;"', ' ')));
585 header('Content-Disposition: attachment; filename="' . $filename . '.pdf";');
587 header('Content-Disposition: inline; filename="' . $filename . '.pdf";');
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCache.php60 public function tempFilename($filename)
62 return $this->getFilePath($filename);
65 public function has($filename)
67 return file_exists($this->getFilePath($filename));
70 public function load($filename)
72 return file_get_contents($this->getFilePath($filename));
75 public function write($filename, $data)
81 $path = $this->getFilePath($filename);
87 public function remove($filename)
89 return unlink($this->getFilePath($filename));
56 tempFilename($filename) global() argument
61 has($filename) global() argument
66 load($filename) global() argument
71 write($filename, $data) global() argument
82 remove($filename) global() argument
102 getFilePath($filename) global() argument
[all...]
H A DMpdf.php9548 if (headers_sent($filename, $line)) {
9550 sprintf('Data has already been sent to output (%s at line %s), unable to output PDF file', $filename, $line)
9567 header('Content-disposition: inline; filename="' . $name . '"');
9599 header('Content-Disposition: attachment; filename="' . $name . '"');
27247 header('Content-disposition: inline; filename=' . $file_out);
27283 header('Content-disposition: attachment; filename=' . $file_out);
H A DOtlDump.php89 var $filename; variable in Mpdf\\OtlDump
177 $this->filename = $file;
262 throw new \Mpdf\Exception\FontException(sprintf('TTF file "%s": invalid checksum %s table: %s (expected %s)', $this->filename, dechex($checksum[0]) . dechex($checksum[1]), $t['tag'], dechex($xchecksum[0]) . dechex($xchecksum[1])));
539 throw new \Mpdf\Exception\FontException("Error loading font: Could not find PostScript font name: " . $this->filename);
638 throw new \Mpdf\Exception\FontException('Font file ' . $this->filename . ' cannot be embedded due to copyright restrictions.');
784 throw new \Mpdf\Exception\FontException('Font (' . $this->filename . ') does not have cmap for Unicode (platform 3, encoding 1, format 4, or platform 0, any encoding, format 4)');
861 throw new \Mpdf\Exception\FontException(sprintf('Font "%s" does not have cmap for Unicode (platform 3, encoding 1, format 4, or platform 0, any encoding, format 4)', $this->filename));
H A DTTFontFile.php108 var $filename; variable in Mpdf\\TTFontFile
227 $this->filename = $file;
335 throw new \Mpdf\Exception\FontException(sprintf('TTF file "%s": invalid checksum %s table: %s (expected %s)', $this->filename, dechex($checksum[0]) . dechex($checksum[1]), $t['tag'], dechex($xchecksum[0]) . dechex($xchecksum[1])));
559 $this->filename = $file;
647 $this->filename = $file;
679 throw new \Mpdf\Exception\FontException("Error loading font: Unknown name table format $format for font $this->filename");
706 throw new \Mpdf\Exception\FontException("Error loading font: PostScript name is UTF-16BE string of odd length for font $this->filename");
743 throw new \Mpdf\Exception\FontException("Error loading font: Could not find PostScript font name '$this->filename'");
1043 throw new \Mpdf\Exception\FontException(sprintf('Font "%s" does not have cmap for Unicode (platform 3, encoding 1, format 4, or platform 0, any encoding, format 4)', $this->filename));
1355 throw new \Mpdf\Exception\FontException(sprintf('Unable to set font "%s" to use OTL as it does not include OTL tables (or at least not a GDEF table).', $this->filename));
[all...]
H A DTTFontFileAnalysis.php11 $this->filename = $file;
278 throw new \Mpdf\MpdfException('ERROR - Font (' . $this->filename . ') NOT ADDED as it is not Unicode encoded, and cannot be used by mPDF');
/plugin/dw2pdf/vendor/mpdf/mpdf/src/File/
H A DStreamWrapperChecker.php18 * @param string $filename
22 public function hasBlacklistedStreamWrapper($filename) argument
24 if (strpos($filename, '://') > 0) {
32 if (stripos($filename, $wrapper . '://') === 0) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DFontCache.php19 public function tempFilename($filename) argument
21 return $this->cache->tempFilename($filename);
24 public function has($filename) argument
26 return $this->cache->has($filename);
29 public function jsonHas($filename) argument
31 return (isset($this->memoryCache[$filename]) || $this->has($filename));
34 public function load($filename) argument
36 return $this->cache->load($filename);
39 public function jsonLoad($filename) argument
49 write($filename, $data) global() argument
54 binaryWrite($filename, $data) global() argument
59 jsonWrite($filename, $data) global() argument
64 remove($filename) global() argument
69 jsonRemove($filename) global() argument
[all...]
H A DFontFileFinder.php27 $filename = $directory . '/' . $name;
28 if (file_exists($filename)) {
29 return $filename;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DObjectWriter.php34 foreach ($this->mpdf->parsers as $filename => $p) {
36 $this->mpdf->current_parser = $this->mpdf->parsers[$filename];
38 if (is_array($this->mpdf->_obj_stack[$filename])) {
40 while ($n = key($this->mpdf->_obj_stack[$filename])) {
42 $nObj = $this->mpdf->current_parser->resolveObject($this->mpdf->_obj_stack[$filename][$n][1]);
43 $this->writer->object($this->mpdf->_obj_stack[$filename][$n][0]);
53 $this->mpdf->_obj_stack[$filename][$n] = null; // free memory
55 unset($this->mpdf->_obj_stack[$filename][$n]);
57 reset($this->mpdf->_obj_stack[$filename]);
/plugin/dw2pdf/vendor/mpdf/qrcode/
H A DREADME.md27 // Save black on white PNG image 100px wide to filename.png
29 file_put_contents('filename.png', $data);
/plugin/dw2pdf/vendor/mpdf/qrcode/src/
H A DQrCode.php498 $filename = __DIR__ . '/../data/qrv' . $this->version . '_' . $this->ec . '.dat';
500 $fp1 = fopen($filename, 'rb');
521 $filename = __DIR__ . '/../data/rsc' . $this->rsEccCodewords . '.dat';
523 $fp0 = fopen($filename, 'rb');
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DStreamReader.php36 * Creates a stream reader instance by a filename.
38 * @param string $filename
41 public static function createByFile($filename) argument
43 $h = \fopen($filename, 'rb');
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A Dautoload.php12 $filename = str_replace('\\', DIRECTORY_SEPARATOR, substr($class, 14)) . '.php'; variable
13 $fullpath = __DIR__ . DIRECTORY_SEPARATOR . $filename;

12345678910>>...31