Home
last modified time | relevance | path

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

/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/static/htdocs/applets/FCKeditor/editor/filemanager/connectors/php/
H A Dupload.php49 if ( ! IsAllowedCommand( $sCommand ) )
H A Dconnector.php53 if ( ! IsAllowedCommand( $sCommand ) )
H A Dio.php216 function IsAllowedCommand( $sCommand ) function
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/filemanagerdol/connectors/php/
H A Dupload.php55 if (!IsAllowedCommand($sCommand))
H A Dconnector.php57 if (!IsAllowedCommand($sCommand))
H A Dio.php294 function IsAllowedCommand($sCommand) function
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/filemanagerdol/connectors/php/
H A Dupload.php56 if (!IsAllowedCommand($sCommand)) {
H A Dconnector.php59 if (!IsAllowedCommand($sCommand)) {
H A Dio.php300 function IsAllowedCommand($sCommand) function
/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/static/htdocs/applets/FCKeditor/editor/filemanager/connectors/asp/
H A Dupload.asp54 if ( Not IsAllowedCommand( sCommand ) ) then
H A Dio.asp164 Function IsAllowedCommand( sCommand ) function
171 IsAllowedCommand = oRE.Test( sCommand )
H A Dconnector.asp54 if ( Not IsAllowedCommand( sCommand ) ) then
/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/static/htdocs/applets/FCKeditor/editor/filemanager/connectors/cfm/
H A Dcf_upload.cfm62 <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">