Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > c97e5283ec2813fd0eb55be8bea536e2 > files > 30

ghc-pcre-light-devel-0.4-4.fc14.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--Rendered using the Haskell Html Library v0.2-->
<HTML
><HEAD
><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"
><TITLE
>Text.Regex.PCRE.Light.Base</TITLE
><LINK HREF="haddock.css" REL="stylesheet" TYPE="text/css"
><SCRIPT SRC="haddock-util.js" TYPE="text/javascript"
></SCRIPT
></HEAD
><BODY
><DIV CLASS="outer"
><DIV CLASS="mini-topbar"
>Text.Regex.PCRE.Light.Base</DIV
><DIV CLASS="mini-synopsis"
><H1
>A PCRE structure
</H1
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>type</SPAN
>&nbsp;<A HREF="Text-Regex-PCRE-Light-Base.html#t%3APCRE" TARGET="main"
>PCRE</A
> </DIV
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>data</SPAN
>&nbsp;<A HREF="Text-Regex-PCRE-Light-Base.html#t%3ARegex" TARGET="main"
>Regex</A
> </DIV
> <H1
>C exports
</H1
> <DIV CLASS="decl"
></DIV
> <DIV CLASS="decl"
></DIV
> <DIV CLASS="decl"
></DIV
> <H1
>PCRE Options, an abstract newtyped Num wrapper over a CInt
</H1
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>data</SPAN
>&nbsp;<A HREF="Text-Regex-PCRE-Light-Base.html#t%3APCREOption" TARGET="main"
>PCREOption</A
> </DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3AcombineOptions" TARGET="main"
>combineOptions</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aanchored" TARGET="main"
>anchored</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aauto_callout" TARGET="main"
>auto_callout</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Acaseless" TARGET="main"
>caseless</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Adollar_endonly" TARGET="main"
>dollar_endonly</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Adotall" TARGET="main"
>dotall</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Adupnames" TARGET="main"
>dupnames</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aextended" TARGET="main"
>extended</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aextra" TARGET="main"
>extra</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Afirstline" TARGET="main"
>firstline</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Amultiline" TARGET="main"
>multiline</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Anewline_cr" TARGET="main"
>newline_cr</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Anewline_crlf" TARGET="main"
>newline_crlf</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Anewline_lf" TARGET="main"
>newline_lf</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Ano_auto_capture" TARGET="main"
>no_auto_capture</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aungreedy" TARGET="main"
>ungreedy</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Autf8" TARGET="main"
>utf8</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Ano_utf8_check" TARGET="main"
>no_utf8_check</A
></DIV
> <H1
>PCRE exec-time options, an abstract, newtyped Num wrapper over CInt
</H1
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>data</SPAN
>&nbsp;<A HREF="Text-Regex-PCRE-Light-Base.html#t%3APCREExecOption" TARGET="main"
>PCREExecOption</A
> </DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3AcombineExecOptions" TARGET="main"
>combineExecOptions</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aexec_anchored" TARGET="main"
>exec_anchored</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aexec_newline_cr" TARGET="main"
>exec_newline_cr</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aexec_newline_crlf" TARGET="main"
>exec_newline_crlf</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aexec_newline_lf" TARGET="main"
>exec_newline_lf</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aexec_notbol" TARGET="main"
>exec_notbol</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aexec_noteol" TARGET="main"
>exec_noteol</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aexec_notempty" TARGET="main"
>exec_notempty</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aexec_no_utf8_check" TARGET="main"
>exec_no_utf8_check</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aexec_partial" TARGET="main"
>exec_partial</A
></DIV
> <H1
>PCRE Errors
</H1
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>type</SPAN
>&nbsp;<A HREF="Text-Regex-PCRE-Light-Base.html#t%3APCREError" TARGET="main"
>PCREError</A
> </DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aerror_nomatch" TARGET="main"
>error_nomatch</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aerror_null" TARGET="main"
>error_null</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aerror_badoption" TARGET="main"
>error_badoption</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aerror_badmagic" TARGET="main"
>error_badmagic</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aerror_unknown_node" TARGET="main"
>error_unknown_node</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aerror_nomemory" TARGET="main"
>error_nomemory</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aerror_nosubstring" TARGET="main"
>error_nosubstring</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aerror_matchlimit" TARGET="main"
>error_matchlimit</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aerror_callout" TARGET="main"
>error_callout</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aerror_badutf8" TARGET="main"
>error_badutf8</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aerror_badutf8_offset" TARGET="main"
>error_badutf8_offset</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aerror_partial" TARGET="main"
>error_partial</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aerror_badpartial" TARGET="main"
>error_badpartial</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aerror_internal" TARGET="main"
>error_internal</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aerror_badcount" TARGET="main"
>error_badcount</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aerror_dfa_uitem" TARGET="main"
>error_dfa_uitem</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aerror_dfa_ucond" TARGET="main"
>error_dfa_ucond</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aerror_dfa_umlimit" TARGET="main"
>error_dfa_umlimit</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aerror_dfa_wssize" TARGET="main"
>error_dfa_wssize</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aerror_dfa_recurse" TARGET="main"
>error_dfa_recurse</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aerror_recursionlimit" TARGET="main"
>error_recursionlimit</A
></DIV
> <H1
>PCRE Info
</H1
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>type</SPAN
>&nbsp;<A HREF="Text-Regex-PCRE-Light-Base.html#t%3APCREInfo" TARGET="main"
>PCREInfo</A
> </DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Ainfo_options" TARGET="main"
>info_options</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Ainfo_size" TARGET="main"
>info_size</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Ainfo_capturecount" TARGET="main"
>info_capturecount</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Ainfo_backrefmax" TARGET="main"
>info_backrefmax</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Ainfo_firstbyte" TARGET="main"
>info_firstbyte</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Ainfo_firstchar" TARGET="main"
>info_firstchar</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Ainfo_firsttable" TARGET="main"
>info_firsttable</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Ainfo_lastliteral" TARGET="main"
>info_lastliteral</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Ainfo_nameentrysize" TARGET="main"
>info_nameentrysize</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Ainfo_namecount" TARGET="main"
>info_namecount</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Ainfo_nametable" TARGET="main"
>info_nametable</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Ainfo_studysize" TARGET="main"
>info_studysize</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Ainfo_default_tables" TARGET="main"
>info_default_tables</A
></DIV
> <H1
>PCRE Configuration
</H1
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>type</SPAN
>&nbsp;<A HREF="Text-Regex-PCRE-Light-Base.html#t%3APCREConfig" TARGET="main"
>PCREConfig</A
> </DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aconfig_utf8" TARGET="main"
>config_utf8</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aconfig_newline" TARGET="main"
>config_newline</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aconfig_link_size" TARGET="main"
>config_link_size</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aconfig_posix_malloc_threshold" TARGET="main"
>config_posix_malloc_threshold</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aconfig_match_limit" TARGET="main"
>config_match_limit</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aconfig_stackrecurse" TARGET="main"
>config_stackrecurse</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aconfig_unicode_properties" TARGET="main"
>config_unicode_properties</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aconfig_match_limit_recursion" TARGET="main"
>config_match_limit_recursion</A
></DIV
> <H1
>PCRE Extra
</H1
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>type</SPAN
>&nbsp;<A HREF="Text-Regex-PCRE-Light-Base.html#t%3APCREExtraFlags" TARGET="main"
>PCREExtraFlags</A
> </DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aextra_study_data" TARGET="main"
>extra_study_data</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aextra_match_limit" TARGET="main"
>extra_match_limit</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aextra_callout_data" TARGET="main"
>extra_callout_data</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aextra_tables" TARGET="main"
>extra_tables</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Aextra_match_limit_recursion" TARGET="main"
>extra_match_limit_recursion</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light-Base.html#v%3Asize_of_cint" TARGET="main"
>size_of_cint</A
></DIV
></DIV
></DIV
></BODY
></HTML
>