Home
last modified time | relevance | path

Searched refs:IsAllowedType (Results 1 – 16 of 16) sorted by relevance

/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/static/htdocs/applets/FCKeditor/editor/filemanager/connectors/php/
H A Dupload.php53 if ( !IsAllowedType( $sType ) )
H A Dconnector.php57 if ( !IsAllowedType( $sResourceType ) )
H A Dio.php207 function IsAllowedType( $resourceType ) function
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/filemanagerdol/connectors/php/
H A Dupload.php59 if (!IsAllowedType($sType))
H A Dconnector.php62 if (!IsAllowedType($sResourceType))
H A Dio.php279 function IsAllowedType($resourceType) function
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/filemanagerdol/connectors/php/
H A Dupload.php61 if (!IsAllowedType($sType)) {
H A Dconnector.php63 if (!IsAllowedType($sResourceType)) {
H A Dio.php284 function IsAllowedType($resourceType) function
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Xaml/System.Xaml/
H A DXamlObjectWriter.cs532 if (IsAllowedType (xt, value)) in DoGetCorrectlyTypedValue()
552 bool IsAllowedType (XamlType xt, object value) in IsAllowedType() method in Mono.Xaml.XamlObjectWriterInternal
558 xt.IsMarkupExtension && IsAllowedType (xt.MarkupExtensionReturnType, value); in IsAllowedType()
/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/static/htdocs/applets/FCKeditor/editor/filemanager/connectors/asp/
H A Dupload.asp59 if ( Not IsAllowedType( sResourceType ) ) Then
H A Dio.asp152 Function IsAllowedType( resourceType ) function
159 IsAllowedType = oRE.Test( resourceType )
H A Dconnector.asp59 if ( Not IsAllowedType( sResourceType ) ) Then
/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/static/htdocs/applets/FCKeditor/editor/filemanager/connectors/cfm/
H A Dcf_upload.cfm67 <cfif not IsAllowedType( sType )>
H A Dcf_connector.cfm65 <cfif not IsAllowedType( sResourceType ) >
H A Dcf_io.cfm157 <cffunction name="IsAllowedType" returntype="boolean" output="false">