Update lib files
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
Contributing to Gettext
|
||||
=======================
|
||||
|
||||
Looking to contribute something to this library? Here's how you can help.
|
||||
|
||||
## Bugs
|
||||
|
||||
A bug is a demonstrable problem that is caused by the code in the repository. Good bug reports are extremely helpful – thank you!
|
||||
|
||||
Please try to be as detailed as possible in your report. Include specific information about the environment – version of PHP, version of gettext, etc, and steps required to reproduce the issue.
|
||||
|
||||
## Pull Requests
|
||||
|
||||
Good pull requests – patches, improvements, new features – are a fantastic help. New extractors or generator are welcome. Before create a pull request, please follow these instructions:
|
||||
|
||||
* The code must be PSR-2 compliant
|
||||
* Write some tests
|
||||
Contributing to Gettext
|
||||
=======================
|
||||
|
||||
Looking to contribute something to this library? Here's how you can help.
|
||||
|
||||
## Bugs
|
||||
|
||||
A bug is a demonstrable problem that is caused by the code in the repository. Good bug reports are extremely helpful – thank you!
|
||||
|
||||
Please try to be as detailed as possible in your report. Include specific information about the environment – version of PHP, version of gettext, etc, and steps required to reproduce the issue.
|
||||
|
||||
## Pull Requests
|
||||
|
||||
Good pull requests – patches, improvements, new features – are a fantastic help. New extractors or generator are welcome. Before create a pull request, please follow these instructions:
|
||||
|
||||
* The code must be PSR-2 compliant
|
||||
* Write some tests
|
||||
|
||||
@@ -1,45 +1,45 @@
|
||||
@echo off
|
||||
REM This file is part of PHP Mess Detector.
|
||||
REM
|
||||
REM Copyright (c) 2008-2012, Manuel Pichler <mapi@phpmd.org>.
|
||||
REM All rights reserved.
|
||||
REM
|
||||
REM Redistribution and use in source and binary forms, with or without
|
||||
REM modification, are permitted provided that the following conditions
|
||||
REM are met:
|
||||
REM
|
||||
REM * Redistributions of source code must retain the above copyright
|
||||
REM notice, this list of conditions and the following disclaimer.
|
||||
REM
|
||||
REM * Redistributions in binary form must reproduce the above copyright
|
||||
REM notice, this list of conditions and the following disclaimer in
|
||||
REM the documentation and/or other materials provided with the
|
||||
REM distribution.
|
||||
REM
|
||||
REM * Neither the name of Manuel Pichler nor the names of his
|
||||
REM contributors may be used to endorse or promote products derived
|
||||
REM from this software without specific prior written permission.
|
||||
REM
|
||||
REM THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
REM "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
REM LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
||||
REM FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
||||
REM COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
REM INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
||||
REM BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||||
REM LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||
REM CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
|
||||
REM LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
||||
REM ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
REM POSSIBILITY OF SUCH DAMAGE.
|
||||
REM
|
||||
REM $Id$
|
||||
REM
|
||||
|
||||
if "%PHPBIN%" == "" set PHPBIN=@php_bin@
|
||||
if not exist "%PHPBIN%" if "%PHP_PEAR_PHP_BIN%" neq "" goto USE_PEAR_PATH
|
||||
GOTO RUN
|
||||
:USE_PEAR_PATH
|
||||
set PHPBIN=%PHP_PEAR_PHP_BIN%
|
||||
:RUN
|
||||
"%PHPBIN%" "@bin_dir@\phpmd" %*
|
||||
@echo off
|
||||
REM This file is part of PHP Mess Detector.
|
||||
REM
|
||||
REM Copyright (c) 2008-2012, Manuel Pichler <mapi@phpmd.org>.
|
||||
REM All rights reserved.
|
||||
REM
|
||||
REM Redistribution and use in source and binary forms, with or without
|
||||
REM modification, are permitted provided that the following conditions
|
||||
REM are met:
|
||||
REM
|
||||
REM * Redistributions of source code must retain the above copyright
|
||||
REM notice, this list of conditions and the following disclaimer.
|
||||
REM
|
||||
REM * Redistributions in binary form must reproduce the above copyright
|
||||
REM notice, this list of conditions and the following disclaimer in
|
||||
REM the documentation and/or other materials provided with the
|
||||
REM distribution.
|
||||
REM
|
||||
REM * Neither the name of Manuel Pichler nor the names of his
|
||||
REM contributors may be used to endorse or promote products derived
|
||||
REM from this software without specific prior written permission.
|
||||
REM
|
||||
REM THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
REM "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
REM LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
||||
REM FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
||||
REM COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
REM INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
||||
REM BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||||
REM LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||
REM CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
|
||||
REM LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
||||
REM ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
REM POSSIBILITY OF SUCH DAMAGE.
|
||||
REM
|
||||
REM $Id$
|
||||
REM
|
||||
|
||||
if "%PHPBIN%" == "" set PHPBIN=@php_bin@
|
||||
if not exist "%PHPBIN%" if "%PHP_PEAR_PHP_BIN%" neq "" goto USE_PEAR_PATH
|
||||
GOTO RUN
|
||||
:USE_PEAR_PATH
|
||||
set PHPBIN=%PHP_PEAR_PHP_BIN%
|
||||
:RUN
|
||||
"%PHPBIN%" "@bin_dir@\phpmd" %*
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,2 +1,2 @@
|
||||
+----------------------------------------------------------------------------------+
|
||||
+----------------------------------------------------------------------------------+
|
||||
+----------------------------------------------------------------------------------+
|
||||
@@ -1,6 +1,6 @@
|
||||
1 / 10 [+++++>------------------------------------------------------] 10.00%
|
||||
2 / 10 [+++++++++++>------------------------------------------------] 20.00%
|
||||
3 / 10 [+++++++++++++++++>------------------------------------------] 30.00%
|
||||
4 / 10 [+++++++++++++++++++++++>------------------------------------] 40.00%
|
||||
5 / 10 [+++++++++++++++++++++++++++++>------------------------------] 50.00%
|
||||
1 / 10 [+++++>------------------------------------------------------] 10.00%
|
||||
2 / 10 [+++++++++++>------------------------------------------------] 20.00%
|
||||
3 / 10 [+++++++++++++++++>------------------------------------------] 30.00%
|
||||
4 / 10 [+++++++++++++++++++++++>------------------------------------] 40.00%
|
||||
5 / 10 [+++++++++++++++++++++++++++++>------------------------------] 50.00%
|
||||
10 / 10 [+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>] 100.00%
|
||||
@@ -1,3 +1,3 @@
|
||||
+-----+
|
||||
| foo |
|
||||
+-----+
|
||||
| foo |
|
||||
+-----+
|
||||
@@ -1,4 +1,4 @@
|
||||
13 / 42 [+++++++++++++++++++>----------------------------------------] 30.95%
|
||||
26 / 42 [+++++++++++++++++++++++++++++++++++++++>--------------------] 61.90%
|
||||
39 / 42 [+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>] 92.86%
|
||||
13 / 42 [+++++++++++++++++++>----------------------------------------] 30.95%
|
||||
26 / 42 [+++++++++++++++++++++++++++++++++++++++>--------------------] 61.90%
|
||||
39 / 42 [+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>] 92.86%
|
||||
42 / 42 [+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>] 100.00%
|
||||
@@ -1,10 +1,10 @@
|
||||
10 / 100 [+++++>----------------------------------------------------] 10.00%
|
||||
20 / 100 [+++++++++++>----------------------------------------------] 20.00%
|
||||
30 / 100 [+++++++++++++++++>----------------------------------------] 30.00%
|
||||
40 / 100 [+++++++++++++++++++++++>----------------------------------] 40.00%
|
||||
50 / 100 [++++++++++++++++++++++++++++>-----------------------------] 50.00%
|
||||
60 / 100 [++++++++++++++++++++++++++++++++++>-----------------------] 60.00%
|
||||
70 / 100 [++++++++++++++++++++++++++++++++++++++++>-----------------] 70.00%
|
||||
80 / 100 [++++++++++++++++++++++++++++++++++++++++++++++>-----------] 80.00%
|
||||
90 / 100 [++++++++++++++++++++++++++++++++++++++++++++++++++++>-----] 90.00%
|
||||
10 / 100 [+++++>----------------------------------------------------] 10.00%
|
||||
20 / 100 [+++++++++++>----------------------------------------------] 20.00%
|
||||
30 / 100 [+++++++++++++++++>----------------------------------------] 30.00%
|
||||
40 / 100 [+++++++++++++++++++++++>----------------------------------] 40.00%
|
||||
50 / 100 [++++++++++++++++++++++++++++>-----------------------------] 50.00%
|
||||
60 / 100 [++++++++++++++++++++++++++++++++++>-----------------------] 60.00%
|
||||
70 / 100 [++++++++++++++++++++++++++++++++++++++++>-----------------] 70.00%
|
||||
80 / 100 [++++++++++++++++++++++++++++++++++++++++++++++>-----------] 80.00%
|
||||
90 / 100 [++++++++++++++++++++++++++++++++++++++++++++++++++++>-----] 90.00%
|
||||
100 / 100 [+++++++++++++++++++++++++++++++++++++++++++++++++++++++++>] 100.00%
|
||||
@@ -1,40 +1,40 @@
|
||||
2.50 / 100.00 [+>--------------------------------------------------] 2.50%
|
||||
5.00 / 100.00 [++>-------------------------------------------------] 5.00%
|
||||
7.50 / 100.00 [+++>------------------------------------------------] 7.50%
|
||||
10.00 / 100.00 [+++++>----------------------------------------------] 10.00%
|
||||
12.50 / 100.00 [++++++>---------------------------------------------] 12.50%
|
||||
15.00 / 100.00 [+++++++>--------------------------------------------] 15.00%
|
||||
17.50 / 100.00 [+++++++++>------------------------------------------] 17.50%
|
||||
20.00 / 100.00 [++++++++++>-----------------------------------------] 20.00%
|
||||
22.50 / 100.00 [+++++++++++>----------------------------------------] 22.50%
|
||||
25.00 / 100.00 [++++++++++++>---------------------------------------] 25.00%
|
||||
27.50 / 100.00 [++++++++++++++>-------------------------------------] 27.50%
|
||||
30.00 / 100.00 [+++++++++++++++>------------------------------------] 30.00%
|
||||
32.50 / 100.00 [++++++++++++++++>-----------------------------------] 32.50%
|
||||
35.00 / 100.00 [++++++++++++++++++>---------------------------------] 35.00%
|
||||
37.50 / 100.00 [+++++++++++++++++++>--------------------------------] 37.50%
|
||||
40.00 / 100.00 [++++++++++++++++++++>-------------------------------] 40.00%
|
||||
42.50 / 100.00 [++++++++++++++++++++++>-----------------------------] 42.50%
|
||||
45.00 / 100.00 [+++++++++++++++++++++++>----------------------------] 45.00%
|
||||
47.50 / 100.00 [++++++++++++++++++++++++>---------------------------] 47.50%
|
||||
50.00 / 100.00 [+++++++++++++++++++++++++>--------------------------] 50.00%
|
||||
52.50 / 100.00 [+++++++++++++++++++++++++++>------------------------] 52.50%
|
||||
55.00 / 100.00 [++++++++++++++++++++++++++++>-----------------------] 55.00%
|
||||
57.50 / 100.00 [+++++++++++++++++++++++++++++>----------------------] 57.50%
|
||||
60.00 / 100.00 [+++++++++++++++++++++++++++++++>--------------------] 60.00%
|
||||
62.50 / 100.00 [++++++++++++++++++++++++++++++++>-------------------] 62.50%
|
||||
65.00 / 100.00 [+++++++++++++++++++++++++++++++++>------------------] 65.00%
|
||||
67.50 / 100.00 [+++++++++++++++++++++++++++++++++++>----------------] 67.50%
|
||||
70.00 / 100.00 [++++++++++++++++++++++++++++++++++++>---------------] 70.00%
|
||||
72.50 / 100.00 [+++++++++++++++++++++++++++++++++++++>--------------] 72.50%
|
||||
75.00 / 100.00 [++++++++++++++++++++++++++++++++++++++>-------------] 75.00%
|
||||
77.50 / 100.00 [++++++++++++++++++++++++++++++++++++++++>-----------] 77.50%
|
||||
80.00 / 100.00 [+++++++++++++++++++++++++++++++++++++++++>----------] 80.00%
|
||||
82.50 / 100.00 [++++++++++++++++++++++++++++++++++++++++++>---------] 82.50%
|
||||
85.00 / 100.00 [++++++++++++++++++++++++++++++++++++++++++++>-------] 85.00%
|
||||
87.50 / 100.00 [+++++++++++++++++++++++++++++++++++++++++++++>------] 87.50%
|
||||
90.00 / 100.00 [++++++++++++++++++++++++++++++++++++++++++++++>-----] 90.00%
|
||||
92.50 / 100.00 [++++++++++++++++++++++++++++++++++++++++++++++++>---] 92.50%
|
||||
95.00 / 100.00 [+++++++++++++++++++++++++++++++++++++++++++++++++>--] 95.00%
|
||||
97.50 / 100.00 [++++++++++++++++++++++++++++++++++++++++++++++++++>-] 97.50%
|
||||
2.50 / 100.00 [+>--------------------------------------------------] 2.50%
|
||||
5.00 / 100.00 [++>-------------------------------------------------] 5.00%
|
||||
7.50 / 100.00 [+++>------------------------------------------------] 7.50%
|
||||
10.00 / 100.00 [+++++>----------------------------------------------] 10.00%
|
||||
12.50 / 100.00 [++++++>---------------------------------------------] 12.50%
|
||||
15.00 / 100.00 [+++++++>--------------------------------------------] 15.00%
|
||||
17.50 / 100.00 [+++++++++>------------------------------------------] 17.50%
|
||||
20.00 / 100.00 [++++++++++>-----------------------------------------] 20.00%
|
||||
22.50 / 100.00 [+++++++++++>----------------------------------------] 22.50%
|
||||
25.00 / 100.00 [++++++++++++>---------------------------------------] 25.00%
|
||||
27.50 / 100.00 [++++++++++++++>-------------------------------------] 27.50%
|
||||
30.00 / 100.00 [+++++++++++++++>------------------------------------] 30.00%
|
||||
32.50 / 100.00 [++++++++++++++++>-----------------------------------] 32.50%
|
||||
35.00 / 100.00 [++++++++++++++++++>---------------------------------] 35.00%
|
||||
37.50 / 100.00 [+++++++++++++++++++>--------------------------------] 37.50%
|
||||
40.00 / 100.00 [++++++++++++++++++++>-------------------------------] 40.00%
|
||||
42.50 / 100.00 [++++++++++++++++++++++>-----------------------------] 42.50%
|
||||
45.00 / 100.00 [+++++++++++++++++++++++>----------------------------] 45.00%
|
||||
47.50 / 100.00 [++++++++++++++++++++++++>---------------------------] 47.50%
|
||||
50.00 / 100.00 [+++++++++++++++++++++++++>--------------------------] 50.00%
|
||||
52.50 / 100.00 [+++++++++++++++++++++++++++>------------------------] 52.50%
|
||||
55.00 / 100.00 [++++++++++++++++++++++++++++>-----------------------] 55.00%
|
||||
57.50 / 100.00 [+++++++++++++++++++++++++++++>----------------------] 57.50%
|
||||
60.00 / 100.00 [+++++++++++++++++++++++++++++++>--------------------] 60.00%
|
||||
62.50 / 100.00 [++++++++++++++++++++++++++++++++>-------------------] 62.50%
|
||||
65.00 / 100.00 [+++++++++++++++++++++++++++++++++>------------------] 65.00%
|
||||
67.50 / 100.00 [+++++++++++++++++++++++++++++++++++>----------------] 67.50%
|
||||
70.00 / 100.00 [++++++++++++++++++++++++++++++++++++>---------------] 70.00%
|
||||
72.50 / 100.00 [+++++++++++++++++++++++++++++++++++++>--------------] 72.50%
|
||||
75.00 / 100.00 [++++++++++++++++++++++++++++++++++++++>-------------] 75.00%
|
||||
77.50 / 100.00 [++++++++++++++++++++++++++++++++++++++++>-----------] 77.50%
|
||||
80.00 / 100.00 [+++++++++++++++++++++++++++++++++++++++++>----------] 80.00%
|
||||
82.50 / 100.00 [++++++++++++++++++++++++++++++++++++++++++>---------] 82.50%
|
||||
85.00 / 100.00 [++++++++++++++++++++++++++++++++++++++++++++>-------] 85.00%
|
||||
87.50 / 100.00 [+++++++++++++++++++++++++++++++++++++++++++++>------] 87.50%
|
||||
90.00 / 100.00 [++++++++++++++++++++++++++++++++++++++++++++++>-----] 90.00%
|
||||
92.50 / 100.00 [++++++++++++++++++++++++++++++++++++++++++++++++>---] 92.50%
|
||||
95.00 / 100.00 [+++++++++++++++++++++++++++++++++++++++++++++++++>--] 95.00%
|
||||
97.50 / 100.00 [++++++++++++++++++++++++++++++++++++++++++++++++++>-] 97.50%
|
||||
100.00 / 100.00 [+++++++++++++++++++++++++++++++++++++++++++++++++++>] 100.00%
|
||||
@@ -1,40 +1,40 @@
|
||||
2.50 / 100.00000000 [+>--------------------------------------------] 2.50%
|
||||
5.00 / 100.00000000 [++>-------------------------------------------] 5.00%
|
||||
7.50 / 100.00000000 [+++>------------------------------------------] 7.50%
|
||||
10.00 / 100.00000000 [++++>-----------------------------------------] 10.00%
|
||||
12.50 / 100.00000000 [+++++>----------------------------------------] 12.50%
|
||||
15.00 / 100.00000000 [++++++>---------------------------------------] 15.00%
|
||||
17.50 / 100.00000000 [++++++++>-------------------------------------] 17.50%
|
||||
20.00 / 100.00000000 [+++++++++>------------------------------------] 20.00%
|
||||
22.50 / 100.00000000 [++++++++++>-----------------------------------] 22.50%
|
||||
25.00 / 100.00000000 [+++++++++++>----------------------------------] 25.00%
|
||||
27.50 / 100.00000000 [++++++++++++>---------------------------------] 27.50%
|
||||
30.00 / 100.00000000 [+++++++++++++>--------------------------------] 30.00%
|
||||
32.50 / 100.00000000 [++++++++++++++>-------------------------------] 32.50%
|
||||
35.00 / 100.00000000 [++++++++++++++++>-----------------------------] 35.00%
|
||||
37.50 / 100.00000000 [+++++++++++++++++>----------------------------] 37.50%
|
||||
40.00 / 100.00000000 [++++++++++++++++++>---------------------------] 40.00%
|
||||
42.50 / 100.00000000 [+++++++++++++++++++>--------------------------] 42.50%
|
||||
45.00 / 100.00000000 [++++++++++++++++++++>-------------------------] 45.00%
|
||||
47.50 / 100.00000000 [+++++++++++++++++++++>------------------------] 47.50%
|
||||
50.00 / 100.00000000 [++++++++++++++++++++++>-----------------------] 50.00%
|
||||
52.50 / 100.00000000 [++++++++++++++++++++++++>---------------------] 52.50%
|
||||
55.00 / 100.00000000 [+++++++++++++++++++++++++>--------------------] 55.00%
|
||||
57.50 / 100.00000000 [++++++++++++++++++++++++++>-------------------] 57.50%
|
||||
60.00 / 100.00000000 [+++++++++++++++++++++++++++>------------------] 60.00%
|
||||
62.50 / 100.00000000 [++++++++++++++++++++++++++++>-----------------] 62.50%
|
||||
65.00 / 100.00000000 [+++++++++++++++++++++++++++++>----------------] 65.00%
|
||||
67.50 / 100.00000000 [+++++++++++++++++++++++++++++++>--------------] 67.50%
|
||||
70.00 / 100.00000000 [++++++++++++++++++++++++++++++++>-------------] 70.00%
|
||||
72.50 / 100.00000000 [+++++++++++++++++++++++++++++++++>------------] 72.50%
|
||||
75.00 / 100.00000000 [++++++++++++++++++++++++++++++++++>-----------] 75.00%
|
||||
77.50 / 100.00000000 [+++++++++++++++++++++++++++++++++++>----------] 77.50%
|
||||
80.00 / 100.00000000 [++++++++++++++++++++++++++++++++++++>---------] 80.00%
|
||||
82.50 / 100.00000000 [+++++++++++++++++++++++++++++++++++++>--------] 82.50%
|
||||
85.00 / 100.00000000 [+++++++++++++++++++++++++++++++++++++++>------] 85.00%
|
||||
87.50 / 100.00000000 [++++++++++++++++++++++++++++++++++++++++>-----] 87.50%
|
||||
90.00 / 100.00000000 [+++++++++++++++++++++++++++++++++++++++++>----] 90.00%
|
||||
92.50 / 100.00000000 [++++++++++++++++++++++++++++++++++++++++++>---] 92.50%
|
||||
95.00 / 100.00000000 [+++++++++++++++++++++++++++++++++++++++++++>--] 95.00%
|
||||
97.50 / 100.00000000 [++++++++++++++++++++++++++++++++++++++++++++>-] 97.50%
|
||||
2.50 / 100.00000000 [+>--------------------------------------------] 2.50%
|
||||
5.00 / 100.00000000 [++>-------------------------------------------] 5.00%
|
||||
7.50 / 100.00000000 [+++>------------------------------------------] 7.50%
|
||||
10.00 / 100.00000000 [++++>-----------------------------------------] 10.00%
|
||||
12.50 / 100.00000000 [+++++>----------------------------------------] 12.50%
|
||||
15.00 / 100.00000000 [++++++>---------------------------------------] 15.00%
|
||||
17.50 / 100.00000000 [++++++++>-------------------------------------] 17.50%
|
||||
20.00 / 100.00000000 [+++++++++>------------------------------------] 20.00%
|
||||
22.50 / 100.00000000 [++++++++++>-----------------------------------] 22.50%
|
||||
25.00 / 100.00000000 [+++++++++++>----------------------------------] 25.00%
|
||||
27.50 / 100.00000000 [++++++++++++>---------------------------------] 27.50%
|
||||
30.00 / 100.00000000 [+++++++++++++>--------------------------------] 30.00%
|
||||
32.50 / 100.00000000 [++++++++++++++>-------------------------------] 32.50%
|
||||
35.00 / 100.00000000 [++++++++++++++++>-----------------------------] 35.00%
|
||||
37.50 / 100.00000000 [+++++++++++++++++>----------------------------] 37.50%
|
||||
40.00 / 100.00000000 [++++++++++++++++++>---------------------------] 40.00%
|
||||
42.50 / 100.00000000 [+++++++++++++++++++>--------------------------] 42.50%
|
||||
45.00 / 100.00000000 [++++++++++++++++++++>-------------------------] 45.00%
|
||||
47.50 / 100.00000000 [+++++++++++++++++++++>------------------------] 47.50%
|
||||
50.00 / 100.00000000 [++++++++++++++++++++++>-----------------------] 50.00%
|
||||
52.50 / 100.00000000 [++++++++++++++++++++++++>---------------------] 52.50%
|
||||
55.00 / 100.00000000 [+++++++++++++++++++++++++>--------------------] 55.00%
|
||||
57.50 / 100.00000000 [++++++++++++++++++++++++++>-------------------] 57.50%
|
||||
60.00 / 100.00000000 [+++++++++++++++++++++++++++>------------------] 60.00%
|
||||
62.50 / 100.00000000 [++++++++++++++++++++++++++++>-----------------] 62.50%
|
||||
65.00 / 100.00000000 [+++++++++++++++++++++++++++++>----------------] 65.00%
|
||||
67.50 / 100.00000000 [+++++++++++++++++++++++++++++++>--------------] 67.50%
|
||||
70.00 / 100.00000000 [++++++++++++++++++++++++++++++++>-------------] 70.00%
|
||||
72.50 / 100.00000000 [+++++++++++++++++++++++++++++++++>------------] 72.50%
|
||||
75.00 / 100.00000000 [++++++++++++++++++++++++++++++++++>-----------] 75.00%
|
||||
77.50 / 100.00000000 [+++++++++++++++++++++++++++++++++++>----------] 77.50%
|
||||
80.00 / 100.00000000 [++++++++++++++++++++++++++++++++++++>---------] 80.00%
|
||||
82.50 / 100.00000000 [+++++++++++++++++++++++++++++++++++++>--------] 82.50%
|
||||
85.00 / 100.00000000 [+++++++++++++++++++++++++++++++++++++++>------] 85.00%
|
||||
87.50 / 100.00000000 [++++++++++++++++++++++++++++++++++++++++>-----] 87.50%
|
||||
90.00 / 100.00000000 [+++++++++++++++++++++++++++++++++++++++++>----] 90.00%
|
||||
92.50 / 100.00000000 [++++++++++++++++++++++++++++++++++++++++++>---] 92.50%
|
||||
95.00 / 100.00000000 [+++++++++++++++++++++++++++++++++++++++++++>--] 95.00%
|
||||
97.50 / 100.00000000 [++++++++++++++++++++++++++++++++++++++++++++>-] 97.50%
|
||||
100.00 / 100.00000000 [+++++++++++++++++++++++++++++++++++++++++++++>] 100.00%
|
||||
@@ -1,40 +1,40 @@
|
||||
2.50000000 / 100.00 [+>--------------------------------------------] 2.50%
|
||||
5.00000000 / 100.00 [++>-------------------------------------------] 5.00%
|
||||
7.50000000 / 100.00 [+++>------------------------------------------] 7.50%
|
||||
10.00000000 / 100.00 [++++>-----------------------------------------] 10.00%
|
||||
12.50000000 / 100.00 [+++++>----------------------------------------] 12.50%
|
||||
15.00000000 / 100.00 [++++++>---------------------------------------] 15.00%
|
||||
17.50000000 / 100.00 [++++++++>-------------------------------------] 17.50%
|
||||
20.00000000 / 100.00 [+++++++++>------------------------------------] 20.00%
|
||||
22.50000000 / 100.00 [++++++++++>-----------------------------------] 22.50%
|
||||
25.00000000 / 100.00 [+++++++++++>----------------------------------] 25.00%
|
||||
27.50000000 / 100.00 [++++++++++++>---------------------------------] 27.50%
|
||||
30.00000000 / 100.00 [+++++++++++++>--------------------------------] 30.00%
|
||||
32.50000000 / 100.00 [++++++++++++++>-------------------------------] 32.50%
|
||||
35.00000000 / 100.00 [++++++++++++++++>-----------------------------] 35.00%
|
||||
37.50000000 / 100.00 [+++++++++++++++++>----------------------------] 37.50%
|
||||
40.00000000 / 100.00 [++++++++++++++++++>---------------------------] 40.00%
|
||||
42.50000000 / 100.00 [+++++++++++++++++++>--------------------------] 42.50%
|
||||
45.00000000 / 100.00 [++++++++++++++++++++>-------------------------] 45.00%
|
||||
47.50000000 / 100.00 [+++++++++++++++++++++>------------------------] 47.50%
|
||||
50.00000000 / 100.00 [++++++++++++++++++++++>-----------------------] 50.00%
|
||||
52.50000000 / 100.00 [++++++++++++++++++++++++>---------------------] 52.50%
|
||||
55.00000000 / 100.00 [+++++++++++++++++++++++++>--------------------] 55.00%
|
||||
57.50000000 / 100.00 [++++++++++++++++++++++++++>-------------------] 57.50%
|
||||
60.00000000 / 100.00 [+++++++++++++++++++++++++++>------------------] 60.00%
|
||||
62.50000000 / 100.00 [++++++++++++++++++++++++++++>-----------------] 62.50%
|
||||
65.00000000 / 100.00 [+++++++++++++++++++++++++++++>----------------] 65.00%
|
||||
67.50000000 / 100.00 [+++++++++++++++++++++++++++++++>--------------] 67.50%
|
||||
70.00000000 / 100.00 [++++++++++++++++++++++++++++++++>-------------] 70.00%
|
||||
72.50000000 / 100.00 [+++++++++++++++++++++++++++++++++>------------] 72.50%
|
||||
75.00000000 / 100.00 [++++++++++++++++++++++++++++++++++>-----------] 75.00%
|
||||
77.50000000 / 100.00 [+++++++++++++++++++++++++++++++++++>----------] 77.50%
|
||||
80.00000000 / 100.00 [++++++++++++++++++++++++++++++++++++>---------] 80.00%
|
||||
82.50000000 / 100.00 [+++++++++++++++++++++++++++++++++++++>--------] 82.50%
|
||||
85.00000000 / 100.00 [+++++++++++++++++++++++++++++++++++++++>------] 85.00%
|
||||
87.50000000 / 100.00 [++++++++++++++++++++++++++++++++++++++++>-----] 87.50%
|
||||
90.00000000 / 100.00 [+++++++++++++++++++++++++++++++++++++++++>----] 90.00%
|
||||
92.50000000 / 100.00 [++++++++++++++++++++++++++++++++++++++++++>---] 92.50%
|
||||
95.00000000 / 100.00 [+++++++++++++++++++++++++++++++++++++++++++>--] 95.00%
|
||||
97.50000000 / 100.00 [++++++++++++++++++++++++++++++++++++++++++++>-] 97.50%
|
||||
2.50000000 / 100.00 [+>--------------------------------------------] 2.50%
|
||||
5.00000000 / 100.00 [++>-------------------------------------------] 5.00%
|
||||
7.50000000 / 100.00 [+++>------------------------------------------] 7.50%
|
||||
10.00000000 / 100.00 [++++>-----------------------------------------] 10.00%
|
||||
12.50000000 / 100.00 [+++++>----------------------------------------] 12.50%
|
||||
15.00000000 / 100.00 [++++++>---------------------------------------] 15.00%
|
||||
17.50000000 / 100.00 [++++++++>-------------------------------------] 17.50%
|
||||
20.00000000 / 100.00 [+++++++++>------------------------------------] 20.00%
|
||||
22.50000000 / 100.00 [++++++++++>-----------------------------------] 22.50%
|
||||
25.00000000 / 100.00 [+++++++++++>----------------------------------] 25.00%
|
||||
27.50000000 / 100.00 [++++++++++++>---------------------------------] 27.50%
|
||||
30.00000000 / 100.00 [+++++++++++++>--------------------------------] 30.00%
|
||||
32.50000000 / 100.00 [++++++++++++++>-------------------------------] 32.50%
|
||||
35.00000000 / 100.00 [++++++++++++++++>-----------------------------] 35.00%
|
||||
37.50000000 / 100.00 [+++++++++++++++++>----------------------------] 37.50%
|
||||
40.00000000 / 100.00 [++++++++++++++++++>---------------------------] 40.00%
|
||||
42.50000000 / 100.00 [+++++++++++++++++++>--------------------------] 42.50%
|
||||
45.00000000 / 100.00 [++++++++++++++++++++>-------------------------] 45.00%
|
||||
47.50000000 / 100.00 [+++++++++++++++++++++>------------------------] 47.50%
|
||||
50.00000000 / 100.00 [++++++++++++++++++++++>-----------------------] 50.00%
|
||||
52.50000000 / 100.00 [++++++++++++++++++++++++>---------------------] 52.50%
|
||||
55.00000000 / 100.00 [+++++++++++++++++++++++++>--------------------] 55.00%
|
||||
57.50000000 / 100.00 [++++++++++++++++++++++++++>-------------------] 57.50%
|
||||
60.00000000 / 100.00 [+++++++++++++++++++++++++++>------------------] 60.00%
|
||||
62.50000000 / 100.00 [++++++++++++++++++++++++++++>-----------------] 62.50%
|
||||
65.00000000 / 100.00 [+++++++++++++++++++++++++++++>----------------] 65.00%
|
||||
67.50000000 / 100.00 [+++++++++++++++++++++++++++++++>--------------] 67.50%
|
||||
70.00000000 / 100.00 [++++++++++++++++++++++++++++++++>-------------] 70.00%
|
||||
72.50000000 / 100.00 [+++++++++++++++++++++++++++++++++>------------] 72.50%
|
||||
75.00000000 / 100.00 [++++++++++++++++++++++++++++++++++>-----------] 75.00%
|
||||
77.50000000 / 100.00 [+++++++++++++++++++++++++++++++++++>----------] 77.50%
|
||||
80.00000000 / 100.00 [++++++++++++++++++++++++++++++++++++>---------] 80.00%
|
||||
82.50000000 / 100.00 [+++++++++++++++++++++++++++++++++++++>--------] 82.50%
|
||||
85.00000000 / 100.00 [+++++++++++++++++++++++++++++++++++++++>------] 85.00%
|
||||
87.50000000 / 100.00 [++++++++++++++++++++++++++++++++++++++++>-----] 87.50%
|
||||
90.00000000 / 100.00 [+++++++++++++++++++++++++++++++++++++++++>----] 90.00%
|
||||
92.50000000 / 100.00 [++++++++++++++++++++++++++++++++++++++++++>---] 92.50%
|
||||
95.00000000 / 100.00 [+++++++++++++++++++++++++++++++++++++++++++>--] 95.00%
|
||||
97.50000000 / 100.00 [++++++++++++++++++++++++++++++++++++++++++++>-] 97.50%
|
||||
100.00000000 / 100.00 [+++++++++++++++++++++++++++++++++++++++++++++>] 100.00%
|
||||
@@ -1,4 +1,4 @@
|
||||
13 / 42 [###################>****************************************] 30.95%
|
||||
26 / 42 [#######################################>********************] 61.90%
|
||||
39 / 42 [###########################################################>] 92.86%
|
||||
13 / 42 [###################>****************************************] 30.95%
|
||||
26 / 42 [#######################################>********************] 61.90%
|
||||
39 / 42 [###########################################################>] 92.86%
|
||||
42 / 42 [###########################################################>] 100.00%
|
||||
@@ -1,3 +1,3 @@
|
||||
19 / 55 [+++++++++++++++++++&----------------------------------------] 34.55%
|
||||
38 / 55 [+++++++++++++++++++++++++++++++++++++++&--------------------] 69.09%
|
||||
19 / 55 [+++++++++++++++++++&----------------------------------------] 34.55%
|
||||
38 / 55 [+++++++++++++++++++++++++++++++++++++++&--------------------] 69.09%
|
||||
55 / 55 [+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&] 100.00%
|
||||
@@ -1,4 +1,4 @@
|
||||
13 / 42 [++++++++++++&------------------------] 30.95%
|
||||
26 / 42 [++++++++++++++++++++++++&------------] 61.90%
|
||||
39 / 42 [++++++++++++++++++++++++++++++++++++&] 92.86%
|
||||
13 / 42 [++++++++++++&------------------------] 30.95%
|
||||
26 / 42 [++++++++++++++++++++++++&------------] 61.90%
|
||||
39 / 42 [++++++++++++++++++++++++++++++++++++&] 92.86%
|
||||
42 / 42 [++++++++++++++++++++++++++++++++++++&] 100.00%
|
||||
@@ -1,8 +1,8 @@
|
||||
3 / 22 [########&******************************************************] 13.64%
|
||||
6 / 22 [#################&*********************************************] 27.27%
|
||||
9 / 22 [##########################&************************************] 40.91%
|
||||
12 / 22 [###################################&***************************] 54.55%
|
||||
15 / 22 [############################################&******************] 68.18%
|
||||
18 / 22 [#####################################################&*********] 81.82%
|
||||
21 / 22 [##############################################################&] 95.45%
|
||||
3 / 22 [########&******************************************************] 13.64%
|
||||
6 / 22 [#################&*********************************************] 27.27%
|
||||
9 / 22 [##########################&************************************] 40.91%
|
||||
12 / 22 [###################################&***************************] 54.55%
|
||||
15 / 22 [############################################&******************] 68.18%
|
||||
18 / 22 [#####################################################&*********] 81.82%
|
||||
21 / 22 [##############################################################&] 95.45%
|
||||
22 / 22 [##############################################################&] 100.00%
|
||||
@@ -1,6 +1,6 @@
|
||||
7 / 42 [123412341>98769876987698769876987698769876987698769876987698] 16.67%
|
||||
14 / 42 [1234123412341234123>9876987698769876987698769876987698769876] 33.33%
|
||||
21 / 42 [12341234123412341234123412341>987698769876987698769876987698] 50.00%
|
||||
28 / 42 [123412341234123412341234123412341234123>98769876987698769876] 66.67%
|
||||
35 / 42 [1234123412341234123412341234123412341234123412341>9876987698] 83.33%
|
||||
7 / 42 [123412341>98769876987698769876987698769876987698769876987698] 16.67%
|
||||
14 / 42 [1234123412341234123>9876987698769876987698769876987698769876] 33.33%
|
||||
21 / 42 [12341234123412341234123412341>987698769876987698769876987698] 50.00%
|
||||
28 / 42 [123412341234123412341234123412341234123>98769876987698769876] 66.67%
|
||||
35 / 42 [1234123412341234123412341234123412341234123412341>9876987698] 83.33%
|
||||
42 / 42 [12341234123412341234123412341234123412341234123412341234123>] 100.00%
|
||||
@@ -1,6 +1,6 @@
|
||||
7 / 42 [1231231---98798798798798798798798798798798798798798798798798] 16.67%
|
||||
14 / 42 [12312312312312312---9879879879879879879879879879879879879879] 33.33%
|
||||
21 / 42 [123123123123123123123123123---987987987987987987987987987987] 50.00%
|
||||
28 / 42 [1231231231231231231231231231231231231---98798798798798798798] 66.67%
|
||||
35 / 42 [12312312312312312312312312312312312312312312312---9879879879] 83.33%
|
||||
7 / 42 [1231231---98798798798798798798798798798798798798798798798798] 16.67%
|
||||
14 / 42 [12312312312312312---9879879879879879879879879879879879879879] 33.33%
|
||||
21 / 42 [123123123123123123123123123---987987987987987987987987987987] 50.00%
|
||||
28 / 42 [1231231231231231231231231231231231231---98798798798798798798] 66.67%
|
||||
35 / 42 [12312312312312312312312312312312312312312312312---9879879879] 83.33%
|
||||
42 / 42 [123123123123123123123123123123123123123123123123123123123---] 100.00%
|
||||
@@ -1,9 +1,9 @@
|
||||
Actual progress: <123123---98798798798798798798798798798798798798798798798798798798798798798> 13
|
||||
Actual progress: <12312312312312---987987987987987987987987987987987987987987987987987987987> 26
|
||||
Actual progress: <1231231231231231231231---9879879879879879879879879879879879879879879879879> 42
|
||||
Actual progress: <123123123123123123123123123123---98798798798798798798798798798798798798798> 55
|
||||
Actual progress: <123123123123123123123123123123123123123---98798798798798798798798798798798> 71
|
||||
Actual progress: <12312312312312312312312312312312312312312312312---987987987987987987987987> 104
|
||||
Actual progress: <1231231231231231231231231231231231231231231231231231231---9879879879879879> 120
|
||||
Actual progress: <123123123123123123123123123123123123123123123123123123123123123---98798798> 133
|
||||
Actual progress: <123123---98798798798798798798798798798798798798798798798798798798798798798> 13
|
||||
Actual progress: <12312312312312---987987987987987987987987987987987987987987987987987987987> 26
|
||||
Actual progress: <1231231231231231231231---9879879879879879879879879879879879879879879879879> 42
|
||||
Actual progress: <123123123123123123123123123123---98798798798798798798798798798798798798798> 55
|
||||
Actual progress: <123123123123123123123123123123123123123---98798798798798798798798798798798> 71
|
||||
Actual progress: <12312312312312312312312312312312312312312312312---987987987987987987987987> 104
|
||||
Actual progress: <1231231231231231231231231231231231231231231231231231231---9879879879879879> 120
|
||||
Actual progress: <123123123123123123123123123123123123123123123123123123123123123---98798798> 133
|
||||
Actual progress: <12312312312312312312312312312312312312312312312312312312312312312312312---> 144
|
||||
@@ -1,10 +1,10 @@
|
||||
10.0% UPLOAD /var/upload/test.php
|
||||
20.0% UPLOAD /var/upload/testing.php
|
||||
30.0% UPLOAD /var/upload/foo.php
|
||||
40.0% UPLOAD /var/upload/bar.php
|
||||
50.0% UPLOAD /var/upload/baz.png
|
||||
60.0% UPLOAD /var/upload/image.jpg
|
||||
70.0% UPLOAD /var/upload/bar.gif
|
||||
80.0% UPLOAD /var/upload/ez-logo.jpg
|
||||
90.0% UPLOAD /var/upload/ez-logo.png
|
||||
100.0% UPLOAD /var/upload/ez-components.png
|
||||
10.0% UPLOAD /var/upload/test.php
|
||||
20.0% UPLOAD /var/upload/testing.php
|
||||
30.0% UPLOAD /var/upload/foo.php
|
||||
40.0% UPLOAD /var/upload/bar.php
|
||||
50.0% UPLOAD /var/upload/baz.png
|
||||
60.0% UPLOAD /var/upload/image.jpg
|
||||
70.0% UPLOAD /var/upload/bar.gif
|
||||
80.0% UPLOAD /var/upload/ez-logo.jpg
|
||||
90.0% UPLOAD /var/upload/ez-logo.png
|
||||
100.0% UPLOAD /var/upload/ez-components.png
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
14.3% UPLOAD /var/upload/test.php
|
||||
28.6% UPLOAD /var/upload/testing.php
|
||||
42.9% UPLOAD /var/upload/foo.php
|
||||
57.1% UPLOAD /var/upload/bar.php
|
||||
71.4% UPLOAD /var/upload/baz.png
|
||||
85.7% UPLOAD /var/upload/image.jpg
|
||||
100.0% UPLOAD /var/upload/bar.gif
|
||||
14.3% UPLOAD /var/upload/test.php
|
||||
28.6% UPLOAD /var/upload/testing.php
|
||||
42.9% UPLOAD /var/upload/foo.php
|
||||
57.1% UPLOAD /var/upload/bar.php
|
||||
71.4% UPLOAD /var/upload/baz.png
|
||||
85.7% UPLOAD /var/upload/image.jpg
|
||||
100.0% UPLOAD /var/upload/bar.gif
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
UPLOAD 14.29% /var/upload/test.php
|
||||
UPLOAD 28.57% /var/upload/testing.php
|
||||
UPLOAD 42.86% /var/upload/foo.php
|
||||
UPLOAD 57.14% /var/upload/bar.php
|
||||
UPLOAD 71.43% /var/upload/baz.png
|
||||
UPLOAD 85.71% /var/upload/image.jpg
|
||||
UPLOAD 100.00% /var/upload/bar.gif
|
||||
UPLOAD 14.29% /var/upload/test.php
|
||||
UPLOAD 28.57% /var/upload/testing.php
|
||||
UPLOAD 42.86% /var/upload/foo.php
|
||||
UPLOAD 57.14% /var/upload/bar.php
|
||||
UPLOAD 71.43% /var/upload/baz.png
|
||||
UPLOAD 85.71% /var/upload/image.jpg
|
||||
UPLOAD 100.00% /var/upload/bar.gif
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
UPLOAD 14.29% /var/upload/test.php
|
||||
UPLOAD 28.57% /var/upload/testing.php
|
||||
UPLOAD 42.86% /var/upload/foo.php
|
||||
UPLOAD 57.14% /var/upload/bar.php
|
||||
UPLOAD 71.43% /var/upload/baz.png
|
||||
UPLOAD 85.71% /var/upload/image.jpg
|
||||
UPLOAD 100.00% /var/upload/bar.gif
|
||||
UPLOAD 14.29% /var/upload/test.php
|
||||
UPLOAD 28.57% /var/upload/testing.php
|
||||
UPLOAD 42.86% /var/upload/foo.php
|
||||
UPLOAD 57.14% /var/upload/bar.php
|
||||
UPLOAD 71.43% /var/upload/baz.png
|
||||
UPLOAD 85.71% /var/upload/image.jpg
|
||||
UPLOAD 100.00% /var/upload/bar.gif
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
2 / 10 [ööööööööööö>------------------------------------------------] 20.00%
|
||||
4 / 10 [ööööööööööööööööööööööö>------------------------------------] 40.00%
|
||||
6 / 10 [ööööööööööööööööööööööööööööööööööö>------------------------] 60.00%
|
||||
8 / 10 [ööööööööööööööööööööööööööööööööööööööööööööööö>------------] 80.00%
|
||||
2 / 10 [ööööööööööö>------------------------------------------------] 20.00%
|
||||
4 / 10 [ööööööööööööööööööööööö>------------------------------------] 40.00%
|
||||
6 / 10 [ööööööööööööööööööööööööööööööööööö>------------------------] 60.00%
|
||||
8 / 10 [ööööööööööööööööööööööööööööööööööööööööööööööö>------------] 80.00%
|
||||
10 / 10 [ööööööööööööööööööööööööööööööööööööööööööööööööööööööööööö>] 100.00%
|
||||
@@ -1,5 +1,5 @@
|
||||
2ö/ä10ü[ööööööööööö>------------------------------------------------]ß 20.00%
|
||||
4ö/ä10ü[ööööööööööööööööööööööö>------------------------------------]ß 40.00%
|
||||
6ö/ä10ü[ööööööööööööööööööööööööööööööööööö>------------------------]ß 60.00%
|
||||
8ö/ä10ü[ööööööööööööööööööööööööööööööööööööööööööööööö>------------]ß 80.00%
|
||||
2ö/ä10ü[ööööööööööö>------------------------------------------------]ß 20.00%
|
||||
4ö/ä10ü[ööööööööööööööööööööööö>------------------------------------]ß 40.00%
|
||||
6ö/ä10ü[ööööööööööööööööööööööööööööööööööö>------------------------]ß 60.00%
|
||||
8ö/ä10ü[ööööööööööööööööööööööööööööööööööööööööööööööö>------------]ß 80.00%
|
||||
10ö/ä10ü[ööööööööööööööööööööööööööööööööööööööööööööööööööööööööööö>]ß100.00%
|
||||
@@ -1,5 +1,5 @@
|
||||
2ö/ä10ü[+++++++++++>------------------------------------------------]ß 20.00%
|
||||
4ö/ä10ü[+++++++++++++++++++++++>------------------------------------]ß 40.00%
|
||||
6ö/ä10ü[+++++++++++++++++++++++++++++++++++>------------------------]ß 60.00%
|
||||
8ö/ä10ü[+++++++++++++++++++++++++++++++++++++++++++++++>------------]ß 80.00%
|
||||
2ö/ä10ü[+++++++++++>------------------------------------------------]ß 20.00%
|
||||
4ö/ä10ü[+++++++++++++++++++++++>------------------------------------]ß 40.00%
|
||||
6ö/ä10ü[+++++++++++++++++++++++++++++++++++>------------------------]ß 60.00%
|
||||
8ö/ä10ü[+++++++++++++++++++++++++++++++++++++++++++++++>------------]ß 80.00%
|
||||
10ö/ä10ü[+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>]ß100.00%
|
||||
@@ -1,11 +1,11 @@
|
||||
+----------------------------------------+----------------------+-------------+
|
||||
| Heading no. 1 | Longer heading no. 2 | Head 3 |
|
||||
+----------------------------------------+----------------------+-------------+
|
||||
| Data cell 1 | Data cell 2 | Data cell 3 |
|
||||
+----------------------------------------+----------------------+-------------+
|
||||
| Long long data cell with even more | Data cell 4 | Data cell 5 |
|
||||
| text in it... | | |
|
||||
+----------------------------------------+----------------------+-------------+
|
||||
| a b c d e f g h i j k l m n o p q r s | Data cell | Data cell |
|
||||
| t u v w x | | |
|
||||
+----------------------------------------+----------------------+-------------+
|
||||
| Heading no. 1 | Longer heading no. 2 | Head 3 |
|
||||
+----------------------------------------+----------------------+-------------+
|
||||
| Data cell 1 | Data cell 2 | Data cell 3 |
|
||||
+----------------------------------------+----------------------+-------------+
|
||||
| Long long data cell with even more | Data cell 4 | Data cell 5 |
|
||||
| text in it... | | |
|
||||
+----------------------------------------+----------------------+-------------+
|
||||
| a b c d e f g h i j k l m n o p q r s | Data cell | Data cell |
|
||||
| t u v w x | | |
|
||||
+----------------------------------------+----------------------+-------------+
|
||||
@@ -1,20 +1,20 @@
|
||||
+------------+------------+------------+
|
||||
| Heading | Longer | Head 3 |
|
||||
| no. 1 | heading | |
|
||||
| | no. 2 | |
|
||||
+------------+------------+------------+
|
||||
| Data cell | Data cell | Data cell |
|
||||
| 1 | 2 | 3 |
|
||||
+------------+------------+------------+
|
||||
| Long long | Data cell | Data cell |
|
||||
| data cell | 4 | 5 |
|
||||
| with even | | |
|
||||
| more text | | |
|
||||
| in it... | | |
|
||||
+------------+------------+------------+
|
||||
| a b c d e | Data cell | Data cell |
|
||||
| f g h i j | | |
|
||||
| k l m n o | | |
|
||||
| p q r s t | | |
|
||||
| u v w x | | |
|
||||
+------------+------------+------------+
|
||||
| Heading | Longer | Head 3 |
|
||||
| no. 1 | heading | |
|
||||
| | no. 2 | |
|
||||
+------------+------------+------------+
|
||||
| Data cell | Data cell | Data cell |
|
||||
| 1 | 2 | 3 |
|
||||
+------------+------------+------------+
|
||||
| Long long | Data cell | Data cell |
|
||||
| data cell | 4 | 5 |
|
||||
| with even | | |
|
||||
| more text | | |
|
||||
| in it... | | |
|
||||
+------------+------------+------------+
|
||||
| a b c d e | Data cell | Data cell |
|
||||
| f g h i j | | |
|
||||
| k l m n o | | |
|
||||
| p q r s t | | |
|
||||
| u v w x | | |
|
||||
+------------+------------+------------+
|
||||
@@ -1,5 +1,5 @@
|
||||
+---------+---------+---------+---------+---------+--------+
|
||||
| a | b | c | d | e | f |
|
||||
+---------+---------+---------+---------+---------+--------+
|
||||
| g | h | i | j | k | l |
|
||||
+---------+---------+---------+---------+---------+--------+
|
||||
| a | b | c | d | e | f |
|
||||
+---------+---------+---------+---------+---------+--------+
|
||||
| g | h | i | j | k | l |
|
||||
+---------+---------+---------+---------+---------+--------+
|
||||
@@ -1,5 +1,5 @@
|
||||
+---+---+---+---+---+---+
|
||||
| a | b | c | d | e | f |
|
||||
+---+---+---+---+---+---+
|
||||
| g | h | i | j | k | l |
|
||||
+---+---+---+---+---+---+
|
||||
| a | b | c | d | e | f |
|
||||
+---+---+---+---+---+---+
|
||||
| g | h | i | j | k | l |
|
||||
+---+---+---+---+---+---+
|
||||
@@ -1,11 +1,11 @@
|
||||
#########################################################################################################################
|
||||
# Parameter # Shortcut # Descrition #
|
||||
#########################################################################################################################
|
||||
# Append text to a file. This parameter takes a string value and may be used multiple times. # --append # -a #
|
||||
#########################################################################################################################
|
||||
# Prepend text to a file. This parameter takes a string value and may be used multiple times. # --prepend # -p #
|
||||
#########################################################################################################################
|
||||
# Forces the action desired without paying attention to any errors. # --force # -f #
|
||||
#########################################################################################################################
|
||||
# Silence all kinds of warnings issued by this program. # --silent # -s #
|
||||
#########################################################################################################################
|
||||
# Parameter # Shortcut # Descrition #
|
||||
#########################################################################################################################
|
||||
# Append text to a file. This parameter takes a string value and may be used multiple times. # --append # -a #
|
||||
#########################################################################################################################
|
||||
# Prepend text to a file. This parameter takes a string value and may be used multiple times. # --prepend # -p #
|
||||
#########################################################################################################################
|
||||
# Forces the action desired without paying attention to any errors. # --force # -f #
|
||||
#########################################################################################################################
|
||||
# Silence all kinds of warnings issued by this program. # --silent # -s #
|
||||
#########################################################################################################################
|
||||
@@ -1,15 +1,15 @@
|
||||
cvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvcvvvvvvvvvvvcvvvvvvvvvvvvc
|
||||
h Parameter h Shortcut h Descrition h
|
||||
cvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvcvvvvvvvvvvvcvvvvvvvvvvvvc
|
||||
h Append text to a file. This parameter takes a h --append h -a h
|
||||
h string value and may be used multiple times. h h h
|
||||
cvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvcvvvvvvvvvvvcvvvvvvvvvvvvc
|
||||
h Prepend text to a file. This parameter takes a h --prepend h -p h
|
||||
h string value and may be used multiple times. h h h
|
||||
cvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvcvvvvvvvvvvvcvvvvvvvvvvvvc
|
||||
h Forces the action desired without paying attention h --force h -f h
|
||||
h to any errors. h h h
|
||||
cvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvcvvvvvvvvvvvcvvvvvvvvvvvvc
|
||||
h Silence all kinds of warnings issued by this h --silent h -s h
|
||||
h program. h h h
|
||||
cvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvcvvvvvvvvvvvcvvvvvvvvvvvvc
|
||||
h Parameter h Shortcut h Descrition h
|
||||
cvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvcvvvvvvvvvvvcvvvvvvvvvvvvc
|
||||
h Append text to a file. This parameter takes a h --append h -a h
|
||||
h string value and may be used multiple times. h h h
|
||||
cvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvcvvvvvvvvvvvcvvvvvvvvvvvvc
|
||||
h Prepend text to a file. This parameter takes a h --prepend h -p h
|
||||
h string value and may be used multiple times. h h h
|
||||
cvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvcvvvvvvvvvvvcvvvvvvvvvvvvc
|
||||
h Forces the action desired without paying attention h --force h -f h
|
||||
h to any errors. h h h
|
||||
cvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvcvvvvvvvvvvvcvvvvvvvvvvvvc
|
||||
h Silence all kinds of warnings issued by this h --silent h -s h
|
||||
h program. h h h
|
||||
cvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvcvvvvvvvvvvvcvvvvvvvvvvvvc
|
||||
@@ -1,11 +1,11 @@
|
||||
+---------+---------+---------+
|
||||
| Parameter | Shortcut | Descrition |
|
||||
+---------+---------+---------+
|
||||
| Append text to a file. This parameter takes a string value and may be used multiple times. | --append | -a |
|
||||
+---------+---------+---------+
|
||||
| Prepend text to a file. This parameter takes a string value and may be used multiple times. | --prepend | -p |
|
||||
+---------+---------+---------+
|
||||
| Forces the action desired without paying attention to any errors. | --force | -f |
|
||||
+---------+---------+---------+
|
||||
| Silence all kinds of warnings issued by this program. | --silent | -s |
|
||||
+---------+---------+---------+
|
||||
| Parameter | Shortcut | Descrition |
|
||||
+---------+---------+---------+
|
||||
| Append text to a file. This parameter takes a string value and may be used multiple times. | --append | -a |
|
||||
+---------+---------+---------+
|
||||
| Prepend text to a file. This parameter takes a string value and may be used multiple times. | --prepend | -p |
|
||||
+---------+---------+---------+
|
||||
| Forces the action desired without paying attention to any errors. | --force | -f |
|
||||
+---------+---------+---------+
|
||||
| Silence all kinds of warnings issued by this program. | --silent | -s |
|
||||
+---------+---------+---------+
|
||||
@@ -1,11 +1,11 @@
|
||||
+-----+-----+-----+
|
||||
| Par | Sho | Des |
|
||||
+-----+-----+-----+
|
||||
| App | --a | -a |
|
||||
+-----+-----+-----+
|
||||
| Pre | --p | -p |
|
||||
+-----+-----+-----+
|
||||
| For | --f | -f |
|
||||
+-----+-----+-----+
|
||||
| Sil | --s | -s |
|
||||
+-----+-----+-----+
|
||||
| Par | Sho | Des |
|
||||
+-----+-----+-----+
|
||||
| App | --a | -a |
|
||||
+-----+-----+-----+
|
||||
| Pre | --p | -p |
|
||||
+-----+-----+-----+
|
||||
| For | --f | -f |
|
||||
+-----+-----+-----+
|
||||
| Sil | --s | -s |
|
||||
+-----+-----+-----+
|
||||
@@ -1,9 +1,9 @@
|
||||
+-----------------------------+-----------------------------+-----------------------------+-----------------------------+
|
||||
| Some very very long data he | Short | Some very very long data he | Short |
|
||||
+-----------------------------+-----------------------------+-----------------------------+-----------------------------+
|
||||
| Short | Some very very long data he | Short | Some very very long data he |
|
||||
| | | | |
|
||||
| | and it becomes even much mu | | |
|
||||
| | | | |
|
||||
| | and even longer.... | | |
|
||||
+-----------------------------+-----------------------------+-----------------------------+-----------------------------+
|
||||
| Some very very long data he | Short | Some very very long data he | Short |
|
||||
+-----------------------------+-----------------------------+-----------------------------+-----------------------------+
|
||||
| Short | Some very very long data he | Short | Some very very long data he |
|
||||
| | | | |
|
||||
| | and it becomes even much mu | | |
|
||||
| | | | |
|
||||
| | and even longer.... | | |
|
||||
+-----------------------------+-----------------------------+-----------------------------+-----------------------------+
|
||||
@@ -1,14 +1,14 @@
|
||||
+-----------------------------+-----------------------------+-----------------------------+-----------------------------+
|
||||
| Some very very long data | Short | Some very very long data | Short |
|
||||
| here.... and it becomes | | here.... and it becomes | |
|
||||
| even much much longer... | | even much much longer... | |
|
||||
| and even longer.... | | and even longer.... | |
|
||||
+-----------------------------+-----------------------------+-----------------------------+-----------------------------+
|
||||
| Short | Some very very long data | Short | Some very very long data |
|
||||
| | here.... | | here.... and it becomes |
|
||||
| | | | even much much longer... |
|
||||
| | and it becomes even much | | and even longer.... |
|
||||
| | much longer... | | |
|
||||
| | | | |
|
||||
| | and even longer.... | | |
|
||||
+-----------------------------+-----------------------------+-----------------------------+-----------------------------+
|
||||
| Some very very long data | Short | Some very very long data | Short |
|
||||
| here.... and it becomes | | here.... and it becomes | |
|
||||
| even much much longer... | | even much much longer... | |
|
||||
| and even longer.... | | and even longer.... | |
|
||||
+-----------------------------+-----------------------------+-----------------------------+-----------------------------+
|
||||
| Short | Some very very long data | Short | Some very very long data |
|
||||
| | here.... | | here.... and it becomes |
|
||||
| | | | even much much longer... |
|
||||
| | and it becomes even much | | and even longer.... |
|
||||
| | much longer... | | |
|
||||
| | | | |
|
||||
| | and even longer.... | | |
|
||||
+-----------------------------+-----------------------------+-----------------------------+-----------------------------+
|
||||
@@ -1,9 +1,9 @@
|
||||
+-----------------------------+-----------------------------+-----------------------------+-----------------------------+
|
||||
| Some very very long data he | Short | Some very very long data he | Short |
|
||||
+-----------------------------+-----------------------------+-----------------------------+-----------------------------+
|
||||
| Short | Some very very long data he | Short | Some very very long data he |
|
||||
| | | | |
|
||||
| | and it becomes even much mu | | |
|
||||
| | | | |
|
||||
| | and even longer.... | | |
|
||||
+-----------------------------+-----------------------------+-----------------------------+-----------------------------+
|
||||
| Some very very long data he | Short | Some very very long data he | Short |
|
||||
+-----------------------------+-----------------------------+-----------------------------+-----------------------------+
|
||||
| Short | Some very very long data he | Short | Some very very long data he |
|
||||
| | | | |
|
||||
| | and it becomes even much mu | | |
|
||||
| | | | |
|
||||
| | and even longer.... | | |
|
||||
+-----------------------------+-----------------------------+-----------------------------+-----------------------------+
|
||||
@@ -1,12 +1,12 @@
|
||||
+-----------------------------------------------------------+-----------------------------------------------------------+
|
||||
| Short text | More short text |
|
||||
+-----------------------------------------------------------+-----------------------------------------------------------+
|
||||
| Short text | More short text |
|
||||
| Short text | More short text |
|
||||
| Short text | More short text |
|
||||
| Short text | Short text |
|
||||
| Short text | |
|
||||
| Short text | |
|
||||
| Short text | |
|
||||
| | |
|
||||
+-----------------------------------------------------------+-----------------------------------------------------------+
|
||||
| Short text | More short text |
|
||||
+-----------------------------------------------------------+-----------------------------------------------------------+
|
||||
| Short text | More short text |
|
||||
| Short text | More short text |
|
||||
| Short text | More short text |
|
||||
| Short text | Short text |
|
||||
| Short text | |
|
||||
| Short text | |
|
||||
| Short text | |
|
||||
| | |
|
||||
+-----------------------------------------------------------+-----------------------------------------------------------+
|
||||
@@ -1,5 +1,5 @@
|
||||
+----------------+----------------+----------------+----------------+----------------+-------------+
|
||||
|~~~ a ~~~|~~~ b ~~~|~~~ c ~~~|~~~ d ~~~|~~~ e ~~~|~~~ f ~~~|
|
||||
+----------------+----------------+----------------+----------------+----------------+-------------+
|
||||
|~~~ g ~~~|~~~ h ~~~|~~~ i ~~~|~~~ j ~~~|~~~ k ~~~|~~~ l ~~~|
|
||||
+----------------+----------------+----------------+----------------+----------------+-------------+
|
||||
|~~~ a ~~~|~~~ b ~~~|~~~ c ~~~|~~~ d ~~~|~~~ e ~~~|~~~ f ~~~|
|
||||
+----------------+----------------+----------------+----------------+----------------+-------------+
|
||||
|~~~ g ~~~|~~~ h ~~~|~~~ i ~~~|~~~ j ~~~|~~~ k ~~~|~~~ l ~~~|
|
||||
+----------------+----------------+----------------+----------------+----------------+-------------+
|
||||
@@ -1,5 +1,5 @@
|
||||
+-------+-------+-------+-------+-------+-------+
|
||||
|~~~a~~~|~~~b~~~|~~~c~~~|~~~d~~~|~~~e~~~|~~~f~~~|
|
||||
+-------+-------+-------+-------+-------+-------+
|
||||
|~~~g~~~|~~~h~~~|~~~i~~~|~~~j~~~|~~~k~~~|~~~l~~~|
|
||||
+-------+-------+-------+-------+-------+-------+
|
||||
|~~~a~~~|~~~b~~~|~~~c~~~|~~~d~~~|~~~e~~~|~~~f~~~|
|
||||
+-------+-------+-------+-------+-------+-------+
|
||||
|~~~g~~~|~~~h~~~|~~~i~~~|~~~j~~~|~~~k~~~|~~~l~~~|
|
||||
+-------+-------+-------+-------+-------+-------+
|
||||
@@ -1,14 +1,14 @@
|
||||
|
||||
Some very very long data Short Some very very long data Short
|
||||
here.... and it becomes here.... and it becomes
|
||||
even much much longer... even much much longer...
|
||||
and even longer.... and even longer....
|
||||
|
||||
Short Some very very long data Short Some very very long data
|
||||
here.... here.... and it becomes
|
||||
even much much longer...
|
||||
and it becomes even much and even longer....
|
||||
much longer...
|
||||
|
||||
and even longer....
|
||||
|
||||
Some very very long data Short Some very very long data Short
|
||||
here.... and it becomes here.... and it becomes
|
||||
even much much longer... even much much longer...
|
||||
and even longer.... and even longer....
|
||||
|
||||
Short Some very very long data Short Some very very long data
|
||||
here.... here.... and it becomes
|
||||
even much much longer...
|
||||
and it becomes even much and even longer....
|
||||
much longer...
|
||||
|
||||
and even longer....
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
Some very very long data Short Some very very long data Short
|
||||
here.... and it becomes even here.... and it becomes even
|
||||
much much longer... and even much much longer... and even
|
||||
longer.... longer....
|
||||
Short Some very very long data Short Some very very long data
|
||||
here.... here.... and it becomes even
|
||||
much much longer... and even
|
||||
and it becomes even much longer....
|
||||
much longer...
|
||||
|
||||
Some very very long data Short Some very very long data Short
|
||||
here.... and it becomes even here.... and it becomes even
|
||||
much much longer... and even much much longer... and even
|
||||
longer.... longer....
|
||||
Short Some very very long data Short Some very very long data
|
||||
here.... here.... and it becomes even
|
||||
much much longer... and even
|
||||
and it becomes even much longer....
|
||||
much longer...
|
||||
|
||||
and even longer....
|
||||
@@ -1,5 +1,5 @@
|
||||
+---+---+---+---+---+---+
|
||||
| a | b | c | d | e | f |
|
||||
+---+---+---+---+---+---+
|
||||
| g | h | i | j | k | l |
|
||||
+---+---+---+---+---+---+
|
||||
| a | b | c | d | e | f |
|
||||
+---+---+---+---+---+---+
|
||||
| g | h | i | j | k | l |
|
||||
+---+---+---+---+---+---+
|
||||
@@ -1,14 +1,14 @@
|
||||
------------------------------------------------------------------------------------------------------------------------
|
||||
Some very very long data Short Some very very long data Short
|
||||
here.... and it becomes even here.... and it becomes even
|
||||
much much longer... and even much much longer... and even
|
||||
longer.... longer....
|
||||
------------------------------------------------------------------------------------------------------------------------
|
||||
Short Some very very long data Short Some very very long data
|
||||
here.... here.... and it becomes even
|
||||
much much longer... and even
|
||||
and it becomes even much longer....
|
||||
much longer...
|
||||
|
||||
and even longer....
|
||||
------------------------------------------------------------------------------------------------------------------------
|
||||
Some very very long data Short Some very very long data Short
|
||||
here.... and it becomes even here.... and it becomes even
|
||||
much much longer... and even much much longer... and even
|
||||
longer.... longer....
|
||||
------------------------------------------------------------------------------------------------------------------------
|
||||
Short Some very very long data Short Some very very long data
|
||||
here.... here.... and it becomes even
|
||||
much much longer... and even
|
||||
and it becomes even much longer....
|
||||
much longer...
|
||||
|
||||
and even longer....
|
||||
------------------------------------------------------------------------------------------------------------------------
|
||||
@@ -1,11 +1,11 @@
|
||||
| Some very very long data | Short | Some very very long data | Short |
|
||||
| here.... and it becomes | | here.... and it becomes | |
|
||||
| even much much longer... | | even much much longer... | |
|
||||
| and even longer.... | | and even longer.... | |
|
||||
| Short | Some very very long data | Short | Some very very long data |
|
||||
| | here.... | | here.... and it becomes |
|
||||
| | | | even much much longer... |
|
||||
| | and it becomes even much | | and even longer.... |
|
||||
| | much longer... | | |
|
||||
| | | | |
|
||||
| Some very very long data | Short | Some very very long data | Short |
|
||||
| here.... and it becomes | | here.... and it becomes | |
|
||||
| even much much longer... | | even much much longer... | |
|
||||
| and even longer.... | | and even longer.... | |
|
||||
| Short | Some very very long data | Short | Some very very long data |
|
||||
| | here.... | | here.... and it becomes |
|
||||
| | | | even much much longer... |
|
||||
| | and it becomes even much | | and even longer.... |
|
||||
| | much longer... | | |
|
||||
| | | | |
|
||||
| | and even longer.... | | |
|
||||
@@ -1,7 +1,7 @@
|
||||
+--------------------+--------------------+-----------------------------------+
|
||||
| Non UTF-8 column 1 | Non UTF-8 column 2 | Long long long long long long |
|
||||
| | | long non UTF-8 column |
|
||||
+--------------------+--------------------+-----------------------------------+
|
||||
| Nön UTF-8 cölümn 1 | Nön UTF-8 cölümn 2 | Löng löng löng löng löng löng |
|
||||
| | | löng nön UTF-8 cölümn |
|
||||
+--------------------+--------------------+-----------------------------------+
|
||||
| Non UTF-8 column 1 | Non UTF-8 column 2 | Long long long long long long |
|
||||
| | | long non UTF-8 column |
|
||||
+--------------------+--------------------+-----------------------------------+
|
||||
| Nön UTF-8 cölümn 1 | Nön UTF-8 cölümn 2 | Löng löng löng löng löng löng |
|
||||
| | | löng nön UTF-8 cölümn |
|
||||
+--------------------+--------------------+-----------------------------------+
|
||||
@@ -1,7 +1,7 @@
|
||||
+--------------------+--------------------+-----------------------------------+
|
||||
| Nön UTF-8 cölümn 1 | Nön UTF-8 cölümn 2 | Löng löng löng löng löng löng |
|
||||
| | | löng nön UTF-8 cölümn |
|
||||
+--------------------+--------------------+-----------------------------------+
|
||||
| Non UTF-8 column 1 | Non UTF-8 column 2 | Long long long long long long |
|
||||
| | | long non UTF-8 column |
|
||||
+--------------------+--------------------+-----------------------------------+
|
||||
| Nön UTF-8 cölümn 1 | Nön UTF-8 cölümn 2 | Löng löng löng löng löng löng |
|
||||
| | | löng nön UTF-8 cölümn |
|
||||
+--------------------+--------------------+-----------------------------------+
|
||||
| Non UTF-8 column 1 | Non UTF-8 column 2 | Long long long long long long |
|
||||
| | | long non UTF-8 column |
|
||||
+--------------------+--------------------+-----------------------------------+
|
||||
Reference in New Issue
Block a user