Home
last modified time | relevance | path

Searched defs:entityType (Results 1 – 25 of 702) sorted by relevance

12345678910>>...29

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DynamicData/UI/
H A DDataControlExtensions.cs10 …public static void EnableDynamicData(this INamingContainer control, Type entityType, object defaul… in EnableDynamicData()
16 …public static void EnableDynamicData(this INamingContainer control, Type entityType, IDictionary<s… in EnableDynamicData()
22 public static void EnableDynamicData(this INamingContainer control, Type entityType) { in EnableDynamicData()
28 private static MetaTable GetTableFromCache(Type entityType) { in GetTableFromCache()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/test/java/org/apache/hadoop/yarn/server/timeline/
H A DTimelineStoreTestUtils.java432 protected List<TimelineEntity> getEntities(String entityType) in getEntities()
439 String entityType, NameValuePair primaryFilter) throws IOException { in getEntitiesWithPrimaryFilter()
444 protected List<TimelineEntity> getEntitiesFromId(String entityType, in getEntitiesFromId()
450 protected List<TimelineEntity> getEntitiesFromTs(String entityType, in getEntitiesFromTs()
457 String entityType, NameValuePair primaryFilter, String fromId) in getEntitiesFromIdWithPrimaryFilter()
464 String entityType, NameValuePair primaryFilter, long fromTs) in getEntitiesFromTsWithPrimaryFilter()
477 String entityType, Long windowEnd, String fromId, in getEntitiesFromIdWithPrimaryFilterAndWindow()
483 protected List<TimelineEntity> getEntitiesWithFilters(String entityType, in getEntitiesWithFilters()
490 protected List<TimelineEntity> getEntities(String entityType, Long limit, in getEntities()
851 protected static void verifyEntityInfo(String entityId, String entityType, in verifyEntityInfo()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DynamicData/DynamicData/ModelProviders/
H A DEFDataModelProvider.cs85 internal Type GetClrType(EdmType entityType) { in GetClrType()
96 private Type GetClrType(EntityType entityType) { in GetClrType()
101 private TableProvider CreateTableProvider(EntitySet entitySet, EntityType entityType) { in CreateTableProvider()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Metadata/
H A DMappingMetadataHelper.cs24 …n mappingCollection, EntityContainer container, EntitySetBase entitySet, EntityTypeBase entityType) in GetMappingsForEntitySetAndType()
58 …Collection, EntityContainer container, EntitySetBase entitySet, EntityTypeBase entityType, EntityT… in GetIsTypeOfMappingsForEntitySetAndType()
69 …n mappingCollection, EntityContainer container, EntitySetBase entitySet, EntityTypeBase entityType) in GetModificationFunctionMappingsForEntitySetAndType()
/dports/www/thirtybees/thirtybees-1.1.0/classes/
H A DPageCache.php137 …atic function cacheKey($key, $idCurrency, $idLanguage, $idCountry, $idShop, $entityType, $idEntity)
170 public static function invalidateEntity($entityType, $idEntity = null)
257 protected static function getKeysToInvalidate($entityType, $idEntity = null)
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/core/rp/searchindex/
H A DSearchIndexEntry.java25 private final char entityType; field in SearchIndexEntry
41 public SearchIndexEntry(String searchTerm, char entityType, String entityName, int searchScore) { in SearchIndexEntry()
61 …public SearchIndexEntry(String searchTerm, char entityType, String entityName, int searchScore, in… in SearchIndexEntry()
H A DSearchIndexEntryType.java37 private char entityType; field in SearchIndexEntryType
40 private SearchIndexEntryType(char entityType, int minorScore) { in SearchIndexEntryType()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Services.Client/Client/System/Data/Services/Client/Binding/
H A DBindingEntityInfo.cs48 internal static IList<BindingPropertyInfo> GetObservableProperties(Type entityType) in GetObservableProperties()
53 internal static ClientType GetClientType(Type entityType) in GetClientType()
196 private static BindingEntityInfoPerType GetBindingEntityInfoFor(Type entityType) in GetBindingEntityInfoFor()
283 private static string GetEntitySetAttribute(Type entityType) in GetEntitySetAttribute()
/dports/net-im/ktp-common-internals/ktp-common-internals-21.12.3/KTp/Logger/
H A Dlog-entity.cpp60 Tp::HandleType entityType; member in LogEntity::Private
65 LogEntity::LogEntity(Tp::HandleType entityType, const QString& id, const QString& alias): in LogEntity()
110 Tp::HandleType LogEntity::entityType() const in entityType() function in LogEntity
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/
H A DGoogleCloudDialogflowV2AnnotatedMessagePart.php20 public $entityType; variable in Google_Service_Dialogflow_GoogleCloudDialogflowV2AnnotatedMessagePart
24 public function setEntityType($entityType)
H A DGoogleCloudDialogflowV2beta1AnnotatedMessagePart.php20 public $entityType; variable in Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1AnnotatedMessagePart
24 public function setEntityType($entityType)
H A DGoogleCloudDialogflowV2beta1IntentTrainingPhrasePart.php21 public $entityType; variable in Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart
33 public function setEntityType($entityType)
H A DGoogleCloudDialogflowCxV3IntentParameter.php20 public $entityType; variable in Google_Service_Dialogflow_GoogleCloudDialogflowCxV3IntentParameter
25 public function setEntityType($entityType)
H A DGoogleCloudDialogflowCxV3beta1IntentParameter.php20 public $entityType; variable in Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1IntentParameter
25 public function setEntityType($entityType)
H A DGoogleCloudDialogflowV2IntentTrainingPhrasePart.php21 public $entityType; variable in Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentTrainingPhrasePart
33 public function setEntityType($entityType)
/dports/www/thirtybees/thirtybees-1.1.0/modules/thememanager/
H A Dthememanager.php217 private function getCustomTemplate($entityType, $entityId)
239 private function updateTemplate($entityType, $entityId, $template)
261 private function displayTemplateForm($entityType)
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/main/java/org/apache/hadoop/yarn/server/timeline/
H A DTimelineReader.java107 TimelineEntities getEntities(String entityType, in getEntities()
128 TimelineEntity getEntity(String entityId, String entityType, EnumSet<Field> in getEntity()
155 TimelineEvents getEntityTimelines(String entityType, in getEntityTimelines()
H A DLeveldbTimelineStore.java345 public TimelineEntity getEntity(String entityId, String entityType, in getEntity()
465 public TimelineEvents getEntityTimelines(String entityType, in getEntityTimelines()
551 public TimelineEntities getEntities(String entityType, in getEntities()
590 String entityType, Long limit, Long starttime, Long endtime, in getEntityByTime()
972 private byte[] getStartTime(String entityId, String entityType) in getStartTime()
986 private Long getStartTimeLong(String entityId, String entityType) in getStartTimeLong()
1028 String entityType, Long startTime, List<TimelineEvent> events) in getAndSetStartTime()
1109 String entityType) throws IOException { in createStartTimeLookupKey()
1119 String entityType, byte[] revStartTime) throws IOException { in createEntityMarkerKey()
1266 String entityType, byte[] revStartTime) throws IOException { in createDomainIdKey()
[all …]
/dports/textproc/xp/com/jclark/xml/parse/
H A DDTD.java46 Entity getEntity(byte entityType, String name); in getEntity()
56 Enumeration entityNames(byte entityType); in entityNames()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Dialogflow/
H A DGoogleCloudDialogflowV2IntentTrainingPhrasePart.php21 public $entityType; variable in Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentTrainingPhrasePart
33 public function setEntityType($entityType)
H A DGoogleCloudDialogflowV2beta1IntentTrainingPhrasePart.php21 public $entityType; variable in Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart
33 public function setEntityType($entityType)
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/lib/authorization/manager/
H A DAbstractUserRoleManager.php52 …public abstract function getAccessibleEntities($entityType, $operation = null, $returnType = null,
55 …public abstract function getAccessibleEntityIds($entityType, $operation = null, $returnType = null,
58 public abstract function isEntityAccessible($entityType, $entityId, $operation = null,
61 public abstract function areEntitiesAccessible($entityType, $entityIds, $operation = null,
64 public abstract function getAccessibleEntityProperties($entityType, $properties = array(),
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/ViewGeneration/Validation/
H A DExtentKey.cs50 … internal static List<ExtentKey> GetKeysForEntityType(MemberPath prefix, EntityType entityType) in GetKeysForEntityType()
63 … internal static ExtentKey GetPrimaryKeyForEntityType(MemberPath prefix, EntityType entityType) in GetPrimaryKeyForEntityType()
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/test/authorization/service/
H A DUserRoleManagerServiceTest.php171 public function getAccessibleEntities($entityType, $operation = null, $returnType = null,
203 public function areEntitiesAccessible($entityType, $entityIds, $operation = null,
208 public function isEntityAccessible($entityType, $entityId, $operation = null,
213 public function getAccessibleEntityIds($entityType, $operation = null,
231 …public function getAccessibleEntityProperties($entityType, $properties = array(), $orderField = nu…
/dports/emulators/tpm-emulator/tpm_emulator-0.7.4/tpm/
H A Dtpm_authorization.c31 TPM_ENTITY_TYPE entityType, UINT32 encDataSize, in TPM_ChangeAuth()
105 TPM_ENTITY_TYPE entityType, TPM_AUTH *auth1) in TPM_ChangeAuthOwner()
168 TPM_RESULT TPM_OSAP(TPM_ENTITY_TYPE entityType, UINT32 entityValue, in TPM_OSAP()
242 TPM_RESULT TPM_DSAP(TPM_ENTITY_TYPE entityType, TPM_KEY_HANDLE keyHandle, in TPM_DSAP()
377 TPM_RESULT TPM_SetOwnerPointer(TPM_ENTITY_TYPE entityType, UINT32 entityValue) in TPM_SetOwnerPointer()

12345678910>>...29