Searched refs:tag_counts (Results 1 – 8 of 8) sorted by relevance
/dports/devel/py-behave/behave-1.2.6/behave/formatter/ |
H A D | tags.py | 30 self.tag_counts = {} 59 if tag not in self.tag_counts: 60 self.tag_counts[tag] = [] 61 self.tag_counts[tag].append(model_element) 111 ordered_tags = sorted(list(self.tag_counts.keys())) 118 tag_data = self.tag_counts[tag] 127 ordered_tags = sorted(list(self.tag_counts.keys()), 135 tag_data = self.tag_counts[tag] 165 for tag_elements in self.tag_counts.values(): 172 for tag in sorted(self.tag_counts): [all …]
|
/dports/security/apkid/APKiD-2.1.1/ |
H A D | prep-release.py | 60 tag_counts = dict([(k, len(v)) for k, v in tag_to_identifiers.items()]) variable 62 for tag in sorted(tag_counts.keys()): 63 count = tag_counts[tag]
|
/dports/databases/jdb/jdb-1.14/ |
H A D | dbmultistats | 97 my(%tag_files, %tag_counts, $tag, $path); 109 $tag_counts{$tag}++; 116 $tag_counts{$tag} = 1;
|
/dports/games/freeorion/freeorion-0.4.10.2/UI/ |
H A D | CensusBrowseWnd.h | 12 … const std::map<std::string, float>& tag_counts, const std::vector<std::string>& census_order);
|
H A D | CensusBrowseWnd.cpp | 123 … const std::map<std::string, float>& tag_counts, const std::vector<std::string>& census_order) : in CensusBrowseWnd() argument 132 m_tag_counts(tag_counts), in CensusBrowseWnd()
|
H A D | MapWnd.cpp | 6783 std::map<std::string, float> tag_counts; in RefreshPopulationIndicator() local 6798 tag_counts[tag] += this_pop; in RefreshPopulationIndicator() 6805 …UserString("MAP_POPULATION_DISTRIBUTION"), population_counts, tag_counts, GetSpeciesManager().cens… in RefreshPopulationIndicator()
|
/dports/devel/py-behave/behave-1.2.6/test/ |
H A D | test_formatter.py | 207 eq_(p.tag_counts, {"ham": [f, s], "spam": [f], "foo": [s]})
|
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/views/utils/ |
H A D | TagUIUtils.java | 2603 Map<Tag,Integer> tag_counts = new HashMap<Tag, Integer>(); in addLibraryViewTagsSubMenu() local 2607 Integer i = tag_counts.get( t ); in addLibraryViewTagsSubMenu() 2609 tag_counts.put( t, i==null?1:i+1 ); in addLibraryViewTagsSubMenu() 2612 tags = sortTags( tag_counts.keySet()); in addLibraryViewTagsSubMenu() 2624 tt_str += " (" + tag_counts.get( t ) + ")"; in addLibraryViewTagsSubMenu()
|