Home
last modified time | relevance | path

Searched refs:IsAllowedExt (Results 1 – 11 of 11) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dio.asp116 Function IsAllowedExt( extension, resourceType ) function
126 IsAllowedExt = True
130 IsAllowedExt = Not oRE.Test( extension )
133 If IsAllowedExt And sAllowed <> "" Then
135 IsAllowedExt = oRE.Test( extension )
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php202 if ( !$sErrorNumber && IsAllowedExt( $sExtension, $resourceType ) )
H A Dio.php176 function IsAllowedExt( $sExtension, $resourceType ) function
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dio.php194 function IsAllowedExt( $sExtension, $resourceType ) function
H A Dcommands.php655 if ( !$sErrorNumber && IsAllowedExt( $sExtension, $resourceType ) )
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php192 function IsAllowedExt( $sExtension, $resourceType ) function
H A Dcommands.php639 if ( !$sErrorNumber && IsAllowedExt( $sExtension, $resourceType ) )
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dio.php194 function IsAllowedExt( $sExtension, $resourceType ) function
H A Dcommands.php650 if ( !$sErrorNumber && IsAllowedExt( $sExtension, $resourceType ) )
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_commands.cfm73 <cfif not IsAllowedExt( CFFILE.ClientFileExt, ARGUMENTS.resourceType )>
H A Dcf_io.cfm138 <cffunction name="IsAllowedExt" returntype="boolean" output="false">