Home
last modified time | relevance | path

Searched defs:adapterType (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Http/Validation/Providers/
H A DDataAnnotationsModelValidatorProvider.cs80 public void RegisterAdapter(Type attributeType, Type adapterType) in RegisterAdapter()
97 public void RegisterDefaultAdapter(Type adapterType) in RegisterDefaultAdapter()
114 …private static ConstructorInfo GetAttributeAdapterConstructor(Type attributeType, Type adapterType) in GetAttributeAdapterConstructor()
125 private static void ValidateAttributeAdapterType(Type adapterType) in ValidateAttributeAdapterType()
170 public void RegisterValidatableObjectAdapter(Type modelType, Type adapterType) in RegisterValidatableObjectAdapter()
198 public void RegisterDefaultValidatableObjectAdapter(Type adapterType) in RegisterDefaultValidatableObjectAdapter()
219 private static ConstructorInfo GetValidatableAdapterConstructor(Type adapterType) in GetValidatableAdapterConstructor()
230 private static void ValidateValidatableAdapterType(Type adapterType) in ValidateValidatableAdapterType()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/ModelBinding/
H A DDataAnnotationsModelValidatorProvider.cs120 public static void RegisterAdapter(Type attributeType, Type adapterType) { in RegisterAdapter()
151 public static void RegisterDefaultAdapter(Type adapterType) { in RegisterDefaultAdapter()
166 …ivate static ConstructorInfo GetAttributeAdapterConstructor(Type attributeType, Type adapterType) { in GetAttributeAdapterConstructor()
185 private static void ValidateAttributeAdapterType(Type adapterType) { in ValidateAttributeAdapterType()
235 public static void RegisterValidatableObjectAdapter(Type modelType, Type adapterType) { in RegisterValidatableObjectAdapter()
277 public static void RegisterDefaultValidatableObjectAdapter(Type adapterType) { in RegisterDefaultValidatableObjectAdapter()
296 private static ConstructorInfo GetValidatableAdapterConstructor(Type adapterType) { in GetValidatableAdapterConstructor()
314 private static void ValidateValidatableAdapterType(Type adapterType) { in ValidateValidatableAdapterType()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Mvc3/Mvc/
H A DDataAnnotationsModelValidatorProvider.cs111 public static void RegisterAdapter(Type attributeType, Type adapterType) { in RegisterAdapter()
140 public static void RegisterDefaultAdapter(Type adapterType) { in RegisterDefaultAdapter()
155 …ivate static ConstructorInfo GetAttributeAdapterConstructor(Type attributeType, Type adapterType) { in GetAttributeAdapterConstructor()
174 private static void ValidateAttributeAdapterType(Type adapterType) { in ValidateAttributeAdapterType()
224 public static void RegisterValidatableObjectAdapter(Type modelType, Type adapterType) { in RegisterValidatableObjectAdapter()
264 public static void RegisterDefaultValidatableObjectAdapter(Type adapterType) { in RegisterDefaultValidatableObjectAdapter()
283 private static ConstructorInfo GetValidatableAdapterConstructor(Type adapterType) { in GetValidatableAdapterConstructor()
301 private static void ValidateValidatableAdapterType(Type adapterType) { in ValidateValidatableAdapterType()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Mvc/
H A DDataAnnotationsModelValidatorProvider.cs120 public static void RegisterAdapter(Type attributeType, Type adapterType) in RegisterAdapter()
155 public static void RegisterDefaultAdapter(Type adapterType) in RegisterDefaultAdapter()
172 …private static ConstructorInfo GetAttributeAdapterConstructor(Type attributeType, Type adapterType) in GetAttributeAdapterConstructor()
191 private static void ValidateAttributeAdapterType(Type adapterType) in ValidateAttributeAdapterType()
246 public static void RegisterValidatableObjectAdapter(Type modelType, Type adapterType) in RegisterValidatableObjectAdapter()
292 public static void RegisterDefaultValidatableObjectAdapter(Type adapterType) in RegisterDefaultValidatableObjectAdapter()
313 private static ConstructorInfo GetValidatableAdapterConstructor(Type adapterType) in GetValidatableAdapterConstructor()
331 private static void ValidateValidatableAdapterType(Type adapterType) in ValidateValidatableAdapterType()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DAdapter.java45 public final ClassDeclT adapterType; field in Adapter
71 public Adapter(ClassDeclT adapterType,Navigator<TypeT,ClassDeclT,?,?> nav) { in Adapter() argument
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DAdapter.java45 public final ClassDeclT adapterType; field in Adapter
71 public Adapter(ClassDeclT adapterType,Navigator<TypeT,ClassDeclT,?,?> nav) { in Adapter() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/android/api/org/webrtc/
H A DIceCandidate.java26 public final PeerConnection.AdapterType adapterType; field in IceCandidate
38 PeerConnection.AdapterType adapterType) { in IceCandidate()
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/android/api/org/webrtc/
H A DIceCandidate.java26 public final PeerConnection.AdapterType adapterType; field in IceCandidate
38 PeerConnection.AdapterType adapterType) { in IceCandidate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/android/api/org/webrtc/
H A DIceCandidate.java26 public final PeerConnection.AdapterType adapterType; field in IceCandidate
38 PeerConnection.AdapterType adapterType) { in IceCandidate()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/src/org/eclipse/e4/core/internal/services/
H A DEclipseAdapter.java23 public <T> T adapt(Object element, Class<T> adapterType) { in adapt()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/src/org/eclipse/e4/core/services/adapter/
H A DAdapter.java22 public abstract <T> T adapt(Object element, Class<T> adapterType); in adapt()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/tests/org.eclipse.core.expressions.tests/src/org/eclipse/core/internal/expressions/tests/
H A DAdaptableAdaptee.java26 public <T> T getAdapter(Class<T> adapterType) { in getAdapter()
H A DCollectionAdapterFactory.java28 public <T> T getAdapter(final Object adaptableObject, Class<T> adapterType) { in getAdapter()
H A DTestAdapterFactory.java21 public <T> T getAdapter(Object adaptableObject, Class<T> adapterType) { in getAdapter()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/adaptable/
H A DTestAdapterFactory.java23 public <T> T getAdapter(Object adaptableObject, Class<T> adapterType) { in getAdapter()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/
H A DDebugUIAdapterFactory.java33 public <T> T getAdapter(Object obj, Class<T> adapterType) { in getAdapter()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/mapping/
H A DResourceAdapterFactory.java28 public <T> T getAdapter(Object adaptableObject, Class<T> adapterType) { in getAdapter()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/
H A DAdapterFactory.java26 public <T> T getAdapter(final Object adaptableObject, Class<T> adapterType) { in getAdapter()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/sourcelookup/
H A DSourceContainerAdapterFactory.java27 public <T> T getAdapter(Object adaptableObject, Class<T> adapterType) { in getAdapter()
H A DSourceElementAdapterFactory.java27 public <T> T getAdapter(Object adaptableObject, Class<T> adapterType) { in getAdapter()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/
H A DActionFilterAdapterFactory.java30 public <T> T getAdapter(Object obj, Class<T> adapterType) { in getAdapter()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/model/
H A DFileInputAdapterFactory.java32 public <T> T getAdapter(Object adaptableObject, Class<T> adapterType) { in getAdapter()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/
H A DIAdapterFactory.java44 public <T> T getAdapter(Object adaptableObject, Class<T> adapterType); in getAdapter()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/workbench/
H A DTabbedPropertySheetAdapterFactory.java33 public <T> T getAdapter(Object adaptableObject, Class<T> adapterType) { in getAdapter()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/classpath/
H A DClasspathEntryAdapterFactory.java29 public <T> T getAdapter(Object adaptableObject, Class<T> adapterType) { in getAdapter()

1234567