Home
last modified time | relevance | path

Searched refs:filename (Results 376 – 400 of 756) sorted by relevance

1...<<11121314151617181920>>...31

/plugin/adfs/phpsaml/lib/Saml2/
H A DSettings.php312 $filename = $this->getConfigPath().'settings.php';
314 if (!file_exists($filename)) {
318 array($filename)
323 include $filename;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckconnector.py87 if hasattr(field,"filename") and field.filename: #file upload, do not convert return value
/plugin/zip/pear/File/Archive/Reader/
H A DTar.php317 $filename = $this->currentFilename;
327 $writer->newFile($filename, $stat);
/plugin/dw2markdown/
H A Drenderer.php372 function file($text, $language = NULL, $filename = NULL, $options = NULL) { argument
382 function code($text, $language = NULL, $filename = NULL, $options = NULL) { argument
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php965 $filename = $this->data_private_path.'/filemtime2.test';
966 if (is_writable(dirname($filename)))
969 file_put_contents($filename, $data1, LOCK_EX);
970 $data2 = file_get_contents($filename);
/plugin/orphanmedia/
H A DREADME20 * Found media filename references
/plugin/orphanmedia2/
H A DREADME20 * Found media filename references
/plugin/diagramsnet/lib/js/diagramly/
H A DGraphViewer.js1571 var filename = container.ownerDocument.createElement('div');
1572 filename.style.cssText = 'display:inline-block;position:relative;padding:3px 6px 0 6px;' +
1574 filename.setAttribute('title', this.graphConfig.title);
1575 mxUtils.write(filename, this.graphConfig.title);
1576 mxUtils.setOpacity(filename, 70);
1578 toolbar.appendChild(filename);
1579 this.filename = filename;
2058 if (this.filename != null)
2060 this.filename.innerHTML = '';
2061 mxUtils.write(this.filename, title);
[all …]
H A DInit.js288 function setCurrentXml(data, filename) argument
292 window.parent.openFile.setData(data, filename);
H A DEditorUi.js2027 filename = basename + '.png';
4405 !/(\.xml)$/i.test(filename) &&
4406 !/(\.svg)$/i.test(filename) &&
4407 !/(\.html)$/i.test(filename))
4410 filename = filename + '.' + defaultExtension;
4477 a.download = filename;
4526 ((filename != null) ? '&filename=' + encodeURIComponent(filename) : '') +
7192 return /(\.v(sd|dx))($|\?)/i.test(filename) || /(\.vs(s|x))($|\?)/i.test(filename);
7201 filename = (filename != null) ? filename : file.name;
7231 filename = filename.substring(slash + 1);
[all …]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A DImageObject.cfc84 init(filename) Initialize object from a file.
246 <!--- filename or URL --->
259 <cfargument name="filename" type="string" required="no">
262 <cfset imageCFC.writeImage(filename,variables.img,jpegCompression)>
264 <cfset imageCFC.writeImage(filename,variables.img)>
/plugin/dw2pdf/
H A Daction.php171 $filename = wikiFN($ID, $REV);
172 if (!file_exists($filename)) {
583 $filename = rawurlencode(cleanID(strtr($this->title, ':/;"', ' ')));
585 header('Content-Disposition: attachment; filename="' . $filename . '.pdf";');
587 header('Content-Disposition: inline; filename="' . $filename . '.pdf";');
/plugin/diagramsnet/lib/js/jscolor/
H A Djscolor.js80 requireImage : function(filename) { argument
81 mxJSColor.imgRequire[filename] = true;
85 loadImage : function(filename) { argument
86 if(!mxJSColor.imgLoaded[filename]) {
87 mxJSColor.imgLoaded[filename] = new Image();
88 mxJSColor.imgLoaded[filename].src = mxJSColor.getDir()+filename;
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.wavpack.php227 …$getid3_temp->openfile($this->getid3->filename, $this->getid3->info['filesize'], $this->getid3->fp…
249 …$getid3_temp->openfile($this->getid3->filename, $this->getid3->info['filesize'], $this->getid3->fp…
H A Dmodule.audio.lpac.php86 …$getid3_temp->openfile($this->getid3->filename, $this->getid3->info['filesize'], $this->getid3->fp…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt84 NOTE: It's recommended you use the local image filename
196 src = filename of source image
355 <f> is the filename of the image to overlay;
403 <f> is the filename of the TTF file (optional, if
427 - "mask" [ex: &fltr[]=mask|filename.png|<i>]
526 sia = Save Image As - default filename to save generated
527 image as. Specify the base filename, the extension
533 down = filename to save image to. If this is set the
539 filename, not output and not cached.
549 err = custom error image filename instead of showing
[all …]
/plugin/html5video/
H A Dvideo.php142 private function _getAlts($filename) { argument
/plugin/issuetracker/
H A Daction.php3286 else $filename = DOKU_CONF."../". $this->getConf('it_data').'it_eventcheck.txt';
3288 if (!$handle = fopen($filename, 'w')) {
3312 else $filename = DOKU_CONF."../". $this->getConf('it_data').'it_eventcheck.txt';
3322 $user_before = unserialize(@file_get_contents($filename));
3332 if (!$handle = fopen($filename, 'a')) {
3344 $handle = fopen($filename, 'a');
3446 if (!$handle = fopen($filename, 'a')) {
3479 $handle = fopen($filename, 'a');
3534 while(false !== ($filename = readdir($path))){
3535 if($filename != "." && $filename != ".."){
[all …]
/plugin/git/lib/
H A DGit.php288 public function getFile($filename, $branch = 'HEAD') { argument
290 $cmd = 'show '.$branch.':'.$filename;
/plugin/actionrenderer/
H A Drenderer.php309 public function file($text, $language = null, $filename = null, $options = null) argument
315 public function code($text, $language = null, $filename = null, $options = null) argument
/plugin/structodt/
H A Dhelper.php142 * @param $filename string name of sending file
145 public function sendFile($tmp_file, $filename, $ext='odt') { argument
148 header("Content-Disposition: attachment; filename=\"$filename.$ext\";");
/plugin/prettyphoto/js/
H A Djquery.prettyPhoto.js319 filename = pp_images[set_position];
320 filename = filename.substring(0,filename.indexOf('?'));
322 …imensions['height']).replace(/{wmode}/g,settings.wmode).replace(/{path}/g,filename+'?'+flash_vars);
/plugin/odt/ODT/css/
H A Dcssimportnew.php1014 * @param string $filename
1017 function importFromFile($filename) { argument
1019 if ( empty($filename) ) {
1023 $handle = fopen($filename, "rb");
1028 $contents = fread($handle, filesize($filename));
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js112 requireImage : function(filename) { argument
113 jscolor.imgRequire[filename] = true;
117 loadImage : function(filename) { argument
118 if(!jscolor.imgLoaded[filename]) {
119 jscolor.imgLoaded[filename] = new Image();
120 jscolor.imgLoaded[filename].src = jscolor.getDir()+filename;
/plugin/htvid/syntax/
H A Dvideo.php163 private function _getAlts($filename) { argument

1...<<11121314151617181920>>...31