Home
last modified time | relevance | path

Searched refs:current_objects (Results 1 – 25 of 97) sorted by relevance

1234

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/contrib/
H A Drefcounter.py76 current_objects = {}
88 if obj not in current_objects:
95 current_objects[obj]['curcount'] = 0
99 current_objects[obj]['curcount'] = 0
103 current_objects[obj]['curcount'] = int(
110 current_objects[obj]['log'].append(
124 if current_objects[obj]['curcount'] <= 0:
125 if current_objects[obj]['curcount'] < 0:
126 current_objects[obj]['log'].append(
142 del current_objects[obj]
[all …]
/dports/graphics/dia/dia-0.97.3/app/
H A Dproperties-dialog.c37 static GList *current_objects = NULL; variable
97 current_objects = NULL; in properties_part_destroyed()
133 if ((current_objects != NULL) && (current_dia != NULL)) { in properties_respond()
134 object_add_updates_list(current_objects, current_dia); in properties_respond()
201 g_list_free(current_objects); in clear_dialog_globals()
202 current_objects = NULL; in clear_dialog_globals()
267 current_objects = g_list_copy(objects); in object_list_properties_show()
283 if (g_list_find(current_objects, obj)) { in properties_hide_if_shown()
284 if (g_list_length(current_objects) == 1) in properties_hide_if_shown()
289 GList *tmp = g_list_copy(current_objects); in properties_hide_if_shown()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Clonk.ocd/Surrounding.ocd/
H A DScript.c10 local current_objects; variable
16 if (index < 0 || index >= GetLength(current_objects)) return nil; in Contents()
17 return current_objects[index]; in Contents()
26 return GetLength(current_objects); in ContentsCount()
31 for (var index = 0; index < GetLength(current_objects); ++index) in ContentsCount()
32 if (current_objects[index] && current_objects[index]->GetID() == definition) in ContentsCount()
45 current_objects = GetPossibleObjects(); in RefreshIfNecessary()
/dports/www/py-django-haystack/django-haystack-2.8.1/haystack/
H A Dfields.py86 current_objects = [obj]
100 def resolve_attributes_lookup(self, current_objects, attributes): argument
107 for current_object in current_objects:
143 def get_iterable_objects(cls, current_objects): argument
148 if current_objects is None:
151 if hasattr(current_objects, 'all'):
153 if ismethod(current_objects.all):
154 return current_objects.all()
157 elif not hasattr(current_objects, '__iter__'):
158 current_objects = [current_objects]
[all …]
/dports/net/krill/krill-0.9.4/src/upgrades/v0_9_0/
H A Dpubd_objects_migration.rs346 let current_objects = publisher.current_objects.clone().into(); in apply() localVariable
347 let publisher_stats = PublisherStats::new(&current_objects, time); in apply()
508 current_objects: OldCurrentObjects, field
513 let current_objects = OldCurrentObjects::new(HashMap::new()); in create() localVariable
517 current_objects, in create()
525 self.current_objects.apply_delta(elements) in apply_delta()
539 Snapshot::new(old.session, old.serial, old.current_objects.into()) in from()
545 let (session, serial, current_objects) = snap.unpack(); in from()
547 let map: HashMap<HexEncodedHash, PublishElement> = current_objects in from()
553 let current_objects = OldCurrentObjects::new(map); in from() localVariable
[all …]
H A Dold_events.rs537 pub current_objects: OldCurrentObjects, field
542 self.current_objects.apply_delta(delta); in apply_delta()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/
H A Dmerge_static_libs.py35 current_objects = obj_str.rstrip().split('\n')
41 for obj in current_objects:
45 for obj in current_objects:
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/
H A Dmerge_static_libs.py35 current_objects = obj_str.rstrip().split('\n')
41 for obj in current_objects:
45 for obj in current_objects:
/dports/net/krill/krill-0.9.4/src/commons/api/
H A Drrdp.rs619 current_objects: CurrentObjects, field
623 pub fn new(session: RrdpSession, serial: u64, current_objects: CurrentObjects) -> Self { in new()
628 current_objects, in new()
633 (self.session, self.serial, self.current_objects) in unpack()
637 let current_objects = CurrentObjects::default(); in create() localVariable
642 current_objects, in create()
651 current_objects: self.current_objects.clone(), in session_reset()
656 self.current_objects.elements() in elements()
666 self.current_objects.apply_delta(elements, jail) in apply_delta()
670 self.current_objects.elements().iter().fold(0, |sum, p| sum + p.size()) in size()
[all …]
/dports/games/minetest/minetest-5.4.1/src/server/
H A Dactiveobjectmgr.cpp146 f32 player_radius, std::set<u16> &current_objects, in getAddedActiveObjectsAroundPos() argument
176 auto n = current_objects.find(id); in getAddedActiveObjectsAroundPos()
177 if (n != current_objects.end()) in getAddedActiveObjectsAroundPos()
H A Dactiveobjectmgr.h46 f32 player_radius, std::set<u16> &current_objects,
/dports/www/wt/wt-4.6.1/test/dbo/
H A DBenchmark2.C151 int current_objects = 0; in BOOST_AUTO_TEST_CASE() local
162 for (int i = 0; i < total_objects - current_objects; ++i) { in BOOST_AUTO_TEST_CASE()
169 current_objects = total_objects; in BOOST_AUTO_TEST_CASE()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/HUD.ocd/ObjectInteractionMenu.ocd/
H A DScript.c25 local current_objects; variable
87 current_objects = []; in Construction()
177 var equal = GetLength(new_objects) == GetLength(current_objects); in FxIntCheckObjectsTimer()
183 if (new_objects[i] == current_objects[i]) continue; in FxIntCheckObjectsTimer()
213 current_objects = new_objects; in UpdateObjects()
225 for (var obj in current_objects) in UpdateObjects() local
577 sidebar_items = current_objects[:]; in CreateSideBar()
581 sidebar_items = current_objects; in CreateSideBar()
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/sql/
H A Dmulti_extension.sql56 CREATE TABLE current_objects AS
68 FROM current_objects c FULL JOIN prev_objects p
73 ALTER TABLE current_objects RENAME TO prev_objects;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/importers/proto/
H A Dheap_graph_tracker.cc109 sequence_state.current_objects.emplace_back(std::move(obj)); in AddObject()
190 for (const SourceObject& obj : sequence_state.current_objects) { in FinalizeProfile()
217 for (const SourceObject& obj : sequence_state.current_objects) { in FinalizeProfile()
H A Dheap_graph_tracker.h138 std::vector<SourceObject> current_objects; member
/dports/games/minetest/minetest-5.4.1/src/
H A Dserverenvironment.h270 std::set<u16> &current_objects,
279 std::set<u16> &current_objects,
H A Dserverenvironment.cpp1600 std::set<u16> &current_objects, in getAddedActiveObjects() argument
1610 player_radius_f, current_objects, added_objects); in getAddedActiveObjects()
1619 std::set<u16> &current_objects, in getRemovedActiveObjects() argument
1635 for (u16 id : current_objects) { in getRemovedActiveObjects()
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Denvironment.h309 maybe_shared_unordered_map<u16, bool> &current_objects,
318 maybe_shared_unordered_map<u16, bool> &current_objects,
H A Denvironment.cpp1544 maybe_shared_unordered_map<u16, bool> &current_objects, in getAddedActiveObjects() argument
1584 auto lock_co = current_objects.lock_shared_rec(); in getAddedActiveObjects()
1586 auto n = current_objects.find(id); in getAddedActiveObjects()
1587 if(n != current_objects.end()) in getAddedActiveObjects()
1601 maybe_shared_unordered_map<u16, bool> &current_objects, in getRemovedActiveObjects() argument
1611 auto lock = current_objects.try_lock_shared_rec(); in getRemovedActiveObjects()
1623 i = current_objects.begin(); in getRemovedActiveObjects()
1624 i != current_objects.end(); ++i) in getRemovedActiveObjects()
/dports/net/krill/krill-0.9.4/src/pubd/
H A Drepository.rs194 pub fn current_objects(&self, name: &PublisherHandle) -> KrillResult<CurrentObjects> { in current_objects() method
1340 pub fn new(current_objects: &CurrentObjects, last_update: Time) -> Self { in new()
1341 let objects = current_objects.len(); in new()
1342 let size = current_objects.size(); in new()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/amazon/aws/plugins/modules/
H A Daws_s3.py425current_objects = [{'Key': data['Key'], 'VersionId': data['VersionId']} for data in page.get('Vers…
426 yield delete_markers + current_objects
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/integration/plugins/modules/
H A Daws_s3.py418current_objects = [{'Key': data['Key'], 'VersionId': data['VersionId']} for data in page.get('Vers…
419 yield delete_markers + current_objects
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/integration/plugins/modules/
H A Daws_s3.py418current_objects = [{'Key': data['Key'], 'VersionId': data['VersionId']} for data in page.get('Vers…
419 yield delete_markers + current_objects
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/project/models/
H A Dproject.py1316 current_objects = [h for h in headers.get('X-Odoo-Objects', '').split(',') if h]
1317 current_objects.insert(0, 'project.project-%s, ' % self.project_id.id)
1318 headers['X-Odoo-Objects'] = ','.join(current_objects)

1234