/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/ |
H A D | connector.php | 35 …SendError( 1, 'This connector is disabled. Please check the "editor/filemanager/connectors/php/con… 54 SendError( 1, 'The "' . $sCommand . '" command isn\'t allowed' ) ; 58 SendError( 1, 'Invalid type specified' ) ;
|
H A D | io.php | 77 SendError( 1, "Error creating folder \"{$sResourceTypePath}\" ({$sErrorMsg})" ) ; 155 …SendError( 1, 'Sorry, can\'t map "UserFilesPath" to a physical path. You must set the "UserFilesAb… 229 SendError( 102, '' ) ;
|
H A D | upload.php | 31 function SendError( $number, $text ) function
|
H A D | basexml.php | 66 function SendError( $number, $text ) function
|
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/ |
H A D | connector.php | 36 SendError( 1, 'FileBrowserError_Connector') ; 63 SendError( 1, 'FileBrowserError_Command' . ';;' . $sCommand ) ; 67 SendError( 1, 'FileBrowserError_Type' . ';;' . $sResourceType) ;
|
H A D | io.php | 77 SendError( 1, "Error creating folder \"{$sResourceTypePath}\" ({$sErrorMsg})" ) ; 171 …SendError( 1, 'Sorry, can\'t map "UserFilesPath" to a physical path. You must set the "UserFilesAb… 248 SendError( 102, '' ) ;
|
H A D | upload.php | 32 function SendError( $number, $text ) function
|
H A D | basexml.php | 66 function SendError( $number, $text ) function
|
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/ |
H A D | connector.php | 42 SendError( 1, 'FileBrowserError_Connector') ; 69 SendError( 1, 'FileBrowserError_Command' . ';;' . $sCommand ) ; 73 SendError( 1, 'FileBrowserError_Type' . ';;' . $sResourceType) ;
|
H A D | io.php | 79 SendError( 1, "Error creating folder \"{$sResourceTypePath}\" ({$sErrorMsg})" ) ; 173 …SendError( 1, 'Sorry, can\'t map "UserFilesPath" to a physical path. You must set the "UserFilesAb… 249 SendError( 102, '' ) ;
|
H A D | upload.php | 33 function SendError( $number, $text ) function
|
H A D | basexml.php | 66 function SendError( $number, $text ) function
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
H A D | connector.php | 42 SendError( 1, 'FileBrowserError_Connector') ; 69 SendError( 1, 'FileBrowserError_Command' . ';;' . $sCommand ) ; 73 SendError( 1, 'FileBrowserError_Type' . ';;' . $sResourceType) ;
|
H A D | io.php | 79 SendError( 1, "Error creating folder \"{$sResourceTypePath}\" ({$sErrorMsg})" ) ; 173 …SendError( 1, 'Sorry, can\'t map "UserFilesPath" to a physical path. You must set the "UserFilesAb… 249 SendError( 102, '' ) ;
|
H A D | upload.php | 33 function SendError( $number, $text ) function
|
H A D | basexml.php | 66 function SendError( $number, $text ) function
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/ |
H A D | connector.cgi | 65 …&SendError( 1, 'This connector is disabled. Please check the "editor/filemanager/connectors/perl/c… 105 SendError( 102, "" ) ;
|
H A D | basexml.pl | 43 sub SendError subroutine
|
H A D | upload.cgi | 108 SendError( 102, "" ) ;
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/ |
H A D | connector.asp | 37 …SendError 1, "This connector is disabled. Please check the ""editor/filemanager/connectors/asp/con… 55 SendError 1, "The """ & sCommand & """ command isn't allowed" 60 SendError 1, "The """ & sResourceType & """ resource type isn't allowed"
|
H A D | commands.asp | 37 SendError 102, currentFolder 62 SendError 102, currentFolder
|
H A D | basexml.asp | 52 Sub SendError( number, text ) subroutine
|
H A D | io.asp | 108 SendError sErrorNumber, "CreateServerFolder(" & folderPath & ") : " & sErrDescription 176 SendError 102, ""
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
H A D | cf_connector.cfm | 40 …<cfset SendError( 1, 'This connector is disabled. Please check the "editor/filemanager/connectors/… 61 <cfset SendError( 1, "The """ & sCommand & """ command isn't allowed" ) > 66 <cfset SendError( 1, 'Invalid type specified' ) >
|
H A D | cf_basexml.cfm | 48 <cffunction name="SendError" returntype="void" output="true">
|