Home
last modified time | relevance | path

Searched refs:filename (Results 26 – 50 of 756) sorted by last modified time

12345678910>>...31

/plugin/bibtex4dw/lib/
H A Dbibtexparser.php230 * @param string $filename Name of the file
233 public function loadFile($filename) argument
235 if (file_exists($filename)) {
236 if (($this->content = @file_get_contents($filename)) === false) {
237 msg("Could not open file $filename", 2);
244 msg("Could not find file $filename", 2);
/plugin/copycode/
H A DREADME.md52 - Fix \<file\> tag with no filename did not work when trying to copy the code block (https://github.com/nicolasprigent/Dokuwiki-Copycode-plugin/issues/4)
/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/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;
/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/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/combo/syntax/
H A Dcodemarkdown.php217 $filename = $language;
218 $renderer->code($text, $language, $filename);
H A Dcode.php225 $filename = $attributes[self::FILE_PATH_KEY];
227 $renderer->code($text, $language, $filename);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/Service/
H A DDriverService.php188 * @param string $filename
191 private function isExecutable($filename) argument
193 if (is_executable($filename)) {
196 if ($filename !== basename($filename)) { // $filename is an absolute path, do no try to search it in PATH
202 if (is_executable($path . DIRECTORY_SEPARATOR . $filename)) {
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js6195 }while(frame&&FBL.isSystemURL(frame.filename)){frame=frame.caller
/plugin/combo/ComboStrap/
H A DFileSystems.php320 $filename = $mediaFile->toAbsolutePath()->toAbsoluteId();
321 fputs(STDOUT, "ModificationTime of $filename at $log ");
322 $timestamp = filemtime($filename);
/plugin/combo/vendor/symfony/yaml/
H A DParser.php30 private $filename; variable in Symfony\\Component\\Yaml\\Parser
45 * @param string $filename The path to the YAML file to be parsed
52 public function parseFile(string $filename, int $flags = 0) argument
54 if (!is_file($filename)) {
55 throw new ParseException(sprintf('File "%s" does not exist.', $filename));
58 if (!is_readable($filename)) {
59 throw new ParseException(sprintf('File "%s" cannot be read.', $filename));
62 $this->filename = $filename;
65 return $this->parse(file_get_contents($filename),
[all...]
H A DYaml.php46 * @param string $filename The path to the YAML file to be parsed
53 public static function parseFile(string $filename, int $flags = 0) argument
57 return $yaml->parseFile($filename, $flags);
/plugin/combo/vendor/symfony/process/
H A DProcess.php1581 foreach ($this->processPipes->getFiles() as $offset => $filename) {
1582 $cmd .= ' '.$offset.'>"'.$filename.'"';
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php61 ->addArgument('filename', InputArgument::IS_ARRAY, 'A file, a directory or "-" for reading from STDIN')
71 <info>cat filename | php %command.full_name% -</info>
75 <info>php %command.full_name% filename</info>
94 $filenames = (array) $input->getArgument('filename');
117 throw new RuntimeException('Please provide a filename or pipe file content to STDIN.');
121 foreach ($filenames as $filename) {
122 if (!$this->isReadable($filename)) {
123 throw new RuntimeException(sprintf('File or directory "%s" is not readable.', $filename));
126 foreach ($this->getFiles($filename) as $file) {

12345678910>>...31