Home
last modified time | relevance | path

Searched refs:customMsg (Results 1 – 25 of 27) sorted by relevance

12

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
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/grensladawritezor/fckeditor/editor/filemanager/upload/lasso/
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/filemanager/connectors/py/
Dfckoutput.py101 def sendUploadResults( self, errorNo = 0, fileUrl = '', fileName = '', customMsg = '' ): argument
110 'customMsg': customMsg.replace ( '"', '\\"' ),
Dfckcommands.py179 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/
Dupload.php29 function SendResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) argument
32 … . str_replace( '"', '\\"', $fileName ) . '", "' . str_replace( '"', '\\"', $customMsg ) . '") ;' ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/
Dcommands.pl159 local($sErrorNumber, $sFileUrl, $sFileName, $customMsg) = @_;
163 …mber . ',"' . JS_cnv($sFileUrl) . '","' . JS_cnv($sFileName) . '","' . JS_cnv($customMsg) . '") ;';
/plugin/wysiwyg/fckeditor/editor/dialog/fck_flash/
Dfck_flash.js233 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
241 alert( customMsg ) ;
244 alert( customMsg ) ;
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_flash/
Dfck_flash.js236 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
244 alert( customMsg ) ;
247 alert( customMsg ) ;
/plugin/fckg/fckeditor/editor/dialog/fck_flash/
Dfck_flash.js237 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
249 alert( customMsg ) ;
252 alert( customMsg ) ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
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)>
Dcf_commands.cfm37 <cfset var customMsg = 0>
120 <cfset customMsg = CFCATCH.Message >
125 <cfset SendUploadResults( errorNumber, sFileUrl, sFileName, customMsg ) >
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
Dio.php263 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) argument
267 … $fileUrl, $rpl ) . '","' . strtr( $fileName, $rpl ) . '", "' . strtr( $customMsg, $rpl ) . '") ;'…
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
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/
Dio.php285 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) argument
300 … $fileUrl, $rpl ) . '","' . strtr( $fileName, $rpl ) . '", "' . strtr( $customMsg, $rpl ) . '") ;'…
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
Dio.php286 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/
Dvalidation.js73 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/
Dfck_image.js439 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
447 alert( customMsg ) ;
450 alert( customMsg ) ;
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_image/
Dfck_image.js433 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
441 alert( customMsg ) ;
444 alert( customMsg ) ;
/plugin/grensladawritezor/fckeditor/editor/filemanager/upload/asp/
Dupload.asp34 Function SendResults( errorNumber, fileUrl, fileName, customMsg )
36 …""" ) & """,""" & Replace( fileName, """", "\""" ) & """,""" & Replace( customMsg , """", "\""" ) …
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
Dbrowser.js230 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
237 window.frames['frmUpload'].OnUploadCompleted( errorNumber, customMsg ) ;
/plugin/fckg/fckeditor/editor/dialog/fck_image/
Dfck_image.js564 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
576 alert( customMsg ) ;
579 alert( customMsg ) ;
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_link/
Dfck_link.js612 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
620 alert( customMsg ) ;
623 alert( customMsg ) ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
Dfck_link.js640 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
648 alert( customMsg ) ;
651 alert( customMsg ) ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
Dio.asp214 Sub SendUploadResults( errorNumber, fileUrl, fileName, customMsg )
217 …""" ) & """,""" & Replace( fileName, """", "\""" ) & """,""" & Replace( customMsg , """", "\""" ) …
/plugin/asciidocjs/node_modules/yargs/build/lib/
Dvalidation.js64 const customMsg = customMsgs.length ? `\n${customMsgs.join('\n')}` : '';
65 …equired arguments: %s', Object.keys(missing).length, Object.keys(missing).join(', ') + customMsg));

12