Home
last modified time | relevance | path

Searched refs:filename (Results 226 – 250 of 756) sorted by last modified time

12345678910>>...31

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Djson.worker.js.map1filename character, eg /f\\oo/ba\\r.txt\n if (isWindows) {\n path = path.replace…
H A D3.3.js.map1filename than this attribute, the HTTP header takes priority over this attribute.\\n* If `Conten…
H A D2.2.js.map1 …windows,\n // on other systems bwd-slashes are valid\n // filename character, eg /f\…
H A Dbundle.js426filename:e.filename,extension:e.extension,filepattern:e.filepattern,firstline:e.firstline,userConf…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dwebpack.config.js23 filename: '[name].js', property in module.exports.output
65 filename: '[name].css'
H A Dbundle.css988 .monaco-editor .marker-widget .descriptioncontainer .filename {
1024 .monaco-editor .peekview-widget .head .peekview-title .filename {
H A Dbundle.js426filename:e.filename,extension:e.extension,filepattern:e.filepattern,firstline:e.firstline,userConf…
/plugin/dx/
H A D.versionrc.js3 filename: 'plugin.info.txt', property in tracker
/plugin/dx/skel/
H A D.versionrc.js.skel3 filename: 'plugin.info.txt',
/plugin/schedule/
H A Dschedules.class.php178 $filename = $this->cacheDir.md5 ($key).'.cache';
179 if (!file_exists ($filename))
182 if (filemtime ($filename) < strtotime ('today'))
185 return file_get_contents ($filename);
190 $filename = $this->cacheDir.md5 ($key).'.cache';
191 file_put_contents ($filename, $text);
/plugin/yearbox/
H A D.versionrc.js3 filename: 'plugin.info.txt', property in tracker
/plugin/publistf/bib2tpl/lib/
H A DBibTex.php232 * @param string $filename Name of the file
235 function loadFile($filename) argument
237 if (file_exists($filename)) {
238 if (($this->content = @file_get_contents($filename)) === false) {
239 return PEAR::raiseError('Could not open file '.$filename);
246 return PEAR::raiseError('Could not find file '.$filename);
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js6184 }while(frame&&FBL.isSystemURL(frame.filename)){frame=frame.caller
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md75 * #812 #814: ICS/VCF exporter now includes a more useful filename in its
2088 with Sabre.autoload.php due to a incorrect filename.
2361 * Added: Temporary filename handling system
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarHome.php105 * @param string $filename
109 function createFile($filename, $data = null) { argument
120 * @param string $filename
123 function createDirectory($filename) { argument
H A DICSExportPlugin.php262 $filename = preg_replace(
267 $filename .= '-' . date('Y-m-d') . $filenameExtension;
269 $response->setHeader('Content-Disposition', 'attachment; filename="' . $filename . '"');
/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 . '"');
H A DAddressBookHome.php101 * @param string $filename
105 function createFile($filename, $data = null) { argument
116 * @param string $filename
119 function createDirectory($filename) { argument
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DFile.php30 * @param string|null $filename
32 function __construct($filename = null) { argument
34 if (!is_null($filename))
35 $this->loadFile($filename);
43 * @param string $filename
46 function loadFile($filename) { argument
48 foreach (file($filename, FILE_IGNORE_NEW_LINES) as $line) {
/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/structsection/
H A Dwebpack.config.js14 filename: 'bundle.js', property in module.exports.output
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php131 $filename = $this->cleanPath($header['filename']);
134 $parts = explode('/', $filename);
140 $filename = join('/', array_slice($parts, $strip));
141 if($base) $filename .= "/$base";
144 … if(substr($filename, 0, $striplen) == $strip) $filename = substr($filename, $striplen);
149 if(!$filename) {
153 if(preg_match($include, $filename)) {
159 if($exclude && preg_match($exclude, $filename)) {
168 $output = "$outdir/$filename";
173 admin_plugin_elwikiupgrade::_say(hsc($filename));
[all …]
/plugin/infomail/
H A Daction.php249 $filename = strftime("%Y%m%d%H%M%S", $t) . "_infomail.txt";
250 $archfile = $targetdir . $filename;
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dvorbis.js2filename,binary){filename=nodePath["normalize"](filename);var ret=nodeFS["readFileSync"](filename)… argument
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.id3v1.php27 public $filename; variable in getid3_write_id3v1
61 …if (!empty($this->filename) && is_readable($this->filename) && getID3::is_writable($this->filename
67 if ($fp_source = fopen($this->filename, 'r+b')) {
89 $this->errors[] = 'Could not fopen('.$this->filename.', "r+b")';
93 $this->errors[] = 'File is not writeable: '.$this->filename;
111 $ThisFileInfo = $getID3->analyze($this->filename);
128 …if (!empty($this->filename) && is_readable($this->filename) && getID3::is_writable($this->filename
134 if ($fp_source = fopen($this->filename, 'r+b')) {
149 $this->errors[] = $this->filename.' is not writeable';
159 $this->filesize = filesize($this->filename);
[all …]

12345678910>>...31