Skip to content

Commit

Permalink
Fixed bug displaying template pattern and endPattern attributes.
Browse files Browse the repository at this point in the history
Added shell client login error FAQ page
  • Loading branch information
moisesalvarez committed Oct 11, 2021
1 parent 765b6c1 commit 5c87165
Show file tree
Hide file tree
Showing 516 changed files with 18,472 additions and 19,560 deletions.
57 changes: 28 additions & 29 deletions codes/adf/adf-d3e1030.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,38 +17,37 @@ adf

.. table:: Implementation level

+-----------------------------------+-----------------------------------+
| Type | Status |
+===================================+===================================+
| CML extraction template | |image0| |
+-----------------------------------+-----------------------------------+
| HTML5 representation | |image1| |
+-----------------------------------+-----------------------------------+
+----------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+
| Type | Status |
+============================================================================================================================+============================================================================================================================+
| CML extraction template | |image0| |
+----------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+
| HTML5 representation | |image1| |
+----------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+

.. table:: Template attributes

+-----------------------------------+-----------------------------------+
| Attribute | Value |
+===================================+===================================+
| *source* | ADF log |
+-----------------------------------+-----------------------------------+
| id | adf |
+-----------------------------------+-----------------------------------+
| name | ADF module |
+-----------------------------------+-----------------------------------+
| pattern | \ |
| | \s+\*\s+\|\s+A\sD\sF\s+\|\s+\*.\* |
+-----------------------------------+-----------------------------------+
| endPattern | \\s*A\s+D\s+F\s+E\s+X\s+I\s+T\s\* |
+-----------------------------------+-----------------------------------+
| offset | -10 |
+-----------------------------------+-----------------------------------+
| endOffset | 1 |
+-----------------------------------+-----------------------------------+
| repeat | \* |
+-----------------------------------+-----------------------------------+
| xml:base | adf/adf.xml |
+-----------------------------------+-----------------------------------+
+----------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+
| Attribute | Value |
+============================================================================================================================+============================================================================================================================+
| *source* | ADF log |
+----------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+
| id | adf |
+----------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+
| name | ADF module |
+----------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+
| pattern | \s+\*\s+\|\s+A\sD\sF\s+\|\s+\*.\* |
+----------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+
| endPattern | \s*A\s+D\s+F\s+E\s+X\s+I\s+T\s\* |
+----------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+
| offset | -10 |
+----------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+
| endOffset | 1 |
+----------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+
| repeat | \* |
+----------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+
| xml:base | adf/adf.xml |
+----------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+

**Comment.**

Expand Down
54 changes: 26 additions & 28 deletions codes/adf/adf.build-d3e2260.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,35 @@ adf.build

.. table:: Implementation level

+-----------------------------------+-----------------------------------+
| Type | Status |
+===================================+===================================+
| CML extraction template | |image0| |
+-----------------------------------+-----------------------------------+
| HTML5 representation | |image1| |
+-----------------------------------+-----------------------------------+
+----------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+
| Type | Status |
+============================================================================================================================+============================================================================================================================+
| CML extraction template | |image0| |
+----------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+
| HTML5 representation | |image1| |
+----------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+

.. table:: Template attributes

+-----------------------------------+-----------------------------------+
| Attribute | Value |
+===================================+===================================+
| *source* | ADF log |
+-----------------------------------+-----------------------------------+
| id | adf.build |
+-----------------------------------+-----------------------------------+
| repeat | \* |
+-----------------------------------+-----------------------------------+
| pattern | \\s+\*\s+B\sU\sI\sL\sD\s |
| | \:\s\(Fragments\,\sFunctions\).\* |
+-----------------------------------+-----------------------------------+
| endPattern | \\s*\d*\ |
| | s*$\s\*{20,}.*$(\s*|\s*LOGFILE.*) |
+-----------------------------------+-----------------------------------+
| offset | -1 |
+-----------------------------------+-----------------------------------+
| endOffset | 2 |
+-----------------------------------+-----------------------------------+
| xml:base | adf/build/build_fragments.xml |
+-----------------------------------+-----------------------------------+
+----------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+
| Attribute | Value |
+============================================================================================================================+============================================================================================================================+
| *source* | ADF log |
+----------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+
| id | adf.build |
+----------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+
| repeat | \* |
+----------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+
| pattern | \s+\*\s+B\sU\sI\sL\sD\s\:\s\(Fragments\,\sFunctions\).\* |
+----------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+
| endPattern | \s*\d*\s*$\s\*{20,}.*$(\s*|\s*LOGFILE.*) |
+----------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+
| offset | -1 |
+----------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+
| endOffset | 2 |
+----------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+
| xml:base | adf/build/build_fragments.xml |
+----------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+

**Comment.**

Expand Down

0 comments on commit 5c87165

Please sign in to comment.