Home
last modified time | relevance | path

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

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