Home
last modified time | relevance | path

Searched refs:file (Results 226 – 250 of 3491) sorted by last modified time

12345678910>>...140

/plugin/bureaucracy/
H A Dsyntax.php315 $file = array();
317 $file[$key] = $value[$index];
319 $isValid = $field->handle_post($file, $data['fields'], $index, $this->form_id);
579 $file = noNS($localid);
580 $page = strtr($file, $conf['sepchar'], ' ');
584 $this->values['__formpage_file__'] = $file;
585 $this->values['__formpage_!file__'] = PhpString::ucfirst($file);
586 $this->values['__formpage_!file!__'] = PhpString::strtoupper($file);
/plugin/tgnotify/
H A DLICENSE106 (d) If the Work includes a "NOTICE" text file as part of its
109 within such NOTICE file, excluding those notices that do not
111 of the following places: within a NOTICE text file distributed
116 of the NOTICE file are for informational purposes only and
141 origin of the Work and reproducing the content of the NOTICE file.
184 comment syntax for the file format. We also recommend that a
185 file or class name and description of purpose be included on the
192 you may not use this file except in compliance with the License.
/plugin/htmlok/
H A DLICENSE289 to attach them to the start of each source file to most effectively
290 convey the exclusion of warranty; and each file should have at least
H A DREADME.md27 See the LICENSE file for details
/plugin/gitbacked/
H A DCHANGELOG.md3 All notable changes to this project will be documented in this file.
32 …At the end of this file appropriate compare links have to be maintained for each release version i…
88 - Created LICENSE file and removed corresponding text from the README.md - implements [#67]
93 …- Added a link to the referred COPYING license file originally hosted on the DokuWiki master branc…
139 - Use relative path for Git.php and `$conf['tempdir']` for temp file.
H A DREADME.md25 - you download a **released** `dokuwiki-plugin-gitbacked-YYYY-DD-MM.zip` file
27 - this file is to be unpacked in `<DOKUWIKI_ROOT>/lib/plugins/gitbacked/` - if this folder
46 See the [COPYING](https://github.com/splitbrain/dokuwiki/blob/master/COPYING) file in your DokuWiki…
H A DLICENSE289 to attach them to the start of each source file to most effectively
290 convey the exclusion of warranty; and each file should have at least
/plugin/dw2pdf/vendor/composer/
H A Dautoload_real.php37 $requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
41 require $file;
44 foreach ($filesToLoad as $fileIdentifier => $file) {
45 $requireFile($fileIdentifier, $file);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php230 // Replace any background: url(data:image... with temporary image file reference
235 $file = $this->cache->write('_tempCSSidata' . random_int(1, 10000) . '_' . $i . '.' . $idata[2][$i], base64_decode($idata[3][$i]));
236 $CSSstr = str_replace($idata[0][$i], 'url("' . $file . '")', $CSSstr); // mPDF 5.5.17
2284 // If local file try using local path (? quicker, but also allowed even if allow_url_fopen false)
2309 // WriteHTML parses all paths to full URLs; may be local file name
H A DHyphenator.php181 $this->dictionary = file($this->mpdf->hyphenationDictionaryFile, FILE_SKIP_EMPTY_LINES);
H A DMpdf.php693 * @var string The absolute path to the pem file
1465 throw new \Mpdf\MpdfException(sprintf('Unable to read default CSS file "%s"', $this->defaultCssFile));
1839 * Set one or multiple associated file ("/AF" as required by PDF/A-3)
1842 * path: file path on FS
1843 * content: file content
1844 * name: file name (not necessarily the same as the file on FS)
1845 * mime (optional): file mime type (will show up as /Subtype in the PDF)
1846 * description (optional): file description
1849 * e.g. to associate 1 file
3302 AddSpotColorsFromFile($file) global() argument
8810 Image($file, $x, $y, $w = 0, $h = 0, $type = '', $link = '', $paint = true, $constrain = true, $watermark = false, $shownoimg = true, $allowvector = true) global() argument
9825 Annotation($text, $x = 0, $y = 0, $icon = 'Note', $author = '', $subject = '', $opacity = 0, $colarray = false, $popup = '', $file = '') global() argument
27220 Thumbnail($file, $npr = 3, $spacing = 10) global() argument
27273 SetDocTemplate($file = '', $continue = 0) global() argument
[all...]
H A DOtlDump.php5 // Define the value used in the "head" table of a created TTF file
8 // Either seems to work for a font embedded in a PDF file
168 $this->maxStrLenRead = 200000; // Maximum size of glyf table to read in as string (otherwise reads each glyph from file)
171 function getMetrics($file, $fontkey, $TTCfontID = 0, $debug = false, $BMPonly = false, $kerninfo = false, $useOTL = 0, $mode = null) argument
177 $this->filename = $file;
178 $this->fh = fopen($file, 'rb');
181 throw new \Mpdf\Exception\FontException(sprintf('Unable to open file "%s"', $file));
199 throw new \Mpdf\Exception\FontException(sprintf('Fonts with postscript outlines are not supported (%s)', $file));
203 throw new \Mpdf\Exception\FontException("TTCfontID for a TrueType Collection has to be defined in ttfontdata configuration key (" . $file
[all...]
H A DRemoteContentFetcher.php98 $file = Arrays::get($p, 'path', '');
110 $file .= '?' . $query;
118 $getstring = 'GET ' . $file . " HTTP/1.0 \r\n" .
H A DTTFontFile.php14 // Define the value used in the "head" table of a created TTF file
17 // Either seems to work for a font embedded in a PDF file
44 * modification of the file.
219 // Maximum size of glyf table to read in as string (otherwise reads each glyph from file)
223 public function getMetrics($file, $fontkey, $TTCfontID = 0, $debug = false, $BMPonly = false, $useOTL = 0) argument
227 $this->filename = $file;
228 $this->fh = fopen($file, 'rb');
231 throw new \Mpdf\Exception\FontException(sprintf('Unable to open font file "%s"', $file));
268 throw new \Mpdf\Exception\FontException(sprintf('Fonts with postscript outlines are not supported (%s)', $file));
543 getCTG($file, $TTCfontID = 0, $debug = false, $useOTL = false) global() argument
633 getTTCFonts($file) global() argument
3445 makeSubset($file, & $subset, $TTCfontID = 0, $debug = false, $useOTL = false) global() argument
3938 makeSubsetSIP($file, & $subset, $TTCfontID = 0, $debug = false, $useOTL = 0) global() argument
4749 repackageTTF($file, $TTCfontID = 0, $debug = false, $useOTL = false) global() argument
[all...]
H A DTTFontFileAnalysis.php9 function extractCoreInfo($file, $TTCfontID = 0) argument
11 $this->filename = $file;
12 $this->fh = fopen($file, 'rb');
14 throw new \Mpdf\MpdfException('ERROR - Can\'t open file ' . $file);
30 throw new \Mpdf\Exception\FontException(sprintf('Fonts with postscript outlines are not supported (%s)', $file));
37 throw new \Mpdf\MpdfException("ERROR - NOT ADDED as Error parsing TrueType Collection: version=" . $version . " - " . $file);
40 throw new \Mpdf\MpdfException("ERROR - Error parsing TrueType Collection - " . $file);
51 throw new \Mpdf\MpdfException("ERROR - NOT ADDED as Not a TrueType font: version=" . $version . " - " . $file);
122 throw new \Mpdf\MpdfException("ERROR - NOT ADDED as Unknown name table format " . $format . " - " . $file);
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DBmp.php20 public function _getBMPimage($data, $file) argument
52 $this->mpdf->PDFAXwarnings[] = "Image cannot be converted to suitable colour space for PDFA or PDFX file - $file - (Image replaced by 'no-image'.)";
54 return ['error' => "BMP Image cannot be converted to suitable colour space - $file - (Image replaced by 'no-image'.)"];
H A DImageProcessor.php142 public function getImage(&$file, $firsttime = true, $allowvector = true, $orig_srcpath = false, $interpolation = false)
150 if ($wrapperChecker->hasBlacklistedStreamWrapper($file)) {
151 return $this->imageError($file, $firsttime, 'File contains an invalid stream. Only ' . implode(', ', $wrapperChecker->getWhitelistedStreamWrappers()) . ' streams are allowed.');
164 if (preg_match('/var:\s*(.*)/', $file, $v)) {
166 return $this->imageError($file, $firsttime, 'Unknown image variable');
169 $file = md5($data);
172 if (preg_match('/data:image\/(gif|jpe?g|png|webp);base64,(.*)/', $file, $v)) {
175 $file = md5($data);
179 if ($firsttime && $file && strpos($file, 'dat
153 getImage(& $file, $firsttime = true, $allowvector = true, $orig_srcpath = false, $interpolation = false) global() argument
1404 imageError($file, $firsttime, $msg) global() argument
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DFormWriter.php31 foreach ($this->mpdf->formobjects as $file => $info) {
35 $this->mpdf->formobjects[$file]['n'] = $this->mpdf->n;
50 unset($this->mpdf->formobjects[$file]['data']);
H A DImageWriter.php33 foreach ($this->mpdf->images as $file => $info) {
37 $this->mpdf->images[$file]['n'] = $this->mpdf->n;
60 throw new \Mpdf\MpdfException('PDFA1-b and PDFX/1-a files do not permit using mixed colour space (' . $file . ').');
67 throw new \Mpdf\MpdfException('PDFA1-b does not permit Images using mixed colour space (' . $file . ').');
73 throw new \Mpdf\MpdfException('PDFA1-b and PDFX/1-a files do not permit using mixed colour space (' . $file . ').');
99 unset($this->mpdf->images[$file]['data']);
H A DMetadataWriter.php267 // for each file, we create the spec object + the stream object
268 foreach ($this->mpdf->associatedFiles as $k => $file) {
272 $this->writer->write('<</F ' . $this->writer->string($file['name']));
273 if ($file['description']) {
274 $this->writer->write('/Desc ' . $this->writer->string($file['description']));
281 if ($file['AFRelationship']) {
282 $this->writer->write('/AFRelationship /' . $file['AFRelationship']);
284 $this->writer->write('/UF ' . $this->writer->string($file['name']));
289 if (isset($file['path'])) {
290 $fileContent = @file_get_contents($file['pat
[all...]
/plugin/dw2pdf/
H A DDokuImageProcessorDecorator.php14 * making sure that only cached file paths are passed to mpdf. It also
18 &$file,
24 [$file, $orig_srcpath] = self::adjustGetImageLinks($file, $orig_srcpath); argument
26 return parent::getImage($file, $firsttime, $allowvector, $orig_srcpath, $interpolation);
30 public static function adjustGetImageLinks($file, $orig_srcpath)
40 preg_match("/^$re/", $file, $m) ||
41 preg_match('/[&?]media=([^&?]*)/', $file, $m)
46 [$ext, $mime] = mimetype($file);
51 if (substr($file,
17 getImage(& $file, $firsttime = true, $allowvector = true, $orig_srcpath = false, $interpolation = false) global() argument
[all...]
H A DREADME40 See the COPYING file in your DokuWiki folder for details
/plugin/dw2pdf/conf/
H A Dstyle.css4 * Do not edit this file. Instead add your own styles in
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A Docrbinfo.txt26 a notice, notably not actually claiming any copyright - see the file
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DREADME.md12 > ⚠ If you are viewing this file on mPDF GitHub repository homepage or on Packagist, please note that
131 Before submitting issues and pull requests please read the [CONTRIBUTING.md](https://github.com/mpdf/mpdf/blob/development/.github/CONTRIBUTING.md) file.
144 note that any PHP file located in the `/tests/` directory will be autoloaded when unit testing.

12345678910>>...140