Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.222
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
pcre-devel /
html /
[ HOME SHELL ]
Name
Size
Permission
Action
NON-AUTOTOOLS-BUILD.txt
30.62
KB
-rw-r--r--
README.txt
44.48
KB
-rw-r--r--
index.html
7.5
KB
-rw-r--r--
pcre-config.html
3.57
KB
-rw-r--r--
pcre.html
10.14
KB
-rw-r--r--
pcre16.html
15.83
KB
-rw-r--r--
pcre32.html
15.72
KB
-rw-r--r--
pcre_assign_jit_stack.html
2.48
KB
-rw-r--r--
pcre_compile.html
4.62
KB
-rw-r--r--
pcre_compile2.html
4.79
KB
-rw-r--r--
pcre_config.html
3.85
KB
-rw-r--r--
pcre_copy_named_substring.html
2.3
KB
-rw-r--r--
pcre_copy_substring.html
2.07
KB
-rw-r--r--
pcre_dfa_exec.html
5.83
KB
-rw-r--r--
pcre_exec.html
4.94
KB
-rw-r--r--
pcre_free_study.html
1.2
KB
-rw-r--r--
pcre_free_substring.html
1.25
KB
-rw-r--r--
pcre_free_substring_list.html
1.26
KB
-rw-r--r--
pcre_fullinfo.html
5.03
KB
-rw-r--r--
pcre_get_named_substring.html
2.4
KB
-rw-r--r--
pcre_get_stringnumber.html
1.73
KB
-rw-r--r--
pcre_get_stringtable_entries.h...
2.01
KB
-rw-r--r--
pcre_get_substring.html
2.19
KB
-rw-r--r--
pcre_get_substring_list.html
2.15
KB
-rw-r--r--
pcre_jit_exec.html
4.7
KB
-rw-r--r--
pcre_jit_stack_alloc.html
1.68
KB
-rw-r--r--
pcre_jit_stack_free.html
1.25
KB
-rw-r--r--
pcre_maketables.html
1.36
KB
-rw-r--r--
pcre_pattern_to_host_byte_orde...
1.91
KB
-rw-r--r--
pcre_refcount.html
1.41
KB
-rw-r--r--
pcre_study.html
2.1
KB
-rw-r--r--
pcre_utf16_to_host_byte_order....
1.99
KB
-rw-r--r--
pcre_utf32_to_host_byte_order....
1.99
KB
-rw-r--r--
pcre_version.html
1.14
KB
-rw-r--r--
pcreapi.html
132.18
KB
-rw-r--r--
pcrebuild.html
22.3
KB
-rw-r--r--
pcrecallout.html
11.4
KB
-rw-r--r--
pcrecompat.html
9.56
KB
-rw-r--r--
pcrecpp.html
14.06
KB
-rw-r--r--
pcredemo.html
15.81
KB
-rw-r--r--
pcregrep.html
36.96
KB
-rw-r--r--
pcrejit.html
21.58
KB
-rw-r--r--
pcrelimits.html
3.12
KB
-rw-r--r--
pcrematching.html
10.64
KB
-rw-r--r--
pcrepartial.html
23.04
KB
-rw-r--r--
pcrepattern.html
137.39
KB
-rw-r--r--
pcreperform.html
7.64
KB
-rw-r--r--
pcreposix.html
11.85
KB
-rw-r--r--
pcreprecompile.html
7.23
KB
-rw-r--r--
pcresample.html
3.7
KB
-rw-r--r--
pcrestack.html
9.37
KB
-rw-r--r--
pcresyntax.html
16.3
KB
-rw-r--r--
pcretest.html
50.96
KB
-rw-r--r--
pcreunicode.html
11.18
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.html
<html> <!-- This is a manually maintained file that is the root of the HTML version of the PCRE documentation. When the HTML documents are built from the man page versions, the entire doc/html directory is emptied, this file is then copied into doc/html/index.html, and the remaining files therein are created by the 132html script. --> <head> <title>PCRE specification</title> </head> <body bgcolor="#FFFFFF" text="#00005A" link="#0066FF" alink="#3399FF" vlink="#2222BB"> <h1>Perl-compatible Regular Expressions (PCRE)</h1> <p> The HTML documentation for PCRE consists of a number of pages that are listed below in alphabetical order. If you are new to PCRE, please read the first one first. </p> <table> <tr><td><a href="pcre.html">pcre</a></td> <td> Introductory page</td></tr> <tr><td><a href="pcre-config.html">pcre-config</a></td> <td> Information about the installation configuration</td></tr> <tr><td><a href="pcre16.html">pcre16</a></td> <td> Discussion of the 16-bit PCRE library</td></tr> <tr><td><a href="pcre32.html">pcre32</a></td> <td> Discussion of the 32-bit PCRE library</td></tr> <tr><td><a href="pcreapi.html">pcreapi</a></td> <td> PCRE's native API</td></tr> <tr><td><a href="pcrebuild.html">pcrebuild</a></td> <td> Building PCRE</td></tr> <tr><td><a href="pcrecallout.html">pcrecallout</a></td> <td> The <i>callout</i> facility</td></tr> <tr><td><a href="pcrecompat.html">pcrecompat</a></td> <td> Compability with Perl</td></tr> <tr><td><a href="pcrecpp.html">pcrecpp</a></td> <td> The C++ wrapper for the PCRE library</td></tr> <tr><td><a href="pcredemo.html">pcredemo</a></td> <td> A demonstration C program that uses the PCRE library</td></tr> <tr><td><a href="pcregrep.html">pcregrep</a></td> <td> The <b>pcregrep</b> command</td></tr> <tr><td><a href="pcrejit.html">pcrejit</a></td> <td> Discussion of the just-in-time optimization support</td></tr> <tr><td><a href="pcrelimits.html">pcrelimits</a></td> <td> Details of size and other limits</td></tr> <tr><td><a href="pcrematching.html">pcrematching</a></td> <td> Discussion of the two matching algorithms</td></tr> <tr><td><a href="pcrepartial.html">pcrepartial</a></td> <td> Using PCRE for partial matching</td></tr> <tr><td><a href="pcrepattern.html">pcrepattern</a></td> <td> Specification of the regular expressions supported by PCRE</td></tr> <tr><td><a href="pcreperform.html">pcreperform</a></td> <td> Some comments on performance</td></tr> <tr><td><a href="pcreposix.html">pcreposix</a></td> <td> The POSIX API to the PCRE 8-bit library</td></tr> <tr><td><a href="pcreprecompile.html">pcreprecompile</a></td> <td> How to save and re-use compiled patterns</td></tr> <tr><td><a href="pcresample.html">pcresample</a></td> <td> Discussion of the pcredemo program</td></tr> <tr><td><a href="pcrestack.html">pcrestack</a></td> <td> Discussion of PCRE's stack usage</td></tr> <tr><td><a href="pcresyntax.html">pcresyntax</a></td> <td> Syntax quick-reference summary</td></tr> <tr><td><a href="pcretest.html">pcretest</a></td> <td> The <b>pcretest</b> command for testing PCRE</td></tr> <tr><td><a href="pcreunicode.html">pcreunicode</a></td> <td> Discussion of Unicode and UTF-8/UTF-16/UTF-32 support</td></tr> </table> <p> There are also individual pages that summarize the interface for each function in the library. There is a single page for each triple of 8-bit/16-bit/32-bit functions. </p> <table> <tr><td><a href="pcre_assign_jit_stack.html">pcre_assign_jit_stack</a></td> <td> Assign stack for JIT matching</td></tr> <tr><td><a href="pcre_compile.html">pcre_compile</a></td> <td> Compile a regular expression</td></tr> <tr><td><a href="pcre_compile2.html">pcre_compile2</a></td> <td> Compile a regular expression (alternate interface)</td></tr> <tr><td><a href="pcre_config.html">pcre_config</a></td> <td> Show build-time configuration options</td></tr> <tr><td><a href="pcre_copy_named_substring.html">pcre_copy_named_substring</a></td> <td> Extract named substring into given buffer</td></tr> <tr><td><a href="pcre_copy_substring.html">pcre_copy_substring</a></td> <td> Extract numbered substring into given buffer</td></tr> <tr><td><a href="pcre_dfa_exec.html">pcre_dfa_exec</a></td> <td> Match a compiled pattern to a subject string (DFA algorithm; <i>not</i> Perl compatible)</td></tr> <tr><td><a href="pcre_exec.html">pcre_exec</a></td> <td> Match a compiled pattern to a subject string (Perl compatible)</td></tr> <tr><td><a href="pcre_free_study.html">pcre_free_study</a></td> <td> Free study data</td></tr> <tr><td><a href="pcre_free_substring.html">pcre_free_substring</a></td> <td> Free extracted substring</td></tr> <tr><td><a href="pcre_free_substring_list.html">pcre_free_substring_list</a></td> <td> Free list of extracted substrings</td></tr> <tr><td><a href="pcre_fullinfo.html">pcre_fullinfo</a></td> <td> Extract information about a pattern</td></tr> <tr><td><a href="pcre_get_named_substring.html">pcre_get_named_substring</a></td> <td> Extract named substring into new memory</td></tr> <tr><td><a href="pcre_get_stringnumber.html">pcre_get_stringnumber</a></td> <td> Convert captured string name to number</td></tr> <tr><td><a href="pcre_get_stringtable_entries.html">pcre_get_stringtable_entries</a></td> <td> Find table entries for given string name</td></tr> <tr><td><a href="pcre_get_substring.html">pcre_get_substring</a></td> <td> Extract numbered substring into new memory</td></tr> <tr><td><a href="pcre_get_substring_list.html">pcre_get_substring_list</a></td> <td> Extract all substrings into new memory</td></tr> <tr><td><a href="pcre_jit_exec.html">pcre_jit_exec</a></td> <td> Fast path interface to JIT matching</td></tr> <tr><td><a href="pcre_jit_stack_alloc.html">pcre_jit_stack_alloc</a></td> <td> Create a stack for JIT matching</td></tr> <tr><td><a href="pcre_jit_stack_free.html">pcre_jit_stack_free</a></td> <td> Free a JIT matching stack</td></tr> <tr><td><a href="pcre_maketables.html">pcre_maketables</a></td> <td> Build character tables in current locale</td></tr> <tr><td><a href="pcre_pattern_to_host_byte_order.html">pcre_pattern_to_host_byte_order</a></td> <td> Convert compiled pattern to host byte order if necessary</td></tr> <tr><td><a href="pcre_refcount.html">pcre_refcount</a></td> <td> Maintain reference count in compiled pattern</td></tr> <tr><td><a href="pcre_study.html">pcre_study</a></td> <td> Study a compiled pattern</td></tr> <tr><td><a href="pcre_utf16_to_host_byte_order.html">pcre_utf16_to_host_byte_order</a></td> <td> Convert UTF-16 string to host byte order if necessary</td></tr> <tr><td><a href="pcre_utf32_to_host_byte_order.html">pcre_utf32_to_host_byte_order</a></td> <td> Convert UTF-32 string to host byte order if necessary</td></tr> <tr><td><a href="pcre_version.html">pcre_version</a></td> <td> Return PCRE version and release date</td></tr> </table> </html>
Close