Home
last modified time | relevance | path

Searched refs:filename (Results 101 – 125 of 756) sorted by relevance

12345678910>>...31

/plugin/attribute/
H A Dhelper.php183 $filename = $this->storepath . "/" . $key;
186 if (!is_file($filename)) {
191 return $this->cache[$filename];
194 $packet = io_readFile($filename, false);
217 $this->cache[$filename] = $data;
239 $filename = $this->storepath . "/" . $key;
241 $this->cache[$filename] = $data;
250 return io_saveFile($filename, $packet);
466 $filename = $this->storepath . "/" . $key;
468 if (file_exists($filename)) {
[all …]
/plugin/zip/pear/File/Archive/Writer/
H A DOutput.php61 function newFile($filename, $stat = array(), $mime = "application/octet-stream") argument
72 header("Content-disposition: attachment; filename=$filename");
90 function writeFile($filename) { readfile($filename); } argument
H A DArchive.php55 * @param String $filename Name to give to the archive (the name will
66 function File_Archive_Writer_Archive($filename, &$innerWriter, argument
71 if ($filename !== null) {
72 $this->innerWriter->newFile($filename, $stat, $this->getMime());
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php29 private $filename; variable in Symfony\\Component\\Yaml\\Parser
43 * @param string $filename The path to the YAML file to be parsed
50 public function parseFile(string $filename, int $flags = 0) argument
52 if (!is_file($filename)) {
53 throw new ParseException(sprintf('File "%s" does not exist.', $filename));
56 if (!is_readable($filename)) {
57 throw new ParseException(sprintf('File "%s" cannot be read.', $filename));
60 $this->filename = $filename;
63 return $this->parse(file_get_contents($filename), $flags);
65 $this->filename = null;
[all …]
/plugin/nsexport/packer/
H A Dpacker.php62 $filename = $this->result_filename();
63 if (!is_file($filename)) {
72 header('Content-Length: ' . filesize($filename));
79 $fh = @fopen($filename, 'rb');
84 @unlink($filename);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.vorbiscomment.php24 public $filename; variable in getid3_write_vorbiscomment
88 $timestampbeforewriting = filemtime($this->filename);
90 …LPERAPPSDIR.'vorbiscomment.exe -w --raw -c "'.$tempcommentsfilename.'" "'.$this->filename.'" 2>&1';
95 if ($timestampbeforewriting == filemtime($this->filename)) {
105 … $commandline = 'vorbiscomment -w --raw -c "'.$tempcommentsfilename.'" "'.$this->filename.'" 2>&1';
H A Dgetid3.php224 public $filename; variable in getID3
412 * @param string $filename
432 $this->filename = $filename;
442 $filename = str_replace('/', DIRECTORY_SEPARATOR, $filename);
449 …} elseif ((is_readable($filename) || file_exists($filename)) && is_file($filename) && ($this->fp =…
453 if (!is_readable($filename)) {
456 if (!is_file($filename)) {
471 $filename = str_replace('\\', '/', $filename);
524 * @param string $filename
1370 * @param string $filename
[all …]
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
H A DPHPClass.php49 function PHPClass($filename = "") { argument
53 if($filename != "")
54 $this->parseFromFile($filename);
91 function parseFromFile($filename) { argument
93 if(file_exists($filename) && is_readable($filename)) {
94 $arrContents = file($filename);
/plugin/task/
H A Dics.php22 $filename = $title . '.ics'; variable
24 $filename = str_replace(':', '/', cleanID($id)) . '.ics'; variable
33 header("Content-Disposition: attachment; filename='$filename'");
36 header("Content-Type: text/Calendar; name='$filename'");
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/CSS/
H A DBrowserSpecificStylesSniff.php80 $filename = $phpcsFile->getFilename();
81 $breakChar = strrpos($filename, '_');
82 if ($breakChar !== false && substr($filename, -4) === '.css') {
83 $specific = substr($filename, ($breakChar + 1), -4);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRotatingFileHandler.php34 protected $filename; variable in Monolog\\Handler\\RotatingFileHandler
47 * @param string $filename
52 …public function __construct(string $filename, int $maxFiles = 0, $level = Logger::DEBUG, bool $bub… argument
54 $this->filename = Utils::canonicalizePath($filename);
175 $fileInfo = pathinfo($this->filename);
191 $fileInfo = pathinfo($this->filename);
/plugin/stopforumspam/
H A DSpamLogger.php39 $filename = $this->logdir . "/" . $this->logfile;
40 if (file_exists($filename)) {
41 $fd = fopen($filename, "a");
46 $fd = fopen($filename, "w");
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DDefaultFileFilter.java137 String filename = file.toString().toLowerCase(); in accept() local
141 if (filename.endsWith("." + imageFormats[j].toLowerCase())) in accept()
200 String filename = file.getName().toLowerCase(); in accept() local
202 return filename.endsWith(".xml") || filename.endsWith(".xml.gz"); in accept()
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php42 …* @param string $filename a utf8 string, should only include printable characters - not …
47 public static function encode($filename) { argument
48 return self::unicode_to_safe(utf8_to_unicode($filename));
71 * @param string $filename a 'safe' encoded ASCII string,
76 public static function decode($filename) { argument
77 return unicode_to_utf8(self::safe_to_unicode(strtolower($filename)));
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php41 …* @param string $filename a utf8 string, should only include printable characters - not …
46 public function encode($filename) { argument
47 return self::unicode_to_safe(utf8_to_unicode($filename));
70 * @param string $filename a 'safe' encoded ASCII string,
75 public function decode($filename) { argument
76 return unicode_to_utf8(self::safe_to_unicode(strtolower($filename)));
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php42 …* @param string $filename a utf8 string, should only include printable characters - not …
47 public static function encode($filename) { argument
48 return self::unicode_to_safe(utf8_to_unicode($filename));
71 * @param string $filename a 'safe' encoded ASCII string,
76 public static function decode($filename) { argument
77 return unicode_to_utf8(self::safe_to_unicode(strtolower($filename)));
/plugin/nsexport/packer/ziphtml/
H A Dzip.php29 public function _addFile($filename, $content) { argument
30 $filename = $this->tmp . "/$filename";
31 io_makeFileDir($filename);
32 file_put_contents($filename , $content);
186 $filename = $conf['tmpdir'].'/offline-'.time().rand(0,99999).'.zip';
187 $this->zip = $filename;
188 $zfn = preg_replace('/^([a-z]{1}):/i','$1:\\',$filename);
/plugin/xcom/scripts/
H A DsafeFN_class.js140 encode: function(filename) { argument
141 return this.unicode_to_safe(this.get_u_array(filename));
153 decode: function (filename) { argument
154 var unic = this.safe_to_unicode(filename);
233 function SafeFN_encode(filename) { argument
234 return SafeFN.encode(filename);
237 function SafeFN_decode(filename) { argument
238 return SafeFN.decode(filename);
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php300 * Strip given prefix or number of path segments from the filename
305 * Alternatively a fixed string prefix may be passed in $strip. If the filename matches this prefix,
312 $filename = $this->getPath();
316 $parts = explode('/', $filename);
318 $base = array_pop($parts); // keep filename itself
322 $filename = join('/', array_slice($parts, $strip));
324 $filename .= "/$base";
328 if (substr($filename, 0, $striplen) == $strip) {
329 $filename = substr($filename,
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DGitblame.php78 * @param string $filename File to blame.
82 protected function getBlameContent($filename) argument
86 chdir(dirname($filename));
87 $command = 'git blame --date=short "'.$filename.'" 2>&1';
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php148 * @param string $filename
153 public static function validateCaFile($filename, LoggerInterface $logger = null) argument
157 if (isset(self::$caFileValidity[$filename])) {
158 return self::$caFileValidity[$filename];
161 $contents = file_get_contents($filename);
180 … $logger->debug('Checked CA file '.realpath($filename).': '.($isValid ? 'valid' : 'invalid'));
183 return self::$caFileValidity[$filename] = $isValid;
/plugin/latexport/helpers/
H A Darchive_helper_zip.php35 function startFile($filename) { argument
36 $this->currentFilename = $filename;
58 function insertContent($filename, $content) { argument
59 $this->zip->addFromString($filename, $content);
/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...]
/plugin/latexit/other/download_counter/
H A Dindex.php2 $filename = "counter"; variable
3 if(file_exists($filename)) {
4 $cnt = file_get_contents($filename);
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput._generic.class.php24 var $filename; variable in OutputDriverGeneric
218 $filename = tempnam(WRITER_TEMPDIR,WRITER_FILE_PREFIX);
219 $filehandle = @fopen($filename, "wb");
229 $filename = WRITER_TEMPDIR.DIRECTORY_SEPARATOR.WRITER_FILE_PREFIX.md5(uniqid(rand(), true));
232 $filehandle = @fopen($filename, "xb");
246 unlink($filename);
248 return $filename;
252 return $this->filename;
284 function set_filename($filename) { argument
285 $this->filename = $filename;

12345678910>>...31