Home
last modified time | relevance | path

Searched refs:customMsg (Results 1 – 19 of 19) sorted by last modified time

/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dbrowser.js230 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
237 window.frames['frmUpload'].OnUploadCompleted( errorNumber, customMsg ) ;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dio.php286 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) argument
301 … $fileUrl, $rpl ) . '","' . strtr( $fileName, $rpl ) . '", "' . strtr( $customMsg, $rpl ) . '") ;'…
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dio.php286 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 Dio.php285 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) argument
300 … $fileUrl, $rpl ) . '","' . strtr( $fileName, $rpl ) . '", "' . strtr( $customMsg, $rpl ) . '") ;'…
/plugin/fckg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js564 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
576 alert( customMsg ) ;
579 alert( customMsg ) ;
/plugin/fckg/fckeditor/editor/dialog/fck_flash/
H A Dfck_flash.js237 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
249 alert( customMsg ) ;
252 alert( customMsg ) ;
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js1239 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
1251 alert( customMsg ) ;
1254 alert( customMsg ) ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_commands.cfm37 <cfset var customMsg = 0>
120 <cfset customMsg = CFCATCH.Message >
125 <cfset SendUploadResults( errorNumber, sFileUrl, sFileName, customMsg ) >
H A Dcf5_upload.cfm47 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 Dcf_io.cfm266 <cfargument name="customMsg" required="false" type="String" default="">
270 …umber#, "#JSStringFormat(fileUrl)#", "#JSStringFormat(fileName)#", "#JSStringFormat(customMsg)#" );
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js439 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
447 alert( customMsg ) ;
450 alert( customMsg ) ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js640 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
648 alert( customMsg ) ;
651 alert( customMsg ) ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php263 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) argument
267 … $fileUrl, $rpl ) . '","' . strtr( $fileName, $rpl ) . '", "' . strtr( $customMsg, $rpl ) . '") ;'…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckcommands.py179 return self.sendUploadResults( errorNo = 203, customMsg = "Extension not allowed" )
181 return self.sendUploadResults( errorNo = 202, customMsg = "No File" )
H A Dfckoutput.py101 def sendUploadResults( self, errorNo = 0, fileUrl = '', fileName = '', customMsg = '' ): argument
110 'customMsg': customMsg.replace ( '"', '\\"' ),
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/
H A Dcommands.pl159 local($sErrorNumber, $sFileUrl, $sFileName, $customMsg) = @_;
163 …mber . ',"' . JS_cnv($sFileUrl) . '","' . JS_cnv($sFileName) . '","' . JS_cnv($customMsg) . '") ;';
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dio.asp214 Sub SendUploadResults( errorNumber, fileUrl, fileName, customMsg )
217 …""" ) & """,""" & Replace( fileName, """", "\""" ) & """,""" & Replace( customMsg , """", "\""" ) …
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dupload.lasso43 '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/dialog/fck_flash/
H A Dfck_flash.js233 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
241 alert( customMsg ) ;
244 alert( customMsg ) ;