Home
last modified time | relevance | path

Searched refs:total_item_count (Results 1 – 24 of 24) sorted by relevance

/dports/www/flexget/Flexget-3.2.18/flexget/components/imdb/
H A Dimdb_watchlist.py128 total_item_count = 0
130 total_item_count = len(json_vars['list']['items'])
131 if not total_item_count:
184 total_item_count = int(item_text[0].replace(',', ''))
185 logger.verbose('imdb list contains {} items', total_item_count)
187 total_item_count = 0
195 if not total_item_count:
202 while items_processed < total_item_count:
/dports/www/newsboat/newsboat-2.22.1/test/
H A Dcache.cpp20 REQUIRE(feed->total_item_count() == 8);
440 REQUIRE(feed->total_item_count() == 8);
447 REQUIRE(feed->total_item_count() == 7);
497 REQUIRE(feed->total_item_count() == 8);
536 REQUIRE(feed->total_item_count() == 6);
665 REQUIRE(feed1->total_item_count() == feed2->total_item_count()); in __anona35a82a60602()
742 REQUIRE(feed->total_item_count() == 8);
748 REQUIRE(feed->total_item_count() == 3);
768 REQUIRE(feed->total_item_count() == 8);
811 REQUIRE(feed->total_item_count() == 0);
[all …]
H A Dfeedcontainer.cpp95 REQUIRE(feeds[5]->total_item_count() == 5);
357 REQUIRE(sorted_feeds[0]->total_item_count() == 3);
358 REQUIRE(sorted_feeds[1]->total_item_count() == 2);
359 REQUIRE(sorted_feeds[2]->total_item_count() == 1);
360 REQUIRE(sorted_feeds[3]->total_item_count() == 1);
361 REQUIRE(sorted_feeds[4]->total_item_count() == 0);
368 REQUIRE(sorted_feeds[0]->total_item_count() == 0);
369 REQUIRE(sorted_feeds[1]->total_item_count() == 1);
370 REQUIRE(sorted_feeds[2]->total_item_count() == 1);
371 REQUIRE(sorted_feeds[3]->total_item_count() == 2);
[all …]
H A Ditemlistformaction.cpp94 REQUIRE(feed->total_item_count() == 1);
100 REQUIRE(feed->total_item_count() == 0);
H A Drssfeed.cpp365 REQUIRE(f.total_item_count() == 3);
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/purestorage/flasharray/plugins/modules/
H A Dpurefa_dirsnap.py337 filter='name="' + snapshot_root + '"', total_item_count=True
338 ).total_item_count
352 total_item_count=True,
355 snap_exists = bool(snap_detail.total_item_count != 0)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/models/concerns/
H A Dbulk_insertable_associations_spec.rb112 total_item_count = 10
115 build_items(parent: parent1, count: total_item_count / 2)
116 build_items(parent: parent2, count: total_item_count / 2)
128 expect(BulkFoo.count).to eq(total_item_count)
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/storage/
H A Dbackground_updates.py85 self.total_item_count = 0
92 self.total_item_count += item_count
107 elif self.total_item_count == 0:
121 elif self.total_item_count == 0:
124 return float(self.total_item_count) / float(self.total_duration_ms)
449 performance.total_item_count,
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/purestorage/flashblade/plugins/modules/
H A Dpurefb_connect.py145 … remote_system.array_connections.list_array_connections().pagination_info.total_item_count
186 …d blade.file_system_replica_links.list_file_system_replica_links().pagination_info.total_item_count
244 blade.array_connections.list_array_connections().pagination_info.total_item_count
H A Dpurefb_userpolicy.py169 ).total_item_count
H A Dpurefb_ad.py373 exists = bool(blade.get_active_directory().total_item_count == 1)
H A Dpurefb_info.py933 if active_directory.total_item_count != 0:
970 ).total_item_count
988 ).total_item_count
/dports/finance/py-pycoin/pycoin-0.91.20210515/pycoin/coins/bitcoin/
H A DSolver.py19 self.total_item_count = reserve_count
24 self.insert(0, Atom(self.fill_template % self.total_item_count))
25 self.total_item_count += 1
/dports/net-im/py-matrix-synapse/synapse-1.50.2/docs/usage/administration/admin_api/
H A Dbackground_updates.md25 "total_item_count": 50,
40 `total_item_count` total number of "items" processed (the meaning of 'items' depends on the update …
/dports/www/newsboat/newsboat-2.22.1/src/
H A Dfeedcontainer.cpp51 return a->total_item_count() < in sort_feeds()
52 b->total_item_count(); in sort_feeds()
H A Dcache.cpp550 feed->total_item_count()); in externalize_rssfeed()
552 if (max_items > 0 && feed->total_item_count() > max_items) { in externalize_rssfeed()
645 if (max_items > 0 && feed->total_item_count() > max_items) { in internalize_rssfeed()
647 for (unsigned int j = max_items; j < feed->total_item_count(); in internalize_rssfeed()
H A Dreloader.cpp98 if (newfeed->total_item_count() == 0) { in reload()
H A Dfeedlistformaction.cpp1057 static_cast<unsigned int>(feed->total_item_count()))); in format_line()
1059 fmt.register_fmt('c', std::to_string(feed->total_item_count())); in format_line()
H A Dview.cpp426 if (feed->total_item_count() > 0) { in push_searchresult()
451 if (feed->total_item_count() > 0) { in push_itemlist()
H A Ditemviewformaction.cpp81 feed->total_item_count()); in update_head()
H A Ditemlistformaction.cpp1030 feed->total_item_count(), in prepare()
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/rest/admin/
H A Dbackground_updates.py100 "total_item_count": update.total_item_count,
/dports/www/newsboat/newsboat-2.22.1/include/
H A Drssfeed.h114 unsigned int total_item_count() const in total_item_count() function
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgc.cpp8540 ptrdiff_t total_item_count = 0; in add_buckets() local
8555 free_space_buckets[i].free_space = &seg_free_space_array[total_item_count]; in add_buckets()
8556 total_item_count += free_space_buckets[i].count_add; in add_buckets()
8559 assert (total_item_count == (ptrdiff_t)item_count); in add_buckets()