Searched refs:IsAllowedExt (Results 1 – 11 of 11) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/ |
H A D | io.asp | 116 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 D | commands.php | 202 if ( !$sErrorNumber && IsAllowedExt( $sExtension, $resourceType ) )
|
H A D | io.php | 176 function IsAllowedExt( $sExtension, $resourceType ) function
|
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/ |
H A D | io.php | 194 function IsAllowedExt( $sExtension, $resourceType ) function
|
H A D | commands.php | 655 if ( !$sErrorNumber && IsAllowedExt( $sExtension, $resourceType ) )
|
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/ |
H A D | io.php | 192 function IsAllowedExt( $sExtension, $resourceType ) function
|
H A D | commands.php | 639 if ( !$sErrorNumber && IsAllowedExt( $sExtension, $resourceType ) )
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
H A D | io.php | 194 function IsAllowedExt( $sExtension, $resourceType ) function
|
H A D | commands.php | 650 if ( !$sErrorNumber && IsAllowedExt( $sExtension, $resourceType ) )
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
H A D | cf_commands.cfm | 73 <cfif not IsAllowedExt( CFFILE.ClientFileExt, ARGUMENTS.resourceType )>
|
H A D | cf_io.cfm | 138 <cffunction name="IsAllowedExt" returntype="boolean" output="false">
|