| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/ |
| 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/grensladawritezor/fckeditor/editor/filemanager/upload/lasso/ |
| 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/ |
| D | fckoutput.py | 101 def sendUploadResults( self, errorNo = 0, fileUrl = '', fileName = '', customMsg = '' ): argument 110 'customMsg': customMsg.replace ( '"', '\\"' ),
|
| D | fckcommands.py | 179 return self.sendUploadResults( errorNo = 203, customMsg = "Extension not allowed" ) 181 return self.sendUploadResults( errorNo = 202, customMsg = "No File" )
|
| /plugin/grensladawritezor/fckeditor/editor/filemanager/upload/php/ |
| D | upload.php | 29 function SendResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) argument 32 … . str_replace( '"', '\\"', $fileName ) . '", "' . str_replace( '"', '\\"', $customMsg ) . '") ;' ;
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/ |
| 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/ |
| D | fck_flash.js | 233 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument 241 alert( customMsg ) ; 244 alert( customMsg ) ;
|
| /plugin/grensladawritezor/fckeditor/editor/dialog/fck_flash/ |
| D | fck_flash.js | 236 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument 244 alert( customMsg ) ; 247 alert( customMsg ) ;
|
| /plugin/fckg/fckeditor/editor/dialog/fck_flash/ |
| 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/ |
| 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)>
|
| D | cf_commands.cfm | 37 <cfset var customMsg = 0> 120 <cfset customMsg = CFCATCH.Message > 125 <cfset SendUploadResults( errorNumber, sFileUrl, sFileName, customMsg ) >
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/ |
| D | io.php | 263 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) argument 267 … $fileUrl, $rpl ) . '","' . strtr( $fileName, $rpl ) . '", "' . strtr( $customMsg, $rpl ) . '") ;'…
|
| /plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
| 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/ |
| D | io.php | 285 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) argument 300 … $fileUrl, $rpl ) . '","' . strtr( $fileName, $rpl ) . '", "' . strtr( $customMsg, $rpl ) . '") ;'…
|
| /plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/ |
| D | io.php | 286 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) argument 301 … $fileUrl, $rpl ) . '","' . strtr( $fileName, $rpl ) . '", "' . strtr( $customMsg, $rpl ) . '") ;'…
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/lib/ |
| D | validation.js | 73 var customMsg = customMsgs.length ? '\n' + customMsgs.join('\n') : '' 74 usage.fail('Missing required arguments: ' + Object.keys(missing).join(', ') + customMsg)
|
| /plugin/wysiwyg/fckeditor/editor/dialog/fck_image/ |
| D | fck_image.js | 439 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument 447 alert( customMsg ) ; 450 alert( customMsg ) ;
|
| /plugin/grensladawritezor/fckeditor/editor/dialog/fck_image/ |
| D | fck_image.js | 433 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument 441 alert( customMsg ) ; 444 alert( customMsg ) ;
|
| /plugin/grensladawritezor/fckeditor/editor/filemanager/upload/asp/ |
| D | upload.asp | 34 Function SendResults( errorNumber, fileUrl, fileName, customMsg ) 36 …""" ) & """,""" & Replace( fileName, """", "\""" ) & """,""" & Replace( customMsg , """", "\""" ) …
|
| /plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/ |
| 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/ |
| D | fck_image.js | 564 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument 576 alert( customMsg ) ; 579 alert( customMsg ) ;
|
| /plugin/grensladawritezor/fckeditor/editor/dialog/fck_link/ |
| D | fck_link.js | 612 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument 620 alert( customMsg ) ; 623 alert( customMsg ) ;
|
| /plugin/wysiwyg/fckeditor/editor/dialog/fck_link/ |
| 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/ |
| D | io.asp | 214 Sub SendUploadResults( errorNumber, fileUrl, fileName, customMsg ) 217 …""" ) & """,""" & Replace( fileName, """", "\""" ) & """,""" & Replace( customMsg , """", "\""" ) …
|
| /plugin/asciidocjs/node_modules/yargs/build/lib/ |
| D | validation.js | 64 const customMsg = customMsgs.length ? `\n${customMsgs.join('\n')}` : ''; 65 …equired arguments: %s', Object.keys(missing).length, Object.keys(missing).join(', ') + customMsg));
|