Home
last modified time | relevance | path

Searched refs:file (Results 376 – 400 of 3491) sorted by relevance

1...<<11121314151617181920>>...140

/plugin/newpagetemplate/
H A Daction.php91 $file = noNS($ID);
92 $page = cleanID($file) ;
138 $file,
139 $ucfirst($file),
140 $ucupper($file),
/plugin/epub/
H A Dhelper.php44 $file = mediaFN($this->cache['current_books'][$md5]['epub']);
45 if(file_exists($file)) {
46 if(unlink($file)) {
87 $file = $conf['cachedir'].'/'.$_md5[0].'/'.$_md5;
90 $name = $file . ".$type";
/plugin/siteexport/inc/
H A Ddebug.php60 public function setDebugFile($file = null) argument
62 if (!$file || empty($file))
64 $file = null;
67 $this->debugFile = $file;
/plugin/svgpureinsert/
H A Daction.php24 list($file) = $hlp->getAdjustedSVG($event->data['media'], $event->data['cache']);
26 if($file) {
27 $event->data['file'] = $file;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DDriveItem.php76 public function setFile(DriveactivityFile $file) argument
78 $this->file = $file;
85 return $this->file;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DSyntheticError.php42 * @param string $file
46 public function __construct($message, $code, $file, $line, $trace) argument
50 $this->syntheticFile = $file;
/plugin/move/helper/
H A Dplan.php26 * document - refers to either a page or a media file here
75 // set the file locations
121 $file = $this->files['opts'];
122 if(file_exists($file)) {
123 $options = unserialize(io_readFile($file, false));
154 * be written to the option file once the plan gets committed
215 * Add a single media file to be moved to the plan
271 foreach($this->files as $file) {
272 @unlink($file);
423 $pagelist = file(
[all...]
/plugin/combo/vendor/symfony/yaml/Resources/bin/
H A Dyaml-lint5 * This file is part of the Symfony package.
10 * file that was distributed with this source code.
26 function includeIfExists(string $file): bool
28 return file_exists($file) && include $file;
/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-dist.js6 const file = require('../common/file'); constant
26 file.copy(baseLodash, distLodash),
27 file.min(distLodash)
/plugin/zul/syntax/
H A Dzirkelundlineal.php141 $file = $data['name'];
142 $hasfile = $file != null && $file != '';
143 $file = $conf['savedir'] . '/media/' . str_replace( ":", "/", $file );
199 $txt .= '<param name="file" value="'.$file.'"/>';
331 $txt .= ' <a href="'.$file.'">Download</a> &mdash;';
/plugin/html2pdf/html2pdf/html2ps/
H A Dfont.class.php73 function _read($file, $encoding) { argument
74 error_log(sprintf("Parsing font file file %s for encoding %s", $file, $encoding));
77 $font->open($file);
159 $file = @fopen($filename, 'r');
160 if (!$file) {
173 while ($line = fgets($file)) {
207 fclose($file);
/plugin/rssticker/
H A DlastRSS.php70 $result = unserialize(join('', file($cache_file)));
84 while ($file = readdir ($dh)) {
85 if ($file != "." && $file != "..") {
86 if (file_exists($this->cache_dir."/".$file)) {
87 if ((fileatime($this->cache_dir."/".$file)+604800) <= time()) {
88 unlink ($this->cache_dir."/".$file);
/plugin/localization/
H A Daction.php53 $file = __DIR__ . "/locales/{$lang}/conf.php";
54 if (is_file($file)) {
56 include $file;
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DREADME.md30 You can also edit your project's `composer.json` file to require `jucksearm/php-barcode`.
70 Barcode::png($code, $type, $file= null, $scale = null, $height = null, $rotate = null, $color = nul…
72 Barcode::svg($code, $type, $file= null, $scale = null, $height = null, $rotate = null, $color = nul…
77 $file Barcode save filename [default: `null`]
96 $file QRcode save filename [default: `null`]
108 Datamatrix::png($code, $file = null, $size = null, $margin = null, $color = null)
110 Datamatrix::svg($code, $file = null, $size = null, $margin = null, $color = null)
114 $file Datamatrix save filename [default: `null`]
125 PDF417::png($code, $file = null, $size = null, $margin = null, $color = null)
127 PDF417::svg($code, $file = null, $size = null, $margin = null, $color = null)
[all …]
/plugin/projects/pchart/pchart/
H A Dpcache.php51 while (false !== ($file = readdir($handle)))
53 if ( $file != "." && $file != ".." )
54 unlink($this->CacheFolder.$file);
/plugin/charter/lib/pchart/
H A DpCache.class.php51 while (false !== ($file = readdir($handle)))
53 if ( $file != "." && $file != ".." )
54 unlink($this->CacheFolder.$file);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
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/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DAutoloader.php70 $file = sprintf('%s/%s.php', $this->_baseDir, str_replace('\\', '/', $class));
72 if (is_file($file)) {
73 include $file;
/plugin/diagrams/
H A Dhelper.php12 * Check if the given file is a diagrams.net diagram
14 * @param string $file
17 public function isDiagramFile($file) argument
19 $svg = file_get_contents($file, false, null, 0, 500);
/plugin/directions/
H A Daction.php68 return $file;
130 * @param $file complete filepath to check
134 function dir_getStatus($file){ argument
135 if(@file_exists($file)){
136 $size = @filesize($file);
/plugin/mathpublish/phpmathpublisher/
H A DPhpMathPublisher.php108 …* @param string $file where to write the file to (full path). Use %s to have the vertical alignmen…
111 public function renderImage($text, $file) argument
118 $file = sprintf($file, $v);
119 imagepng($formula->image, $file);
/plugin/displayfile/
H A DREADME.md10 The Display File Plugin displays the content of a specified file on the local system using a `displ…
18 The plugin offers a single block element that expands into the content of the specified file. The e…
22 | `<<display file LANG TARGET>>` ||
27file. This is used by Dokuwiki's built-in syntax highlighting GeSHi library. To disable syntax hig…
28 | `TARGET` | yes | The specific part of a file path to the desired file on the local file system. T…
36 | `root_path` | empty | Specifies the root directory displayed file paths will evaluate relative to…
42 …y purpose of this plugin, displaying the contents of files from the local file system. To avoid pa…
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrixFactory.php260 if ($this->file === null) {
265 preg_match("/\.png$/", $this->file, $output);
269 $filePath = explode(DIRECTORY_SEPARATOR, $this->file);
271 … $savePath = dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR.'tmp'.DIRECTORY_SEPARATOR.$this->file;
273 $savePath = $this->file;
328 if ($this->file != null) {
329 preg_match("/\.svg$/", $this->file, $output);
333 $filePath = explode(DIRECTORY_SEPARATOR, $this->file);
335 … $savePath = dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR.'tmp'.DIRECTORY_SEPARATOR.$this->file;
337 $savePath = $this->file;
H A DPDF417Factory.php264 if ($this->file === null) {
269 preg_match("/\.png$/", $this->file, $output);
273 $filePath = explode(DIRECTORY_SEPARATOR, $this->file);
275 … $savePath = dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR.'tmp'.DIRECTORY_SEPARATOR.$this->file;
277 $savePath = $this->file;
332 if ($this->file != null) {
333 preg_match("/\.svg$/", $this->file, $output);
337 $filePath = explode(DIRECTORY_SEPARATOR, $this->file);
339 … $savePath = dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR.'tmp'.DIRECTORY_SEPARATOR.$this->file;
341 $savePath = $this->file;
/plugin/datatables/_test/
H A Dgeneral.test.php

1...<<11121314151617181920>>...140