Home
last modified time | relevance | path

Searched refs:summary_list (Results 1 – 25 of 52) sorted by relevance

123

/dports/www/drupal8/drupal-8.9.20/core/modules/views/tests/src/Functional/Plugin/
H A DStyleSummaryTest.php65 $summary_list = $this->cssSelect('ul.views-summary li');
66 $this->assertCount(4, $summary_list);
68 foreach ($summary_list as $summary_list_item) {
107 $summary_list = $this->cssSelect('.views-summary-unformatted');
108 $this->assertCount(3, $summary_list);
110 foreach ($summary_list as $summary_list_item) {
/dports/www/drupal9/drupal-9.2.10/core/modules/views/tests/src/Functional/Plugin/
H A DStyleSummaryTest.php65 $summary_list = $this->cssSelect('ul.views-summary li');
66 $this->assertCount(4, $summary_list);
68 foreach ($summary_list as $summary_list_item) {
109 $summary_list = $this->cssSelect('.views-summary-unformatted');
110 $this->assertCount(3, $summary_list);
112 foreach ($summary_list as $summary_list_item) {
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/nxos/
H A Dnxos_ping.py116 summary_list = summary_string.split(',')
119 packets_tx=int(summary_list[0].split('packets')[0].strip()),
120 packets_rx=int(summary_list[1].split('packets')[0].strip()),
121 packet_loss=summary_list[2].split('packet')[0].strip(),
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/nxos/plugins/modules/
H A Dnxos_ping.py143 summary_list = summary_string.split(",")
146 packets_tx=int(summary_list[0].split("packets")[0].strip()),
147 packets_rx=int(summary_list[1].split("packets")[0].strip()),
148 packet_loss=summary_list[2].split("packet")[0].strip(),
/dports/net/frr7-pythontools/frr-frr-7.5.1/ospf6d/
H A Dospf6_neighbor.c105 on->summary_list = ospf6_lsdb_create(on); in ospf6_neighbor_create()
123 ospf6_lsdb_remove_all(on->summary_list); in ospf6_neighbor_delete()
134 ospf6_lsdb_delete(on->summary_list); in ospf6_neighbor_delete()
308 ospf6_lsdb_remove_all(on->summary_list); in negotiation_done()
321 ospf6_lsdb_add(ospf6_lsa_copy(lsa), on->summary_list); in negotiation_done()
330 ospf6_lsdb_add(ospf6_lsa_copy(lsa), on->summary_list); in negotiation_done()
453 ospf6_lsdb_remove_all(on->summary_list); in adj_ok()
484 ospf6_lsdb_remove_all(on->summary_list); in seqnumber_mismatch()
521 ospf6_lsdb_remove_all(on->summary_list); in bad_lsreq()
556 ospf6_lsdb_remove_all(on->summary_list); in oneway_received()
[all …]
/dports/net/frr7/frr-frr-7.5.1/ospf6d/
H A Dospf6_neighbor.c105 on->summary_list = ospf6_lsdb_create(on); in ospf6_neighbor_create()
123 ospf6_lsdb_remove_all(on->summary_list); in ospf6_neighbor_delete()
134 ospf6_lsdb_delete(on->summary_list); in ospf6_neighbor_delete()
308 ospf6_lsdb_remove_all(on->summary_list); in negotiation_done()
321 ospf6_lsdb_add(ospf6_lsa_copy(lsa), on->summary_list); in negotiation_done()
330 ospf6_lsdb_add(ospf6_lsa_copy(lsa), on->summary_list); in negotiation_done()
453 ospf6_lsdb_remove_all(on->summary_list); in adj_ok()
484 ospf6_lsdb_remove_all(on->summary_list); in seqnumber_mismatch()
521 ospf6_lsdb_remove_all(on->summary_list); in bad_lsreq()
556 ospf6_lsdb_remove_all(on->summary_list); in oneway_received()
[all …]
H A Dospf6_neighbor.h77 struct ospf6_lsdb *summary_list; member
/dports/net/quagga/quagga-1.2.4/ospf6d/
H A Dospf6_neighbor.c122 on->summary_list = ospf6_lsdb_create (on); in ospf6_neighbor_create()
139 ospf6_lsdb_remove_all (on->summary_list); in ospf6_neighbor_delete()
152 ospf6_lsdb_delete (on->summary_list); in ospf6_neighbor_delete()
322 ospf6_lsdb_remove_all (on->summary_list); in negotiation_done()
341 ospf6_lsdb_add (ospf6_lsa_copy (lsa), on->summary_list); in negotiation_done()
354 ospf6_lsdb_add (ospf6_lsa_copy (lsa), on->summary_list); in negotiation_done()
491 ospf6_lsdb_remove_all (on->summary_list); in adj_ok()
525 ospf6_lsdb_remove_all (on->summary_list); in seqnumber_mismatch()
564 ospf6_lsdb_remove_all (on->summary_list); in bad_lsreq()
601 ospf6_lsdb_remove_all (on->summary_list); in oneway_received()
[all …]
H A Dospf6_neighbor.h79 struct ospf6_lsdb *summary_list; member
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozharness/mozharness/base/vcs/
H A Dvcssync.py64 if self.summary_list:
66 for item in self.summary_list:
68 if not fatal and error_contents and not self.summary_list:
/dports/www/drupal7/drupal-7.82/modules/aggregator/
H A Daggregator-summary-items.tpl.php22 <?php print $summary_list; ?>
/dports/misc/py-cinder/cinder-12.0.10/cinder/api/views/
H A Dmanageable_snapshots.py23 def summary_list(self, request, snapshots, count): member in ViewBuilder
H A Dmanageable_volumes.py23 def summary_list(self, request, volumes, count): member in ViewBuilder
H A Dqos_specs.py28 def summary_list(self, request, qos_specs, qos_count=None): member in ViewBuilder
H A Dcgsnapshots.py28 def summary_list(self, request, cgsnapshots): member in ViewBuilder
H A Dconsistencygroups.py28 def summary_list(self, request, consistencygroups): member in ViewBuilder
H A Dsnapshots.py28 def summary_list(self, request, snapshots, snapshot_count=None): member in ViewBuilder
H A Dtransfers.py28 def summary_list(self, request, transfers, origin_transfer_count): member in ViewBuilder
H A Dbackups.py28 def summary_list(self, request, backups, backup_count=None): member in ViewBuilder
/dports/science/gramps/gramps-5.1.4/gramps/cli/
H A Darghandler.py432 summary_list = self.dbman.family_tree_summary(self.database_names)
433 if not summary_list:
438 for key in sorted(summary_list[0]):
442 for summary in sorted(summary_list,
H A Dclidbman.py210 summary_list = []
219 summary_list.append(retval)
220 return summary_list
/dports/misc/py-cinder/cinder-12.0.10/cinder/api/v3/views/
H A Dgroup_snapshots.py28 def summary_list(self, request, group_snapshots): member in ViewBuilder
H A Dgroups.py30 def summary_list(self, request, groups): member in ViewBuilder
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/addressbook/backends/file/
H A De-book-backend-file.c974 GSList *summary_list = NULL, *l; in book_view_thread() local
1014 &summary_list, in book_view_thread()
1033 for (l = summary_list; l; l = l->next) { in book_view_thread()
1044 g_slist_foreach (summary_list, (GFunc) e_book_sqlite_search_data_free, NULL); in book_view_thread()
1045 g_slist_free (summary_list); in book_view_thread()
1587 GSList *summary_list = NULL; in book_backend_file_get_contact_list_sync() local
1613 &summary_list, in book_backend_file_get_contact_list_sync()
1626 g_warn_if_fail (summary_list == NULL); in book_backend_file_get_contact_list_sync()
1652 for (link = summary_list; link != NULL; link = g_slist_next (link)) { in book_backend_file_get_contact_list_sync()
1662 *out_contacts = summary_list; in book_backend_file_get_contact_list_sync()
/dports/misc/py-cinder/cinder-12.0.10/cinder/api/contrib/
H A Dresource_common_manage.py61 resources = view_builder.summary_list(req, resources, resource_count)

123