Searched refs:GoalTrackerItem (Results 1 - 4 of 4) sorted by relevance

/pkg/src/tests/api/
H A Dt_progress.py78 pi = progress.GoalTrackerItem("testitem")
87 """Test GoalTrackerItem elapsed() functionality."""
88 pi = progress.GoalTrackerItem("testitem")
103 pi = progress.GoalTrackerItem("testitem")
116 pi = progress.GoalTrackerItem("testitem")
129 pi = progress.GoalTrackerItem("testitem")
144 pi = progress.GoalTrackerItem("testitem")
156 pi = progress.GoalTrackerItem("testitem")
/pkg/src/modules/client/
H A Dprogress.py435 class GoalTrackerItem(TrackerItem): class in inherits:TrackerItem
1042 self.dl_pkgs = GoalTrackerItem(_("Download packages"))
1043 self.dl_files = GoalTrackerItem(_("Download files"))
1044 self.dl_bytes = GoalTrackerItem(_("Download bytes"))
1049 GoalTrackerItem(_("Republished pkgs"))
1051 GoalTrackerItem(_("Republish sent bytes"))
1058 self.pub_refresh = GoalTrackerItem(_("Refresh Publishers"))
1064 self.mfst_fetch = GoalTrackerItem(_("Download Manifests"))
1065 self.mfst_commit = GoalTrackerItem(_("Committed Manifests"))
1067 self.repo_ver_pkgs = GoalTrackerItem(
[all...]
/pkg/src/util/publish/
H A Dpkgsurf.py434 tracker.mfst_fetch = progress.GoalTrackerItem(_("Analyzing Manifests"))
/pkg/src/
H A Dpull.py1163 tracker.mfst_fetch = progress.GoalTrackerItem(
1197 # Restore old GoalTrackerItem for manifest download.

Completed in 1079 milliseconds