Author: Tobias Schlitt
Date: 2006-01-18 13:59:22 +0100 (Wed, 18 Jan 2006)
New Revision: 1961
Log:
- Doc fixes.
Modified:
packages/ConsoleTools/trunk/src/progressbar.php
packages/ConsoleTools/trunk/src/structs/output_format.php
Modified: packages/ConsoleTools/trunk/src/progressbar.php
===================================================================
--- packages/ConsoleTools/trunk/src/progressbar.php 2006-01-18 11:19:14 UTC
(rev 1960)
+++ packages/ConsoleTools/trunk/src/progressbar.php 2006-01-18 12:59:22 UTC
(rev 1961)
@@ -132,10 +132,6 @@
* @param ezcConsoleOutput $outHandler Handler to utilize for output
* @param int $max Maximum value, where progressbar
* reaches 100%.
- * @param int $step The ammount of $max that is
- * consumed each time
- * [EMAIL PROTECTED]
ezcConsoleProgressbar::advance()}
- * is called.
* @param array(string=>string) $options Options
*
* @see ezcConsoleTable::$settings
Modified: packages/ConsoleTools/trunk/src/structs/output_format.php
===================================================================
--- packages/ConsoleTools/trunk/src/structs/output_format.php 2006-01-18
11:19:14 UTC (rev 1960)
+++ packages/ConsoleTools/trunk/src/structs/output_format.php 2006-01-18
12:59:22 UTC (rev 1961)
@@ -19,6 +19,52 @@
* - <b>style</b> <i>array(string)</i>, contains the lists of styles that are
associated with this format.
* - <b>bgcolor</b> <i>string</i>, contains the background color for this
format.
*
+ * Possible values of [EMAIL PROTECTED] ezcConsoleOutputFormat::$color} are:
+ * - gray
+ * - red
+ * - green
+ * - yellow
+ * - blue
+ * - magenta
+ * - cyan
+ * - white
+ * - default (representing the consoles default color)
+ *
+ * For [EMAIL PROTECTED] ezcConsoleOutputFormat::$bgcolor} the following
values are valid:
+ * - black
+ * - red
+ * - green
+ * - yellow
+ * - blue
+ * - magenta
+ * - cyan
+ * - white
+ * - default (representing the consoles default background color)
+ *
+ * The [EMAIL PROTECTED] ezcConsoleOutputFormat::$style} attribute takes an
array of
+ * (possibly) multiple attributes. Choose from the lists below:
+ *
+ * - default (resets all attributes to default)
+ *
+ * - bold
+ * - faint
+ * - normal
+ *
+ * - italic
+ * - notitalic
+ *
+ * - underlined
+ * - doubleunderlined
+ * - notunderlined
+ *
+ * - blink
+ * - blinkfast
+ * - noblink
+ *
+ * - negative
+ * - positive
+ *
+ *
* @package ConsoleTools
* @version //autogen//
*/
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components