eric6/Documentation/Source/eric6.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardServer.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
--- a/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardServer.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardServer.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,61 +18,79 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardServer</h1>
+
 <p>
 Module implementing the PyQt5 server part of the QRegularExpression wizzard.
 </p>
 <h3>Global Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Classes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Functions</h3>
+
 <table>
+
 <tr>
 <td><a href="#main">main</a></td>
 <td>Function containing the main routine.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#rxExecute">rxExecute</a></td>
 <td>Function to execute the given regular expression for a given text.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#rxValidate">rxValidate</a></td>
 <td>Function to validate the given regular expression.</td>
 </tr>
 </table>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="main" ID="main"></a>
 <h2>main</h2>
 <b>main</b>(<i></i>)
+
 <p>
     Function containing the main routine.
 </p>
 <div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="rxExecute" ID="rxExecute"></a>
 <h2>rxExecute</h2>
 <b>rxExecute</b>(<i>regexp, options, text, startpos</i>)
+
 <p>
     Function to execute the given regular expression for a given text.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>regexp</i></dt>
 <dd>
 regular expression to validate (string)
-</dd><dt><i>options</i></dt>
+</dd>
+<dt><i>options</i></dt>
 <dd>
 list of options (list of string)
-</dd><dt><i>text</i></dt>
+</dd>
+<dt><i>text</i></dt>
 <dd>
 text to execute on (string)
-</dd><dt><i>startpos</i></dt>
+</dd>
+<dt><i>startpos</i></dt>
 <dd>
 start position for the execution (integer)
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Returns:</dt>
 <dd>
 tuple of a flag indicating a successful match (boolean) and
@@ -82,21 +100,27 @@
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="rxValidate" ID="rxValidate"></a>
 <h2>rxValidate</h2>
 <b>rxValidate</b>(<i>regexp, options</i>)
+
 <p>
     Function to validate the given regular expression.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>regexp</i></dt>
 <dd>
 regular expression to validate (string)
-</dd><dt><i>options</i></dt>
+</dd>
+<dt><i>options</i></dt>
 <dd>
 list of options (list of string)
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Returns:</dt>
 <dd>
 tuple of flag indicating validity (boolean), error

eric ide

mercurial