/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/ |
H A D | upload.lasso | 43 'customMsg' = '' 74 -optional='customMsg', 83 + string_replace(#customMsg, -find='"', -replace='\\"') + '"); 148 …$customMsg = 'This file uploader is disabled. Please check the "editor/filemanager/upload/lasso/co… 155 -customMsg=$customMsg
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/ |
H A D | fckoutput.py | 101 def sendUploadResults( self, errorNo = 0, fileUrl = '', fileName = '', customMsg = '' ): argument 110 'customMsg': customMsg.replace ( '"', '\\"' ),
|
H A D | fckcommands.py | 179 return self.sendUploadResults( errorNo = 203, customMsg = "Extension not allowed" ) 181 return self.sendUploadResults( errorNo = 202, customMsg = "No File" )
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/ |
H A D | commands.pl | 159 local($sErrorNumber, $sFileUrl, $sFileName, $customMsg) = @_; 163 …mber . ',"' . JS_cnv($sFileUrl) . '","' . JS_cnv($sFileName) . '","' . JS_cnv($customMsg) . '") ;';
|
/plugin/wysiwyg/fckeditor/editor/dialog/fck_flash/ |
H A D | fck_flash.js | 233 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument 241 alert( customMsg ) ; 244 alert( customMsg ) ;
|
/plugin/fckg/fckeditor/editor/dialog/fck_flash/ |
H A D | fck_flash.js | 237 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument 249 alert( customMsg ) ; 252 alert( customMsg ) ;
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
H A D | cf5_upload.cfm | 47 function SendUploadResults(errorNumber, fileUrl, fileName, customMsg) 50 …Format(fileUrl) & '", "' & JSStringFormat(fileName) & '", "' & JSStringFormat(customMsg) & '");' ); 203 <cfset customMsg = ""> 279 <cfset customMsg = cfcatch.message > 290 …rentFolder##fileName#.#fileExt#', replace( fileName & "." & fileExt, "'", "\'", "ALL"), customMsg)> 294 <cfset SendUploadResults(errorNumber, '', '', customMsg)>
|
H A D | cf_commands.cfm | 37 <cfset var customMsg = 0> 120 <cfset customMsg = CFCATCH.Message > 125 <cfset SendUploadResults( errorNumber, sFileUrl, sFileName, customMsg ) >
|
H A D | cf_io.cfm | 266 <cfargument name="customMsg" required="false" type="String" default=""> 270 …umber#, "#JSStringFormat(fileUrl)#", "#JSStringFormat(fileName)#", "#JSStringFormat(customMsg)#" );
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/ |
H A D | io.php | 263 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) argument 267 … $fileUrl, $rpl ) . '","' . strtr( $fileName, $rpl ) . '", "' . strtr( $customMsg, $rpl ) . '") ;'…
|
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/ |
H A D | io.php | 286 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) argument 301 … $fileUrl, $rpl ) . '","' . strtr( $fileName, $rpl ) . '", "' . strtr( $customMsg, $rpl ) . '") ;'…
|
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/ |
H A D | io.php | 285 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) argument 300 … $fileUrl, $rpl ) . '","' . strtr( $fileName, $rpl ) . '", "' . strtr( $customMsg, $rpl ) . '") ;'…
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
H A D | io.php | 286 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) argument 301 … $fileUrl, $rpl ) . '","' . strtr( $fileName, $rpl ) . '", "' . strtr( $customMsg, $rpl ) . '") ;'…
|
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/ |
H A D | fck_image.js | 439 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument 447 alert( customMsg ) ; 450 alert( customMsg ) ;
|
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/ |
H A D | browser.js | 230 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument 237 window.frames['frmUpload'].OnUploadCompleted( errorNumber, customMsg ) ;
|
/plugin/fckg/fckeditor/editor/dialog/fck_image/ |
H A D | fck_image.js | 564 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument 576 alert( customMsg ) ; 579 alert( customMsg ) ;
|
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/ |
H A D | fck_link.js | 640 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument 648 alert( customMsg ) ; 651 alert( customMsg ) ;
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/ |
H A D | io.asp | 214 Sub SendUploadResults( errorNumber, fileUrl, fileName, customMsg ) 217 …""" ) & """,""" & Replace( fileName, """", "\""" ) & """,""" & Replace( customMsg , """", "\""" ) …
|
/plugin/fckg/fckeditor/editor/dialog/fck_link/ |
H A D | fck_link.js | 1239 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument 1251 alert( customMsg ) ; 1254 alert( customMsg ) ;
|