Home
last modified time | relevance | path

Searched refs:fileName (Results 101 – 125 of 165) sorted by relevance

1234567

/plugin/qrcode2/
H A Dphpqrcode.php220 $fileName = QR_CACHE_DIR.'frame_'.$a.'.png';
221 QRimage::png(self::binarize($frame), $fileName, 1, 0);
873 $fileName = QR_CACHE_DIR.'frame_'.$version.'.dat';
876 if (file_exists($fileName)) {
877 self::$frames[$version] = self::unserial(file_get_contents($fileName));
880 file_put_contents($fileName, self::serial(self::$frames[$version]));
2618 … $fileName = QR_CACHE_DIR.'mask_'.$maskNo.DIRECTORY_SEPARATOR.'mask_'.$width.'_'.$maskNo.'.dat';
2621 if (file_exists($fileName)) {
2622 $bitMask = self::unserial(file_get_contents($fileName));
2627 file_put_contents($fileName, self::serial($bitMask));
/plugin/translator/
H A Dadmin.php289 function _createCategory($categoryName, $fileName) { argument
295 if ( empty($fileName) ) {
309 $this->functions->database->execute($categoryName, $fileName);
H A Dhelper.php608 function _sendLanguageFile($data, $fileName){ argument
616 header('Content-Disposition: attachment; filename="'.$fileName.'";');
/plugin/abc/
H A Dsyntax.php196 $fileName = cleanID($abcID."_".$abcTitle);
203 $fileBase = $fileDir.$slashStr.$previewPrefix.$fileName;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D70.70.js1fileName):null})),[4,this._libFiles.fetchLibFilesIfNecessary(c)]);case 3:return p.sent(),e.isDispo…
H A D5.5.js.map1fileName) : null;\n });\n return [4 /*yield*/, this.…
/plugin/fckg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js564 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
582 alert( DlgImgAlertName + '"' + fileName + '"' ) ;
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/stackedit/
H A Dstackedit.min.js1 …url,this.$origin=s.protocol+"//"+s.host;var i=t.content||{},o={origin:a,fileName:t.name,contentTex… property in AnonymousFunction96cec1810500.AnonymousFunction96cec1810c00.o
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js640 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
654 …h the same name is already available. The uploaded file has been renamed to "' + fileName + '"' ) ;
/plugin/datatables/assets/datatables.net-buttons/js/
H A Dbuttons.flash.min.js
/plugin/schedule/
H A Dschedules.class.php277 $fileName = $this->dataDir.$this->scheduleRoot->mbrPrefix.$member.'.xml';
278 $xml->save ($fileName);
279 chmod ($fileName, 0664);
301 $fileName = $this->dataDir.$this->scheduleRoot->propFile;
302 $xml->save ($fileName);
303 chmod ($fileName, 0664);
/plugin/diagramsnet/lib/js/onedrive/
H A DOneDriveOrig.js2fileName};return n.saveItemByUriUpload(e.value[0],i,t.sourceUri,this.apiRequestConfig)}if(t.upload…
H A DOneDrive.js6fileName};return n.saveItemByUriUpload(e.value[0],i,t.sourceUri,this.apiRequestConfig)}if(t.upload…
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java500 String fileName, in post() argument
533 reqEntity.addPart("Filename", new StringBody(fileName)); in post()
601 InputStreamBody bin = new InputStreamBody(countingFilter, mimeType, fileName) { in post()
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1632 $fileName = basename($path);
1633 $fileParts = explode('.', $fileName);
1634 if ($fileParts[0] === $fileName || $fileParts[0] === '') {
/plugin/flowplay2/flowplayer/
H A Djavascript.txt148 has following properties: name, baseUrl, fileName, start (start time in seconds),
/plugin/jmol2/jmol/
H A DJmolApplet0_ShapeSurface.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned0_ShapeSurface.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js1239 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
1257 alert( FCKLang.DlgImgAlertName+ '"' + fileName + '"' ) ;
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.min.js1 …setup.fabric.add(b.group[d]);return b}}},defaults:{position:"top-right",fileName:"amCharts",action…
2fileName:c.config.fileName},i):i.label||(i.label=i.label?i.label:c.i18l("menu.label."+n)),(-1==["C…
H A Dexport.js430 fileName: "amCharts", property in AmCharts._this.defaults
2597 fileName: _this.config.fileName
2705 this.download( data, item.mimeType, [ item.fileName, item.extension ].join( "." ) );
2722 this.download( data, item.mimeType, [ item.fileName, item.extension ].join( "." ) );
2729 this.download( data, item.mimeType, [ item.fileName, item.extension ].join( "." ) );
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js126 }if(file){var fileName=file[1];
184 loc.app=path+fileName
4411 }try{var fileName=getFileName(sourceLink.href);
4412 fileName=decodeURIComponent(fileName);
4413 fileName=cropString(fileName,17)
4415 }}return typeof sourceLink.line=="number"?fileName+" (line "+sourceLink.line+")":fileName
4443 var fileName=cropString(getFileName(frame.href),17);
4444 return $STRF("Line",[fileName,frame.lineNo])
6334 var fileName=lastSlash==-1?href:href.substr(lastSlash+1);
7741 if(file){var fileName=file[1];
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js137 }if(file){var fileName=file[1];
158 if(isGetFirebugSite&&path.indexOf("/releases/lite/")==-1){path+="releases/lite/"+(fileName=="firebug-lite-beta.js"?"beta/":"latest/")
162 if(fileName=="firebug-lite-dev.js"){Env.isDevelopmentMode=true;
164 }else{if(fileName=="firebug-lite-debug.js"){Env.isDebugMode=true
195 loc.app=path+fileName
1039 }}if(props.hasOwnProperty("fileName")){var caller_URL=decodeURIComponent(props.fileName);
1101 uri+="fileName="+encodeURIComponent(url)+",";
2985 FBL.ns(function(){with(FBL){Firebug.Lite.Script=function(window){this.fileName=null;
4209 if(script){return $STRF("Line",[normalizeURL(script.fileName),scrip
[all...]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js376 var fileName = file[1];
459 if (fileName == "firebug-lite-dev.js")
464 else if (fileName == "firebug-lite-debug.js")
558 loc.app = path + fileName;
11936 this.fileName = null;
16577 fileName = decodeURIComponent(fileName);
16578 fileName = cropString(fileName, 17);
16588 fileName;
16738 return $STRF("Line", [fileName, frame.lineNo]);
29046 var fileName = file[1];
[all …]

1234567