Home
last modified time | relevance | path

Searched defs:entity (Results 1 – 25 of 3923) sorted by relevance

12345678910>>...157

/dports/www/erlang-mochiweb/mochiweb-2.18.0/src/
H A Dmochiweb_charref.erl54 entity("AMP") -> 16#00026; function
58 entity("Acy") -> 16#00410; function
59 entity("Afr") -> 16#1D504; function
63 entity("And") -> 16#02A53; function
65 entity("Aopf") -> 16#1D538; function
75 entity("Bcy") -> 16#00411; function
79 entity("Bfr") -> 16#1D505; function
87 entity("Cap") -> 16#022D2; function
97 entity("Cfr") -> 16#0212D; function
98 entity("Chi") -> 16#003A7; function
[all …]
/dports/benchmarks/tsung/tsung-1.7.0/src/lib/
H A Dmochiweb_charref.erl54 entity("AMP") -> 16#00026; function
58 entity("Acy") -> 16#00410; function
59 entity("Afr") -> 16#1D504; function
63 entity("And") -> 16#02A53; function
65 entity("Aopf") -> 16#1D538; function
75 entity("Bcy") -> 16#00411; function
79 entity("Bfr") -> 16#1D505; function
87 entity("Cap") -> 16#022D2; function
97 entity("Cfr") -> 16#0212D; function
98 entity("Chi") -> 16#003A7; function
[all …]
/dports/www/erlang-mochiweb-basho/mochiweb-4d38821/src/
H A Dmochiweb_charref.erl36 entity("AMP") -> 16#00026; function
40 entity("Acy") -> 16#00410; function
41 entity("Afr") -> 16#1D504; function
45 entity("And") -> 16#02A53; function
47 entity("Aopf") -> 16#1D538; function
50 entity("Ascr") -> 16#1D49C; function
57 entity("Bcy") -> 16#00411; function
61 entity("Bfr") -> 16#1D505; function
69 entity("Cap") -> 16#022D2; function
79 entity("Cfr") -> 16#0212D; function
[all …]
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/mochiweb/src/
H A Dmochiweb_charref.erl54 entity("AMP") -> 16#00026; function
58 entity("Acy") -> 16#00410; function
59 entity("Afr") -> 16#1D504; function
63 entity("And") -> 16#02A53; function
65 entity("Aopf") -> 16#1D538; function
75 entity("Bcy") -> 16#00411; function
79 entity("Bfr") -> 16#1D505; function
87 entity("Cap") -> 16#022D2; function
97 entity("Cfr") -> 16#0212D; function
98 entity("Chi") -> 16#003A7; function
[all …]
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_01_dxf_entities/
H A Dtest_110_dxfentity.py23 def entity(): function
36 def test_init_with_tags(entity): argument
45 def test_invalid_dxf_attrib(entity): argument
50 def test_get_all_dxf_attribs(entity): argument
64 def test_write_r12_dxf(entity): argument
73 def test_write_latest_dxf(entity): argument
83 def test_is_alive(entity): argument
167 def entity(self): member in TestAppData
202 def entity(self): member in TestXData
210 def test_get_xdata(self, entity): argument
[all …]
H A Dtest_112_dxfgfx.py13 def entity(): function
17 def test_init_from_tags(entity): argument
21 def test_true_color(entity): argument
30 def test_color_name(entity): argument
35 def test_transparency(entity): argument
54 def test_aci_color_index_fixer(entity): argument
61 def test_lineweight_fixer(entity): argument
70 def test_is_linetype_validator_active(entity): argument
75 def test_is_layer_name_validator_active(entity): argument
80 def test_clone_graphical_entity(entity): argument
[all …]
H A Dtest_101_dxfnamespace.py27 def entity(): function
36 def test_handle_and_owner(entity, processor): argument
43 def test_default_values(entity, processor): argument
54 def test_get_value_with_default(entity, processor): argument
68 def test_set_values(entity, processor): argument
86 def test_value_types(entity, processor): argument
104 def test_delete_attribs(entity, processor): argument
119 def test_is_supported(entity, processor): argument
126 def test_dxftype(entity, processor): argument
131 def test_cloning(entity, processor): argument
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq/Data/Linq/Implementation/
H A DMemberModificationHandler.cs135 private static bool IsNotifying(object entity) in IsNotifying()
146 public void Register(object entity, MetaModel metaModel) in Register()
228 public void Unregister(object entity) in Unregister()
255 private void UnregisterNotification(object entity) in UnregisterNotification()
278 private void SetPropertyChanged(object entity, string propertyName) in SetPropertyChanged()
298 public bool IsModified(object entity, MetaModel metaModel) in IsModified()
315 private bool IsNotifyingModified(object entity) in IsNotifyingModified()
344 private bool IsRawModified(object entity, MetaModel metaModel) in IsRawModified()
452 public void ClearModified(object entity, MetaModel metaModel) in ClearModified()
464 private void ClearNotifyingModified(object entity) in ClearNotifyingModified()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/scheduler/
H A Dsched_entity.c53 int drm_sched_entity_init(struct drm_sched_entity *entity, in drm_sched_entity_init()
96 void drm_sched_entity_modify_sched(struct drm_sched_entity *entity, in drm_sched_entity_modify_sched()
114 static bool drm_sched_entity_is_idle(struct drm_sched_entity *entity) in drm_sched_entity_is_idle()
132 bool drm_sched_entity_is_ready(struct drm_sched_entity *entity) in drm_sched_entity_is_ready()
261 void drm_sched_entity_fini(struct drm_sched_entity *entity) in drm_sched_entity_fini()
304 void drm_sched_entity_destroy(struct drm_sched_entity *entity) in drm_sched_entity_destroy()
317 struct drm_sched_entity *entity = in drm_sched_entity_clear_dep() local
331 struct drm_sched_entity *entity = in drm_sched_entity_wakeup() local
346 void drm_sched_entity_set_priority(struct drm_sched_entity *entity, in drm_sched_entity_set_priority()
450 void drm_sched_entity_select_rq(struct drm_sched_entity *entity) in drm_sched_entity_select_rq()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/scheduler/
H A Dsched_entity.c53 int drm_sched_entity_init(struct drm_sched_entity *entity, in drm_sched_entity_init()
96 void drm_sched_entity_modify_sched(struct drm_sched_entity *entity, in drm_sched_entity_modify_sched()
114 static bool drm_sched_entity_is_idle(struct drm_sched_entity *entity) in drm_sched_entity_is_idle()
132 bool drm_sched_entity_is_ready(struct drm_sched_entity *entity) in drm_sched_entity_is_ready()
261 void drm_sched_entity_fini(struct drm_sched_entity *entity) in drm_sched_entity_fini()
304 void drm_sched_entity_destroy(struct drm_sched_entity *entity) in drm_sched_entity_destroy()
317 struct drm_sched_entity *entity = in drm_sched_entity_clear_dep() local
331 struct drm_sched_entity *entity = in drm_sched_entity_wakeup() local
346 void drm_sched_entity_set_priority(struct drm_sched_entity *entity, in drm_sched_entity_set_priority()
450 void drm_sched_entity_select_rq(struct drm_sched_entity *entity) in drm_sched_entity_select_rq()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/scheduler/
H A Dsched_entity.c53 int drm_sched_entity_init(struct drm_sched_entity *entity, in drm_sched_entity_init()
96 void drm_sched_entity_modify_sched(struct drm_sched_entity *entity, in drm_sched_entity_modify_sched()
114 static bool drm_sched_entity_is_idle(struct drm_sched_entity *entity) in drm_sched_entity_is_idle()
132 bool drm_sched_entity_is_ready(struct drm_sched_entity *entity) in drm_sched_entity_is_ready()
261 void drm_sched_entity_fini(struct drm_sched_entity *entity) in drm_sched_entity_fini()
304 void drm_sched_entity_destroy(struct drm_sched_entity *entity) in drm_sched_entity_destroy()
317 struct drm_sched_entity *entity = in drm_sched_entity_clear_dep() local
331 struct drm_sched_entity *entity = in drm_sched_entity_wakeup() local
346 void drm_sched_entity_set_priority(struct drm_sched_entity *entity, in drm_sched_entity_set_priority()
450 void drm_sched_entity_select_rq(struct drm_sched_entity *entity) in drm_sched_entity_select_rq()
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/io_import_dxf/dxfimport/
H A Dis_.py27 def mesh_entity(entity): argument
43 def curve_entity(entity): argument
54 def nurbs_entity(entity): argument
65 def text_entity(entity): argument
73 def insert_entity(entity): argument
81 def light_entity(entity): argument
89 def attrib(entity): argument
101 def _2D_entity(entity): argument
105 def varying_width(entity): argument
134 def combined_entity(entity): argument
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/orm/lib/Doctrine/ORM/
H A DUnitOfWork.php331 public function commit($entity = null)
526 public function getEntityChangeSet($entity)
1200 public function scheduleForInsert($entity)
1406 public function addToIdentityMap($entity)
1590 public function isInIdentityMap($entity)
1631 public function persist($entity)
1708 public function remove($entity)
1782 public function merge($entity)
1927 private function isLoaded($entity)
1971 public function detach($entity)
[all …]
H A DORMInvalidArgumentException.php35 static public function scheduleInsertForManagedEntity($entity)
45 static public function scheduleInsertForRemovedEntity($entity)
55 static public function scheduleInsertTwice($entity)
66 static public function entityWithoutIdentity($className, $entity)
79 static public function readOnlyRequiresManagedEntity($entity)
122 static public function entityNotManaged($entity)
134 static public function entityHasNoIdentity($entity, $operation)
145 static public function entityIsRemoved($entity, $operation)
156 static public function detachedEntityCannot($entity, $operation)
/dports/finance/prestashop/prestashop/vendor/doctrine/orm/lib/Doctrine/ORM/
H A DUnitOfWork.php334 public function commit($entity = null)
1309 public function scheduleForInsert($entity)
1360 public function scheduleForUpdate($entity)
1513 public function addToIdentityMap($entity)
1696 public function isInIdentityMap($entity)
1733 public function persist($entity)
1810 public function remove($entity)
1884 public function merge($entity)
2029 private function isLoaded($entity)
2075 public function detach($entity)
[all …]
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/entity/
H A DActionType.java30 public RPAction fillTargetInfo(final IEntity entity) { in fillTargetInfo()
38 public RPAction fillTargetInfo(final IEntity entity) { in fillTargetInfo()
48 public RPAction fillTargetInfo(final IEntity entity) { in fillTargetInfo()
55 public RPAction fillTargetInfo(final IEntity entity) { in fillTargetInfo()
66 public RPAction fillTargetInfo(final IEntity entity) { in fillTargetInfo()
74 public RPAction fillTargetInfo(final IEntity entity) { in fillTargetInfo()
82 public RPAction fillTargetInfo(final IEntity entity) { in fillTargetInfo()
90 public RPAction fillTargetInfo(final IEntity entity) { in fillTargetInfo()
144 public RPAction fillTargetInfo(IEntity entity) { in fillTargetInfo()
158 public RPAction fillTargetInfo(IEntity entity) { in fillTargetInfo()
[all …]
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/scripting/bindings/entity/
H A DScEntity.hpp43 auto entity = GetEntity(); in id_get() local
51 auto entity = GetEntity(); in type_get() local
98 auto entity = GetEntity(); in x_get() local
104 auto entity = GetEntity(); in x_set() local
114 auto entity = GetEntity(); in y_get() local
120 auto entity = GetEntity(); in y_set() local
130 auto entity = GetEntity(); in z_get() local
136 auto entity = GetEntity(); in z_set() local
146 auto entity = GetEntity(); in remove() local
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Entity/
H A Dentity.api.php922 function hook_entity_create(\Drupal\Core\Entity\EntityInterface $entity) {
937 function hook_ENTITY_TYPE_create(\Drupal\Core\Entity\EntityInterface $entity) {
1099 function hook_entity_presave(\Drupal\Core\Entity\EntityInterface $entity) {
1137 function hook_entity_insert(\Drupal\Core\Entity\EntityInterface $entity) {
1161 function hook_ENTITY_TYPE_insert(\Drupal\Core\Entity\EntityInterface $entity) {
1185 function hook_entity_update(\Drupal\Core\Entity\EntityInterface $entity) {
1209 function hook_ENTITY_TYPE_update(\Drupal\Core\Entity\EntityInterface $entity) {
1338 function hook_entity_predelete(\Drupal\Core\Entity\EntityInterface $entity) {
1398 function hook_entity_delete(\Drupal\Core\Entity\EntityInterface $entity) {
1417 function hook_ENTITY_TYPE_delete(\Drupal\Core\Entity\EntityInterface $entity) {
[all …]
/dports/audio/libmpdclient/libmpdclient-2.20/src/
H A Dentity.c72 mpd_entity_free(struct mpd_entity *entity) { in mpd_entity_free()
97 mpd_entity_get_type(const struct mpd_entity *entity) in mpd_entity_get_type()
105 mpd_entity_get_directory(const struct mpd_entity *entity) in mpd_entity_get_directory()
114 mpd_entity_get_song(const struct mpd_entity *entity) in mpd_entity_get_song()
123 mpd_entity_get_playlist(const struct mpd_entity *entity) in mpd_entity_get_playlist()
132 mpd_entity_feed_first(struct mpd_entity *entity, const struct mpd_pair *pair) in mpd_entity_feed_first()
159 struct mpd_entity *entity; in mpd_entity_begin() local
177 mpd_entity_feed(struct mpd_entity *entity, const struct mpd_pair *pair) in mpd_entity_feed()
212 struct mpd_entity *entity; in mpd_recv_entity() local
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Entity/
H A Dentity.api.php922 function hook_entity_create(\Drupal\Core\Entity\EntityInterface $entity) {
937 function hook_ENTITY_TYPE_create(\Drupal\Core\Entity\EntityInterface $entity) {
1099 function hook_entity_presave(Drupal\Core\Entity\EntityInterface $entity) {
1137 function hook_entity_insert(Drupal\Core\Entity\EntityInterface $entity) {
1161 function hook_ENTITY_TYPE_insert(Drupal\Core\Entity\EntityInterface $entity) {
1185 function hook_entity_update(Drupal\Core\Entity\EntityInterface $entity) {
1209 function hook_ENTITY_TYPE_update(Drupal\Core\Entity\EntityInterface $entity) {
1338 function hook_entity_predelete(Drupal\Core\Entity\EntityInterface $entity) {
1398 function hook_entity_delete(Drupal\Core\Entity\EntityInterface $entity) {
1417 function hook_ENTITY_TYPE_delete(Drupal\Core\Entity\EntityInterface $entity) {
[all …]
/dports/devel/libosinfo/libosinfo-1.9.0/osinfo/
H A Dosinfo_entity.c64 OsinfoEntity *entity = OSINFO_ENTITY(object); in osinfo_entity_set_property() local
85 OsinfoEntity *entity = OSINFO_ENTITY(object); in osinfo_entity_get_property() local
102 OsinfoEntity *entity = OSINFO_ENTITY(object); in osinfo_entity_finalize() local
148 osinfo_entity_init(OsinfoEntity *entity) in osinfo_entity_init()
289 void osinfo_entity_clear_param(OsinfoEntity *entity, const gchar *key) in osinfo_entity_clear_param()
305 const gchar *osinfo_entity_get_id(OsinfoEntity *entity) in osinfo_entity_get_id()
322 GList *osinfo_entity_get_param_keys(OsinfoEntity *entity) in osinfo_entity_get_param_keys()
405 gboolean osinfo_entity_get_param_value_boolean_with_default(OsinfoEntity *entity, in osinfo_entity_get_param_value_boolean_with_default()
431 gint64 osinfo_entity_get_param_value_int64(OsinfoEntity *entity, in osinfo_entity_get_param_value_int64()
454 gint64 osinfo_entity_get_param_value_int64_with_default(OsinfoEntity *entity, in osinfo_entity_get_param_value_int64_with_default()
[all …]
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/entities/
H A DEntities.cpp240 const EntityPtr& entity = find_entity(name); in get_entity() local
264 const EntityPtr& entity = it->second; in find_entity() local
298 const EntityPtr& entity = kvp.second; in get_entities_with_prefix() local
346 const EntityPtr& entity = kvp.second; in get_entities_with_prefix() local
382 for (const EntityPtr& entity: all_entities) { in has_entity_with_prefix() local
575 void Entities::bring_to_front(Entity& entity) { in bring_to_front()
586 void Entities::bring_to_back(Entity& entity) { in bring_to_back()
617 for (const EntityPtr& entity: all_entities) { in notify_map_starting() local
1010 void Entities::remove_entity(Entity& entity) { in remove_entity()
1035 const EntityPtr& entity = find_entity(name); in remove_entity() local
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq/Data/Linq/
H A DTable.cs168 void ITable.InsertOnSubmit(object entity) in ITable.InsertOnSubmit()
173 public void InsertOnSubmit(TEntity entity) in InsertOnSubmit()
207 void ITable.DeleteOnSubmit(object entity) in ITable.DeleteOnSubmit()
212 public void DeleteOnSubmit(TEntity entity) in DeleteOnSubmit()
234 void ITable.Attach(object entity) in ITable.Attach()
239 void ITable.Attach(object entity, object original) in ITable.Attach()
244 void ITable.Attach(object entity, bool asModified) in ITable.Attach()
265 public void Attach(TEntity entity) in Attach()
271 public void Attach(TEntity entity, bool asModified) in Attach()
296 public void Attach(TEntity entity, TEntity original) in Attach()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.MetadataTransform/src/ILCompiler/Metadata/
H A DTransform.Type.cs97 private void InitializeSzArray(Cts.ArrayType entity, TypeSpecification record) in InitializeSzArray()
105 private void InitializeArray(Cts.ArrayType entity, TypeSpecification record) in InitializeArray()
116 private void InitializeByRef(Cts.ByRefType entity, TypeSpecification record) in InitializeByRef()
124 private void InitializePointer(Cts.PointerType entity, TypeSpecification record) in InitializePointer()
132 … private void InitializeFunctionPointer(Cts.FunctionPointerType entity, TypeSpecification record) in InitializeFunctionPointer()
140 … private void InitializeTypeVariable(Cts.SignatureTypeVariable entity, TypeSpecification record) in InitializeTypeVariable()
148 …private void InitializeMethodVariable(Cts.SignatureMethodVariable entity, TypeSpecification record) in InitializeMethodVariable()
156 private void InitializeTypeInstance(Cts.TypeDesc entity, TypeSpecification record) in InitializeTypeInstance()
171 private TypeReference GetNestedReferenceParent(Cts.MetadataType entity) in GetNestedReferenceParent()
211 private void InitializeTypeRef(Cts.MetadataType entity, TypeReference record) in InitializeTypeRef()
[all …]
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/mapstuff/area/
H A DOccupantArea.java74 protected void addTarget(final RPEntity entity) { in addTarget()
89 public boolean isOccupant(final RPEntity entity) { in isOccupant()
103 protected boolean handleAdded(final RPEntity entity) { in handleAdded()
116 protected boolean handleInterval(final RPEntity entity) { in handleInterval()
129 protected boolean handleMovement(final RPEntity entity) { in handleMovement()
140 protected void handleRemoved(final RPEntity entity) { in handleRemoved()
150 protected void removeTarget(final RPEntity entity) { in removeTarget()
274 public void onExited(final ActiveEntity entity, final StendhalRPZone zone, final int oldX, in onExited()
316 public void onMoved(final ActiveEntity entity, final StendhalRPZone zone, final int oldX, in onMoved()
360 final RPEntity entity = (RPEntity) zone.get(id); in onTurnReached() local
[all …]

12345678910>>...157