Searched refs:fileExt (Results 1 – 6 of 6) sorted by relevance
/plugin/move/script/ |
D | MoveMediaManager.js | 107 const fileExt = document.createElement('input'); 108 fileExt.type = 'text'; 109 fileExt.readOnly = true; 110 fileExt.size = 5; 111 fileExt.name = 'move-file-ext'; 112 fileExt.value = src.split('.').pop(); 118 destination.value = src.substring(0, src.length - (fileExt.value.length + 1)); 121 form.appendChild(fileExt);
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
D | cf5_upload.cfm | 200 <cfset fileExt = ""> 232 fileExt = cffile.ServerFileExt ; 251 while( fileExists("#currentFolderPath##fileName#.#fileExt#") ) { 268 destination="#currentFolderPath##fileName#.#fileExt#" 286 …<cfset SendUploadResults(errorNumber, '#resourceTypeUrl##url.currentFolder##fileName#.#fileExt#', … 290 …ber, '#resourceTypeUrl##url.currentFolder##fileName#.#fileExt#', replace( fileName & "." & fileExt…
|
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/cfm/ |
D | connector.cfm | 141 <cfset fileExt = ""> 170 fileExt = cffile.ServerFileExt; 184 while( fileExists("#currentFolderPath##fileName#.#fileExt#") ) { 198 destination="#currentFolderPath##fileName#.#fileExt#" 220 …'frmUpload'].OnUploadCompleted(#errorNumber#,'#replace( fileName & "." & fileExt, "'", "\'", "ALL"…
|
/plugin/gallery/ |
D | script.js | 69 fileExt: false, property
|
/plugin/gallery/simple-lightbox/ |
D | simple-lightbox.js | 50 fileExt: 'png|jpg|jpeg|gif|webp', property 359 …return !this.options.fileExt || element.getAttribute(this.options.sourceAttr) && new RegExp('(' + …
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
D | commons-io-2.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |