The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:ProgressMonitor Stringify()"

ProgressMonitor::Stringify::ToStream - a monitor implementation that prints stringified feedback to a stream. River stage zero No dependents

This is a concrete implementation of a ProgressMonitor. It will send the stringified feedback to a stream and backspace to continously overwrite. Optionally, it will clear the feedback entirely, leaving the cursor where it was. Note that this is prob...

KNTH/ProgressMonitor-0.33 - 14 Jun 2010 08:15:08 UTC

ProgressMonitor::Stringify::ToCallback - a monitor implementation that provides stringified feedback to a callback. River stage zero No dependents

This is a concrete implementation of a ProgressMonitor. It will send the stringified feedback to a callback (code ref) supplied by the user. Inherits from ProgressMonitor::Stringify::AbstractMonitor....

KNTH/ProgressMonitor-0.33 - 14 Jun 2010 08:15:08 UTC

ProgressMonitor::Stringify::Fields::ETA - a field implementation that renders progress as a time-to-completion. River stage zero No dependents

@@TODO@@...

KNTH/ProgressMonitor-0.33 - 14 Jun 2010 08:15:08 UTC

ProgressMonitor::Stringify::Fields::Bar - a field implementation that renders progress as a bar. River stage zero No dependents

This is a dynamic field representing progress as a bar typically of this form: "[###....]" etc. It will consume as much room as it can get unless limited by maxWidth. It is very configurable in terms of what it prints. By default it will also do usef...

KNTH/ProgressMonitor-0.33 - 14 Jun 2010 08:15:08 UTC

ProgressMonitor::Stringify::Fields::Fixed - a field implementation that renders a fixed value. River stage zero No dependents

This is a fixed size field rendering a fixed value. Intended for use together with other fields in order to provide explanatory text or similar. Inherits from ProgressMonitor::Stringify::Fields::AbstractField....

KNTH/ProgressMonitor-0.33 - 14 Jun 2010 08:15:08 UTC

ProgressMonitor::Stringify::Fields::Dynamic - a field implementation that renders a fixed value in a dynamic space, filling out remaining places. River stage zero No dependents

This is a dynamic size field rendering a fixed value, but filling out to adapt to dynamically allocated space. Intended for use together with other fields in order to provide explanatory text or similar, while also being good overlaid messages and gi...

KNTH/ProgressMonitor-0.33 - 14 Jun 2010 08:15:08 UTC

ProgressMonitor::Stringify::AbstractMonitor - A reusable/abstract monitor implementation that deals in stringified feedback. River stage zero No dependents

This is an abstract base class for monitors that will render their result as a string through the use of 'fields' (see the Fields packages)....

KNTH/ProgressMonitor-0.33 - 14 Jun 2010 08:15:08 UTC

ProgressMonitor::Stringify::Fields::Spinner - a field implementation that renders progress as a spinner. River stage zero No dependents

This is a fixed size field representing progress as sequence of strings to display while work is progressing. Inherits from ProgressMonitor::Stringify::Fields::AbstractField....

KNTH/ProgressMonitor-0.33 - 14 Jun 2010 08:15:08 UTC

ProgressMonitor::Stringify::Fields::Counter - a field implementation that renders progress as a counter. River stage zero No dependents

This is a fixed size field representing progress as a counter with or without the total displayed alongside, e.g. '00512/03000' meaning 512 ticks completed out of 3000. Inherits from ProgressMonitor::Stringify::Fields::AbstractField....

KNTH/ProgressMonitor-0.33 - 14 Jun 2010 08:15:08 UTC

ProgressMonitor::Stringify::Fields::Percentage - a field implementation that renders progress as a percentage. River stage zero No dependents

This is a fixed size field representing progress as a percentage, e.g. ' 52.34 %'. Inherits from ProgressMonitor::Stringify::Fields::AbstractField....

KNTH/ProgressMonitor-0.33 - 14 Jun 2010 08:15:08 UTC

ProgressMonitor::Stringify::Fields::AbstractField - A reusable/abstract field implementation for stringify progress. River stage zero No dependents

This class is a base class for fields for stringified feedback. When extended it provides some accessors for 'protected' data, i.e. only for the use of subclasses. These accessors are prefixed with '_'. Subclassing this normally entails only defining...

KNTH/ProgressMonitor-0.33 - 14 Jun 2010 08:15:08 UTC

ProgressMonitor::Stringify::Fields::AbstractDynamicField - A reusable/abstract dynamic field implementation for stringify progress. River stage zero No dependents

Inherits from ProgressMonitor::Stringify::Fields::AbstractField. See that for more information; this class signals participation in the dynamic width negotiation protocol as utilized by ProgressMonitor::Stringify::AbstractMonitor and subclasses. Inhe...

KNTH/ProgressMonitor-0.33 - 14 Jun 2010 08:15:08 UTC

ProgressMonitor::SubTask - a monitor implementation that wraps another monitor in order to propagate the correct number of ticks to the parent. River stage zero No dependents

This is a special implementation of the ProgressMonitor interface. It takes another monitor as its parent, and a number of ticks it can use of the number allotted to the parent. It will scale its own ticks to the parent. Inherits from AbstractStatefu...

KNTH/ProgressMonitor-0.33 - 14 Jun 2010 08:15:08 UTC
13 results (0.031 seconds)