Home
last modified time | relevance | path

Searched defs:entity_id (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/dports/devel/entt/entt-3.8.1/test/example/
H A Dcustom_identifier.cpp6 struct entity_id { struct
10 constexpr entity_id(entity_type value = null) ENTT_NOEXCEPT in entity_id() argument
14 constexpr entity_id(const entity_id &other) ENTT_NOEXCEPT in entity_id() function
27 entt::basic_registry<entity_id> registry{}; in TEST() argument
/dports/sysutils/ipmitool/ipmitool-1.8.18/include/ipmitool/
H A Dipmi_entity.h39 struct entity_id { struct
40 uint8_t id; /* physical entity id */
42 uint8_t logical : 1; /* physical/logical */
43 uint8_t instance : 7; /* instance number */
45 uint8_t instance : 7; /* instance number */
46 uint8_t logical : 1; /* physical/logical */
/dports/www/kanboard/kanboard-1.2.21/app/Model/
H A DMetadataModel.php40 public function getAll($entity_id)
58 public function get($entity_id, $name, $default = '')
75 public function exists($entity_id, $name)
92 public function save($entity_id, array $values)
133 public function remove($entity_id, $name)
/dports/security/py-pysaml24/pysaml2-4.9.0/src/saml2/
H A Dmdstore.py337 def bindings(self, entity_id, typ, service): argument
379 def entity_categories(self, entity_id): argument
810 def sha1_entity_transform(entity_id): argument
1046 def extension(self, entity_id, typ, service): argument
1210 def name(self, entity_id, langpref="en"): argument
1216 def vo_members(self, entity_id): argument
1220 def entity_categories(self, entity_id): argument
1233 def supported_entity_categories(self, entity_id): argument
1246 def entity_attributes(self, entity_id): argument
1295 def mdui_uiinfo(self, entity_id): argument
[all …]
H A Dmcache.py87 def get(self, subject_id, entity_id, check_not_on_or_after=True): argument
94 def set(self, subject_id, entity_id, info, timestamp=0): argument
124 def reset(self, subject_id, entity_id): argument
153 def active(self, subject_id, entity_id): argument
183 def update(self, subject_id, entity_id, ava): argument
193 def valid_to(self, subject_id, entity_id, newtime): argument
H A Dmdbcache.py99 def get(self, subject_id, entity_id, check_not_on_or_after=True): argument
107 def set(self, subject_id, entity_id, info, timestamp=0): argument
129 def reset(self, subject_id, entity_id): argument
158 def active(self, subject_id, entity_id): argument
184 def update(self, subject_id, entity_id, ava): argument
193 def valid_to(self, subject_id, entity_id, newtime): argument
H A Ddiscovery.py70 entity_id=None, **kwargs): argument
86 def verify_sp_in_metadata(self, entity_id): argument
94 def verify_return(self, entity_id, return_url): argument
/dports/security/py-pysaml26/pysaml2-6.5.2/src/saml2/
H A Dmdstore.py416 def bindings(self, entity_id, typ, service): argument
458 def entity_categories(self, entity_id): argument
884 def sha1_entity_transform(entity_id): argument
1316 def name(self, entity_id, langpref="en"): argument
1322 def vo_members(self, entity_id): argument
1326 def entity_categories(self, entity_id): argument
1361 def entity_attributes(self, entity_id): argument
1390 def supported_algorithms(self, entity_id): argument
1420 def registration_info(self, entity_id): argument
1521 def mdui_uiinfo(self, entity_id): argument
[all …]
H A Dmdbcache.py99 def get(self, subject_id, entity_id, check_not_on_or_after=True): argument
107 def set(self, subject_id, entity_id, info, timestamp=0): argument
131 def reset(self, subject_id, entity_id): argument
160 def active(self, subject_id, entity_id): argument
186 def update(self, subject_id, entity_id, ava): argument
195 def valid_to(self, subject_id, entity_id, newtime): argument
H A Dmcache.py87 def get(self, subject_id, entity_id, check_not_on_or_after=True): argument
94 def set(self, subject_id, entity_id, info, timestamp=0): argument
124 def reset(self, subject_id, entity_id): argument
153 def active(self, subject_id, entity_id): argument
183 def update(self, subject_id, entity_id, ava): argument
193 def valid_to(self, subject_id, entity_id, newtime): argument
H A Ddiscovery.py77 entity_id=None, **kwargs): argument
93 def verify_sp_in_metadata(self, entity_id): argument
101 def verify_return(self, entity_id, return_url): argument
/dports/security/py-pysaml2/pysaml2-7.1.0/src/saml2/
H A Dmdstore.py416 def bindings(self, entity_id, typ, service): argument
458 def entity_categories(self, entity_id): argument
887 def sha1_entity_transform(entity_id): argument
1317 def name(self, entity_id, langpref="en"): argument
1323 def vo_members(self, entity_id): argument
1327 def entity_categories(self, entity_id): argument
1362 def entity_attributes(self, entity_id): argument
1391 def supported_algorithms(self, entity_id): argument
1421 def registration_info(self, entity_id): argument
1522 def mdui_uiinfo(self, entity_id): argument
[all …]
H A Dmcache.py87 def get(self, subject_id, entity_id, check_not_on_or_after=True): argument
94 def set(self, subject_id, entity_id, info, timestamp=0): argument
124 def reset(self, subject_id, entity_id): argument
153 def active(self, subject_id, entity_id): argument
183 def update(self, subject_id, entity_id, ava): argument
193 def valid_to(self, subject_id, entity_id, newtime): argument
H A Dmdbcache.py99 def get(self, subject_id, entity_id, check_not_on_or_after=True): argument
107 def set(self, subject_id, entity_id, info, timestamp=0): argument
131 def reset(self, subject_id, entity_id): argument
160 def active(self, subject_id, entity_id): argument
186 def update(self, subject_id, entity_id, ava): argument
195 def valid_to(self, subject_id, entity_id, newtime): argument
H A Ddiscovery.py77 entity_id=None, **kwargs): argument
93 def verify_sp_in_metadata(self, entity_id): argument
101 def verify_return(self, entity_id, return_url): argument
H A Dcache.py90 def get(self, name_id, entity_id, check_not_on_or_after=True): argument
111 def set(self, name_id, entity_id, info, not_on_or_after=0): argument
137 def reset(self, name_id, entity_id): argument
162 def active(self, name_id, entity_id): argument
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/workers/bulk_imports/
H A Dentity_worker.rb18 def perform(entity_id, current_stage = nil) argument
47 def stage_running?(entity_id, stage) argument
53 def next_pipeline_trackers_for(entity_id) argument
/dports/www/drupal8/drupal-8.9.20/core/modules/quickedit/tests/src/FunctionalJavascript/
H A DQuickEditJavascriptTestBase.php49 protected function startQuickEditViaToolbar($entity_type_id, $entity_id, $entity_instance_id) {
127 protected function awaitQuickEditForEntity($entity_type_id, $entity_id) {
149 …protected function awaitEntityInstanceFieldState($entity_type_id, $entity_id, $entity_instance_id,…
219 …protected function assertEntityInstanceFieldStates($entity_type_id, $entity_id, $entity_instance_i…
257 …protected function assertEntityInstanceFieldMarkup($entity_type_id, $entity_id, $entity_instance_i…
/dports/www/drupal9/drupal-9.2.10/core/modules/quickedit/tests/src/FunctionalJavascript/
H A DQuickEditJavascriptTestBase.php49 protected function startQuickEditViaToolbar($entity_type_id, $entity_id, $entity_instance_id) {
127 protected function awaitQuickEditForEntity($entity_type_id, $entity_id) {
149 …protected function awaitEntityInstanceFieldState($entity_type_id, $entity_id, $entity_instance_id,…
222 …protected function assertEntityInstanceFieldStates($entity_type_id, $entity_id, $entity_instance_i…
/dports/www/limesurvey/limesurvey/application/models/
H A DSettingsUser.php80 …atic function setUserSetting($stg_name, $stg_value, $uid = null, $entity = null, $entity_id = null)
110 public static function getUserSetting($stg_name, $uid = null, $entity = null, $entity_id = null)
150 …public static function getUserSettingValue($stg_name, $uid = null, $entity = null, $entity_id = nu…
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-raknet.c90 static int hf_raknet_cookie = -1;
91 static int hf_raknet_client_wrote_challenge = -1;
111 static int hf_raknet_packet_number_max = -1;
138 static reassembly_table raknet_reassembly_table;
162 &hf_raknet_fragment_multiple_tails,
/dports/devel/py-oci/oci-2.53.1/src/oci/service_catalog/models/
H A Dcreate_service_catalog_association_details.py75 def entity_id(self): member in CreateServiceCatalogAssociationDetails
87 def entity_id(self, entity_id): member in CreateServiceCatalogAssociationDetails
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/src/libmpg123/
H A Dlayer3.c61 unsigned scalefac_compress;
97 { /* MPEG 1.0 */
98 {0,4,8,12,16,20,24,30,36,44,52,62,74, 90,110,134,162,196,238,288,342,418,576},
222 tfcos12[i] = DOUBLE_TO_REAL(0.5 / cos ( M_PI * (double) (i*2+1) / 12.0 ));
/dports/devel/py-oci/oci-2.53.1/src/oci/log_analytics/models/
H A Dlog_analytics_config_work_request_payload.py82 def entity_id(self): member in LogAnalyticsConfigWorkRequestPayload
94 def entity_id(self, entity_id): argument
/dports/net-mgmt/observium/observium/includes/
H A Dentities.inc.php28 function get_entity_attrib($entity_type, $entity_id, $attrib_type)
59 function get_entity_attribs($entity_type, $entity_id)
94 function set_entity_attrib($entity_type, $entity_id, $attrib_type, $attrib_value, $device_id = NULL)
150 function del_entity_attrib($entity_type, $entity_id, $attrib_type)
709 function get_entity_by_id_cache($entity_type, $entity_id)
1257 function is_entity_permitted($entity_id, $entity_type, $device_id = NULL, $permissions = NULL)
1537 function get_entity_rrd_by_id($entity_type, $entity_id)

12345678910>>...15