Home
last modified time | relevance | path

Searched refs:update_attributes (Results 1 – 25 of 59) sorted by relevance

123

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DCombinatorial_map_insertions.h37 bool update_attributes=true )
39 return amap.insert_cell_0_in_cell_1(adart, ah, update_attributes);
55 bool update_attributes=true )
57 return amap.insert_cell_0_in_cell_2(adart, ah, update_attributes);
72 bool update_attributes=true )
75 ah, update_attributes);
106 bool update_attributes=true)
109 update_attributes);
137 bool update_attributes=true)
139 return amap.insert_cell_2_in_cell_3(afirst, alast, update_attributes);
H A DCombinatorial_map_operations.h90 bool update_attributes)
118 if (amap.are_attributes_automatically_managed() && update_attributes)
210 if (amap.are_attributes_automatically_managed() && update_attributes)
272 bool update_attributes)
305 if (amap.are_attributes_automatically_managed() && update_attributes)
340 bool update_attributes)
467 bool update_attributes = true)
470 run(amap,adart,update_attributes);
533 bool update_attributes)
690 bool update_attributes)
[all …]
H A DLinear_cell_complex_base.h720 bool update_attributes=true)
724 update_attributes);
734 bool update_attributes=true)
738 Dart_handle first = this->insert_cell_0_in_cell_2(dh, v, update_attributes);
758 bool update_attributes=true)
761 if (i==1) return insert_point_in_cell_1(dh, p, update_attributes);
762 return insert_point_in_cell_2(dh, p, update_attributes);
773 bool update_attributes=true)
776 (dh, create_vertex_attribute(p), update_attributes);
786 Dart_handle insert_barycenter_in_cell(Dart_handle dh, bool update_attributes=true)
[all …]
H A DGeneralized_map_operations.h74 bool update_attributes)
143 if (amap.are_attributes_automatically_managed() && update_attributes)
189 bool update_attributes)
222 if (amap.are_attributes_automatically_managed() && update_attributes)
293 bool update_attributes)
358 if ( amap.are_attributes_automatically_managed() && update_attributes )
H A DGeneralized_map.h1543 bool update_attributes) in link_alpha() argument
1545 if ( update_attributes ) link_alpha<i>(adart1, adart2); in link_alpha()
1662 if ( update_attributes ) sew<i>(adart1, adart2); in sew()
1724 void unsew(Dart_handle adart, bool update_attributes) in unsew() argument
1726 if ( update_attributes ) unsew<i>(adart); in unsew()
3180 run(*this,adart,update_attributes);
3201 run(*this, adart, update_attributes);
3395 if (are_attributes_automatically_managed() && update_attributes)
3437 bool update_attributes=true,
3514 update_attributes && ah!=nullptr)
[all …]
H A DCombinatorial_map.h1901 bool update_attributes) in link_beta() argument
1903 if ( update_attributes ) link_beta<i>(adart1, adart2); in link_beta()
2304 if ( update_attributes ) sew<i>(adart1, adart2); in sew()
2551 void unsew(Dart_handle adart, bool update_attributes) in unsew() argument
2553 if ( update_attributes ) unsew<i>(adart); in unsew()
4035 run(*this,adart,update_attributes);
4056 run(*this,adart, update_attributes);
4376 update_attributes && ah!=nullptr)
4430 bool update_attributes=true)
4434 update_attributes);
[all …]
/dports/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6/tests/twisted/account-manager/
H A Dbackend-makes-changes.py99 fake_accounts_service.update_attributes(account_tail,
120 fake_accounts_service.update_attributes(account_tail,
138 fake_accounts_service.update_attributes(account_tail,
161 fake_accounts_service.update_attributes(account_tail,
186 fake_accounts_service.update_attributes(account_tail,
215 fake_accounts_service.update_attributes(account_tail, {
236 fake_accounts_service.update_attributes(account_tail, {
257 fake_accounts_service.update_attributes(account_tail, {
H A Davatar-refresh.py59 fake_accounts_service.update_attributes(self.id, changed={
123 fake_accounts_service.update_attributes(self.id, changed={
130 fake_accounts_service.update_attributes(self.id, changed={
H A Dmake-valid.py48 fake_accounts_service.update_attributes(account1_id, changed={
61 fake_accounts_service.update_attributes(account2_id, changed={
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/aws/
H A Delbv2.py279 update_attributes = []
282update_attributes.append({'Key': 'access_logs.s3.enabled', 'Value': str(self.access_logs_enabled).…
284update_attributes.append({'Key': 'access_logs.s3.bucket', 'Value': self.access_logs_s3_bucket})
286update_attributes.append({'Key': 'access_logs.s3.prefix', 'Value': self.access_logs_s3_prefix})
290update_attributes.append({'Key': 'idle_timeout.timeout_seconds', 'Value': str(self.idle_timeout)})
292update_attributes.append({'Key': 'routing.http2.enabled', 'Value': str(self.http2).lower()})
294 if update_attributes:
298 )(LoadBalancerArn=self.elb['LoadBalancerArn'], Attributes=update_attributes)
391 update_attributes = []
399 if update_attributes:
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/amazon/aws/plugins/module_utils/
H A Delbv2.py335 update_attributes = []
338update_attributes.append({'Key': 'access_logs.s3.enabled', 'Value': str(self.access_logs_enabled).…
340update_attributes.append({'Key': 'access_logs.s3.bucket', 'Value': self.access_logs_s3_bucket})
342update_attributes.append({'Key': 'access_logs.s3.prefix', 'Value': self.access_logs_s3_prefix})
346update_attributes.append({'Key': 'idle_timeout.timeout_seconds', 'Value': str(self.idle_timeout)})
348update_attributes.append({'Key': 'routing.http2.enabled', 'Value': str(self.http2).lower()})
350 if update_attributes:
354 )(LoadBalancerArn=self.elb['LoadBalancerArn'], Attributes=update_attributes)
447 update_attributes = []
455 if update_attributes:
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/issuable/clone/
H A Dattributes_rewriter.rb13 update_attributes = { labels: cloneable_labels }
16 update_attributes[:milestone] = milestone if milestone.present?
18 new_entity.update(update_attributes)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/plugins/modules/
H A Delb_target_group.py754 update_attributes = []
761update_attributes.append({'Key': 'deregistration_delay.timeout_seconds', 'Value': str(deregistrati…
764 update_attributes.append({'Key': 'stickiness.enabled', 'Value': 'true'})
767update_attributes.append({'Key': 'stickiness.lb_cookie.duration_seconds', 'Value': str(stickiness_…
770 update_attributes.append({'Key': 'stickiness.type', 'Value': stickiness_type})
773update_attributes.append({'Key': 'stickiness.app_cookie.cookie_name', 'Value': str(stickiness_app_…
776update_attributes.append({'Key': 'stickiness.app_cookie.duration_seconds', 'Value': str(stickiness…
778 if update_attributes:
780 …et_group_attributes(TargetGroupArn=tg['TargetGroupArn'], Attributes=update_attributes, aws_retry=T…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/scripts/
H A Dinterface_dependency_resolver.py316 def update_attributes(attributes, extras): function
322 update_attributes(attribute.extended_attributes,
325 update_attributes(constant.extended_attributes,
328 update_attributes(operation.extended_attributes,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/scripts/
H A Dinterface_dependency_resolver.py316 def update_attributes(attributes, extras): function
322 update_attributes(attribute.extended_attributes,
325 update_attributes(constant.extended_attributes,
328 update_attributes(operation.extended_attributes,
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/amazon/
H A Delb_target_group.py703 update_attributes = []
710update_attributes.append({'Key': 'deregistration_delay.timeout_seconds', 'Value': str(deregistrati…
713 update_attributes.append({'Key': 'stickiness.enabled', 'Value': 'true'})
716update_attributes.append({'Key': 'stickiness.lb_cookie.duration_seconds', 'Value': str(stickiness_…
719 update_attributes.append({'Key': 'stickiness.type', 'Value': stickiness_type})
721 if update_attributes:
723 …n.modify_target_group_attributes(TargetGroupArn=tg['TargetGroupArn'], Attributes=update_attributes)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/
H A Dwiki_page.rb195 update_attributes(attrs)
222 update_attributes(attrs)
287 def update_attributes(attrs) method in WikiPage
/dports/www/py-django-crispy-forms/django-crispy-forms-1.13.0/crispy_forms/tests/
H A Dtest_dynamic_api.py109 helper["password1"].update_attributes(readonly=True)
117 helper.filter(Field).update_attributes(readonly=True)
127 helper.filter(Field, max_level=2).update_attributes(readonly=True)
139 helper.filter(Field, greedy=True).update_attributes(readonly=True)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/scheduler/
H A Dutil.py179 elif args.update_attributes or args.remove_attributes:
180 if args.update_attributes:
181 attributes = args.update_attributes
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/wiki_pages/
H A Dupdate_service.rb18 page.update_attributes(@params) # rubocop:disable Rails/ActiveRecordAliases
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/inspector/
H A Da11y.c248 update_attributes (GtkInspectorA11y *sl) in update_attributes() function
405 update_attributes (sl); in refresh_all()
436 update_attributes (sl); in gtk_inspector_a11y_set_object()
/dports/misc/netron/netron-4.1.9/tools/
H A Dsklearn-script.py92 def update_attributes(schema, lines): function
237 update_attributes(schema, headers['Parameters'])
/dports/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6/tests/twisted/
H A Dfakeaccountsservice.py117 def update_attributes(self, account, changed={}, flags={}, deleted=[]): member in FakeAccountsService
141 self.update_attributes(*e.raw_args)
/dports/textproc/gspell/gspell-1.9.1/gspell/
H A Dgspell-entry.c144 update_attributes (GspellEntry *gspell_entry) in update_attributes() function
182 update_attributes (gspell_entry); in remove_all_underlines()
324 update_attributes (gspell_entry); in recheck_all()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/oracle/
H A Doci_vcn.py132 update_attributes=UpdateVcnDetails().attribute_map.keys(),

123