|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
cvs: peardoc /en/package/php/php-compatinfo command-line.xmlfarell Sat Jul 19 14:54:51 2008 UTC
Modified files: /peardoc/en/package/php/php-compatinfo command-line.xml Log: here are the best values to use with --tab switch when you want to see extensions, and constants/tokens without truncated names http://cvs.php.net/viewvc.cgi/peardoc/en/package/php/php-compatinfo/command-line.xml?r1=1.2&r2=1.3&diff_format=u Index: peardoc/en/package/php/php-compatinfo/command-line.xml diff -u peardoc/en/package/php/php-compatinfo/command-line.xml:1.2 peardoc/en/package/php/php-compatinfo/command-line.xml:1.3 --- peardoc/en/package/php/php-compatinfo/command-line.xml:1.2 Sat Jul 19 13:21:20 2008 +++ peardoc/en/package/php/php-compatinfo/command-line.xml Sat Jul 19 14:54:51 2008 @@ -1,4 +1,4 @@ -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <refentry id="package.php.php-compatinfo.command-line"> <refnamediv> @@ -713,6 +713,109 @@ Default values are: 29 char. for Files colum, 12 char. for Extentions column, and 20 char. for Constants/Tokens column. </para> + <para> + Here are the best values optimized by output-level for a 80 columns screen width, + to almost always see extensions and constants/tokens without name truncated: + first value is always for Files column (f), + second value is always for Extensions column (e), + and third value is always for Constants/Tokens column (c) + <note> + <para> + If a (f,e,c) value is missing then the corresponding default + value (f=29,e=12,c=20) is used. + </para> + <para> + For example: 56,,20 is equivalent to 56,12,20 + </para> + </note> + <itemizedlist> + <listitem> + <para> + <emphasis role="bold">output-level 0</emphasis>: 77 + </para> + </listitem> + <listitem> + <para> + <emphasis role="bold">output-level 1</emphasis>: 73 + </para> + </listitem> + <listitem> + <para> + <emphasis role="bold">output-level 2</emphasis>: 59,17 + </para> + </listitem> + <listitem> + <para> + <emphasis role="bold">output-level 3</emphasis>: 55,17 + </para> + </listitem> + <listitem> + <para> + <emphasis role="bold">output-level 4, 8, 12</emphasis>: 55,,21 + </para> + </listitem> + <listitem> + <para> + <emphasis role="bold">output-level 5, 9, 13</emphasis>: 51,,21 + </para> + </listitem> + <listitem> + <para> + <emphasis role="bold">output-level 6, 10, 14</emphasis>: 37,17,21 + </para> + </listitem> + <listitem> + <para> + <emphasis role="bold">output-level 7, 11, 15</emphasis>: 33,17,21 + </para> + </listitem> + <listitem> + <para> + <emphasis role="bold">output-level 16</emphasis>: 67 + </para> + </listitem> + <listitem> + <para> + <emphasis role="bold">output-level 17</emphasis>: 63 + </para> + </listitem> + <listitem> + <para> + <emphasis role="bold">output-level 18</emphasis>: 49,17 + </para> + </listitem> + <listitem> + <para> + <emphasis role="bold">output-level 19</emphasis>: 45,17 + </para> + </listitem> + <listitem> + <para> + <emphasis role="bold">output-level 20, 24</emphasis>: 45,,21 + </para> + </listitem> + <listitem> + <para> + <emphasis role="bold">output-level 21, 25, 29</emphasis>: 41,,21 + </para> + </listitem> + <listitem> + <para> + <emphasis role="bold">output-level 22, 26, 30</emphasis>: 27,17,21 + </para> + </listitem> + <listitem> + <para> + <emphasis role="bold">output-level 23, 27, 31</emphasis>: 23,17,21 + </para> + </listitem> + <listitem> + <para> + <emphasis role="bold">output-level 24, 28</emphasis>: 45,17,21 + </para> + </listitem> + </itemizedlist> + </para> </listitem> </varlistentry> <varlistentry> -- PEAR Documentation List Mailing List (http://pear.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
| Free Forum Powered by Nabble | Forum Help |