Home
last modified time | relevance | path

Searched refs:IsAllowedCommand (Results 1 – 18 of 18) sorted by relevance

/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
Dupload.php50 if ( ! IsAllowedCommand( $sCommand ) )
Dconnector.php62 if ( ! IsAllowedCommand( $sCommand ) )
Dio.php217 function IsAllowedCommand( $sCommand ) function
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
Dupload.php51 if ( ! IsAllowedCommand( $sCommand ) )
Dconnector.php68 if ( ! IsAllowedCommand( $sCommand ) )
Dio.php219 function IsAllowedCommand( $sCommand ) function
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
Dupload.php49 if ( ! IsAllowedCommand( $sCommand ) )
Dconnector.php53 if ( ! IsAllowedCommand( $sCommand ) )
Dio.php201 function IsAllowedCommand( $sCommand ) function
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
Dupload.php51 if ( ! IsAllowedCommand( $sCommand ) )
Dconnector.php68 if ( ! IsAllowedCommand( $sCommand ) )
Dio.php219 function IsAllowedCommand( $sCommand ) function
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
Dupload.asp50 if ( Not IsAllowedCommand( sCommand ) ) then
Dio.asp153 Function IsAllowedCommand( sCommand ) function
160 IsAllowedCommand = oRE.Test( sCommand )
Dconnector.asp54 if ( Not IsAllowedCommand( sCommand ) ) then
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
Dcf_upload.cfm57 <cfif not IsAllowedCommand( sCommand )>
Dcf_connector.cfm60 <cfif not IsAllowedCommand( sCommand ) >
Dcf_io.cfm167 <cffunction name="IsAllowedCommand" returntype="boolean" output="true">