Skip to content

Commit

Permalink
Sync with EN
Browse files Browse the repository at this point in the history
  • Loading branch information
msamesch committed Jul 6, 2024
1 parent 4bd43d2 commit d4f1fd0
Showing 1 changed file with 42 additions and 1 deletion.
43 changes: 42 additions & 1 deletion reference/pcre/constants.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 37280533a76693adac626a37ffc8daa2276400ce Maintainer: samesch Status: ready -->
<!-- EN-Revision: 47551a95525f8e2ecc8f89f623c82c3962b5e4cf Maintainer: samesch Status: ready -->
<appendix xml:id="pcre.constants" xmlns="http://docbook.org/ns/docbook">
&reftitle.constants;
&extension.constants;
Expand Down Expand Up @@ -204,6 +204,47 @@
</entry>
<entry>5.2.4</entry>
</row>
<row xml:id="constant.pcre-version-major">
<entry>
<constant>PCRE_VERSION_MAJOR</constant>
(<type>int</type>)
</entry>
<entry>
Die PCRE-Hauptversionsnummer.
</entry>
<entry></entry>
</row>
<row xml:id="constant.pcre-version-minor">
<entry>
<constant>PCRE_VERSION_MINOR</constant>
(<type>int</type>)
</entry>
<entry>
Die PCRE-Nebenversionsnummer.
</entry>
<entry></entry>
</row>
<row xml:id="constant.pcre-jit-support">
<entry>
<constant>PCRE_JIT_SUPPORT</constant>
(<type>bool</type>)
</entry>
<entry>
Dieses Flag zeigt an, ob die JIT-Unterstützung von PCRE verfügbar ist.
</entry>
<entry></entry>
</row>
<row xml:id="constant.preg-grep-invert">
<entry>
<constant>PREG_GREP_INVERT</constant>
(<type>int</type>)
</entry>
<entry>
Gibt die Elemente zurück, die nicht mit dem angegebenen Muster
übereinstimmen.
</entry>
<entry></entry>
</row>
</tbody>
</tgroup>
</table>
Expand Down

0 comments on commit d4f1fd0

Please sign in to comment.