Home
last modified time | relevance | path

Searched refs:filename (Results 226 – 250 of 756) sorted by relevance

12345678910>>...31

/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DVCFExportPlugin.php89 $filename = preg_replace(
94 $filename .= '-' . date('Y-m-d') . $filenameExtension;
96 $response->setHeader('Content-Disposition', 'attachment; filename="' . $filename . '"');
/plugin/mantis/lib/
H A Dnusoapmime.php82 * @param string $filename The filename of the attachment (default is empty string)
88 …function addAttachment($data, $filename = '', $contenttype = 'application/octet-stream', $cid = fa… argument
94 $info['filename'] = $filename;
321 * @param string $filename The filename of the attachment (default is empty string)
327 …function addAttachment($data, $filename = '', $contenttype = 'application/octet-stream', $cid = fa… argument
333 $info['filename'] = $filename;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/LegacyFixtures/autoescape/
H A Dfilename.legacy.test2 "filename" autoescape strategy
14 return ['autoescape' => 'filename']
/plugin/html2pdf/html2pdf/html2ps/
H A Ddestination.file.class.php5 function DestinationFile($filename, $link_text = null) { argument
6 $this->Destination($filename);
H A Dpipeline.factory.class.php6 function &create_default_pipeline($encoding, $filename) { argument
32 $pipeline->destination = new DestinationDownload($filename, ContentType::pdf());
/plugin/dropfiles/
H A Dstyle.less9 .filename {
30 input[name="filename"] {
/plugin/jukebox/id3/
H A Dgetid3.php46 var $filename; variable in getID3
154 function analyze($filename) { argument
188 if (preg_match('/^(ht|f)tp:\/\//', $filename)) {
193 if (!$fp = @fopen($filename, 'rb')) {
194 return $this->error('Could not open file "'.$filename.'"');
198 $this->info['filesize'] = filesize($filename);
228 $this->info['filename'] = basename($filename);
229 $this->info['filepath'] = str_replace('\\', '/', realpath(dirname($filename)));
293 $determined_format = $this->GetFileFormat($formattest, $filename);
938 function GetFileFormat(&$filedata, $filename='') { argument
[all …]
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Database/
H A DReader.php42 * @param string $filename the path to the GeoIP2 database file
50 $filename, argument
53 $this->dbReader = new DbReader($filename);
/plugin/statistics/inc/pchart/
H A DPalette.php66 * @param string $filename
71 static public function fromFile($filename, $delimiter = ',') { argument
72 $handle = @fopen($filename, 'r');
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php666 if (($filename[0] != '/') && ($filename[0] != '\\') && ($filename[1] != ':')) {
1356 if (empty($filename)) {
1366 return $filename;
1368 } elseif ($this->iswindows && isset($filename[1]) && ($filename[1] == ':')) {
1385 } elseif (isset($filename[1]) && ($filename[1] == '~')) {
1472 $file_exists_cache[$filename] = file_exists($filename);
1478 $file_exists_cache[$filename] = ($ls_filename == $filename);
3013 $filename = $this->ResolveFilenameToAbsolute($filename);
3014 if (@is_readable($filename) && ($fp_watermark = @fopen($filename, 'rb'))) {
3091 $filename = $this->ResolveFilenameToAbsolute($filename);
[all …]
/plugin/hyphenation/phpHyphenation/
H A DphpHyphenation.class.php109 * @param string $filename Filename of the file containing the user defined words.
113 public function loadUserDictFromFile($filename, $append=false) { argument
115 if (empty($filename) || !file_exists($filename)) return false;
116 $dictionary = file($filename, FILE_IGNORE_NEW_LINES);
/plugin/dokutexit/
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);
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 …]
/plugin/dirtylittlehelper/mermaid/editor/
H A Dwebpack.config.js23 filename: '[name].js', property in module.exports.output
65 filename: '[name].css'
/plugin/zip/pear/File/Archive/Reader/
H A DFilter.php71 function select($filename, $close = true) argument
81 $error = $this->source->select($filename, false);
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireCssProcess.php58 $filename = basename($style);
59 if(preg_match('~^\*(\.[^\.]+)$~', $filename, $matches)){
60 $sourcePath = str_replace($filename, basename($assetPath), $sourcePath);
/plugin/siteexport/inc/
H A Dpdfgenerator.php17 public function createPDFFromFile($filename, &$NAME) { argument
33 $html = @file_get_contents($filename);
64 $mpdf->Output($filename, "F");
/plugin/revealjs/
H A Drenderer.php461 * @param string $filename file path label
464 function _highlight($type, $text, $language = null, $filename = null, $options = null) { argument
468 if($filename) {
470 list($ext) = mimetype($filename, false);
476 $this->doc .= hsc($filename);
495 if($filename) {
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php53 protected $filename; variable in PHP_Token_Stream
108 $this->filename = $sourceCode;
142 return $this->filename;
377 'file' => $this->filename
392 'file' => $this->filename
417 'file' => $this->filename
/plugin/svg/
H A Dsyntax.php.save104 ) as $filename )
106 unlink( $filename );
116 $filename = md5( getID() ) . $syntax_plugin_svg_pcount . '.svg';
129 substr( $filename, 0, -3 ) .
146 substr( $filename, 0, -3 ) .
155 $fh = fopen( SYNTAX_PLUGIN_SVG_MEDIADIR . 'media/' . $filename, 'w' );
/plugin/filelist/
H A Dsyntax.php203 _render_link($filename, $filepath, $basedir, $webdir, $params, Doku_Renderer $renderer) global() argument
1030 get_preview_image_path($filename, $params, & $isImage) global() argument
/plugin/downloadcodeblock/
H A Dscript.js15 const filename = deriveFilename(preceding(codeElement));
23 a.download = filename;
/plugin/icalevents/
H A Drenderer.php87 $filename = SafeFN::encode(strtr($this->eventId, '/:', '--')) . '.ics';
90 'Content-Disposition' => 'attachment; filename=' . $filename
/plugin/webdav/core/DAV/Collection/ODT/
H A DFile.php33 $filename = wikiFN($this->info['id']);
38 $xmlcontent = p_render('odt_book', p_cached_instructions($filename, false, $page), $info);
/plugin/purplenumbers/
H A Drenderer.php133 function _highlight($type, $text, $language=null, $filename=null, $options = null) { argument
138 if($filename){
139 list($ext) = mimetype($filename,false);
145 $this->doc .= hsc($filename);
167 if($filename){

12345678910>>...31