diff options
Diffstat (limited to 'libs/regex/doc/html/boost_regex/ref/deprecated_interfaces')
4 files changed, 20 insertions, 21 deletions
diff --git a/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/old_regex.html b/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/old_regex.html index d8dec8af4..9160b26d1 100644 --- a/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/old_regex.html +++ b/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/old_regex.html @@ -3,8 +3,8 @@ <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>High Level Class RegEx (Deprecated)</title> <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css"> -<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> -<link rel="home" href="../../../index.html" title="Boost.Regex 5.0.0"> +<meta name="generator" content="DocBook XSL Stylesheets V1.77.1"> +<link rel="home" href="../../../index.html" title="Boost.Regex 5.0.1"> <link rel="up" href="../deprecated_interfaces.html" title="Deprecated Interfaces"> <link rel="prev" href="regex_split.html" title="regex_split (deprecated)"> <link rel="next" href="../internal_details.html" title="Internal Details"> @@ -232,10 +232,9 @@ <td> <p> <code class="computeroutput"><span class="keyword">unsigned</span> <span class="keyword">int</span> - <span class="identifier">SetExpression</span><span class="special">(</span><span class="identifier">constchar</span><span class="special">*</span> - <span class="identifier">p</span><span class="special">,</span> - <span class="keyword">bool</span> <span class="identifier">icase</span> - <span class="special">=</span> <span class="keyword">false</span><span class="special">);</span></code> + <span class="identifier">SetExpression</span><span class="special">(</span><span class="keyword">const</span> <span class="keyword">char</span><span class="special">*</span> <span class="identifier">p</span><span class="special">,</span> <span class="keyword">bool</span> + <span class="identifier">icase</span> <span class="special">=</span> + <span class="keyword">false</span><span class="special">);</span></code> </p> </td> <td> @@ -488,7 +487,7 @@ </td> <td> <p> - Finds all matches of the current expression in the files files + Finds all matches of the current expression in the files <span class="emphasis"><em>files</em></span> using the <a class="link" href="../match_flag_type.html" title="match_flag_type"><code class="computeroutput"><span class="identifier">match_flag_type</span></code></a> <span class="emphasis"><em>flags</em></span>. For each match calls the call-back function cb. If the call-back returns false then the algorithm returns without considering @@ -523,7 +522,7 @@ </td> <td> <p> - Finds all matches of the current expression in the files files + Finds all matches of the current expression in the files <span class="emphasis"><em>files</em></span> using the <a class="link" href="../match_flag_type.html" title="match_flag_type"><code class="computeroutput"><span class="identifier">match_flag_type</span></code></a> <span class="emphasis"><em>flags</em></span>. For each match calls the call-back function cb. </p> @@ -641,9 +640,9 @@ be treated. If <span class="emphasis"><em>copy</em></span> is true then all unmatched sections of input are copied unchanged to output, if the flag <span class="emphasis"><em>format_first_only</em></span> is set then only the first - occurance of the pattern found is replaced. Returns the new string. - See also <a class="link" href="../../format.html" title="Search and Replace Format String Syntax">format string syntax</a>, - and <a class="link" href="../match_flag_type.html" title="match_flag_type"><code class="computeroutput"><span class="identifier">match_flag_type</span></code></a>. + occurrence of the pattern found is replaced. Returns the new + string. See also <a class="link" href="../../format.html" title="Search and Replace Format String Syntax">format string + syntax</a>, and <a class="link" href="../match_flag_type.html" title="match_flag_type"><code class="computeroutput"><span class="identifier">match_flag_type</span></code></a>. </p> </td> </tr> @@ -670,9 +669,9 @@ be treated. If <span class="emphasis"><em>copy</em></span> is true then all unmatched sections of input are copied unchanged to output, if the flag <span class="emphasis"><em>format_first_only</em></span> is set then only the first - occurance of the pattern found is replaced. Returns the new string. - See also <a class="link" href="../../format.html" title="Search and Replace Format String Syntax">format string syntax</a>, - and <a class="link" href="../match_flag_type.html" title="match_flag_type"><code class="computeroutput"><span class="identifier">match_flag_type</span></code></a>. + occurrence of the pattern found is replaced. Returns the new + string. See also <a class="link" href="../../format.html" title="Search and Replace Format String Syntax">format string + syntax</a>, and <a class="link" href="../match_flag_type.html" title="match_flag_type"><code class="computeroutput"><span class="identifier">match_flag_type</span></code></a>. </p> </td> </tr> diff --git a/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_format.html b/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_format.html index 94276f03a..df3c3492a 100644 --- a/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_format.html +++ b/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_format.html @@ -3,8 +3,8 @@ <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>regex_format (Deprecated)</title> <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css"> -<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> -<link rel="home" href="../../../index.html" title="Boost.Regex 5.0.0"> +<meta name="generator" content="DocBook XSL Stylesheets V1.77.1"> +<link rel="home" href="../../../index.html" title="Boost.Regex 5.0.1"> <link rel="up" href="../deprecated_interfaces.html" title="Deprecated Interfaces"> <link rel="prev" href="../deprecated_interfaces.html" title="Deprecated Interfaces"> <link rel="next" href="regex_grep.html" title="regex_grep (Deprecated)"> diff --git a/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_grep.html b/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_grep.html index c4170a038..7aaf31869 100644 --- a/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_grep.html +++ b/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_grep.html @@ -3,8 +3,8 @@ <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>regex_grep (Deprecated)</title> <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css"> -<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> -<link rel="home" href="../../../index.html" title="Boost.Regex 5.0.0"> +<meta name="generator" content="DocBook XSL Stylesheets V1.77.1"> +<link rel="home" href="../../../index.html" title="Boost.Regex 5.0.1"> <link rel="up" href="../deprecated_interfaces.html" title="Deprecated Interfaces"> <link rel="prev" href="regex_format.html" title="regex_format (Deprecated)"> <link rel="next" href="regex_split.html" title="regex_split (deprecated)"> diff --git a/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_split.html b/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_split.html index 1b16429b9..faadd89b2 100644 --- a/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_split.html +++ b/libs/regex/doc/html/boost_regex/ref/deprecated_interfaces/regex_split.html @@ -3,8 +3,8 @@ <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>regex_split (deprecated)</title> <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css"> -<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> -<link rel="home" href="../../../index.html" title="Boost.Regex 5.0.0"> +<meta name="generator" content="DocBook XSL Stylesheets V1.77.1"> +<link rel="home" href="../../../index.html" title="Boost.Regex 5.0.1"> <link rel="up" href="../deprecated_interfaces.html" title="Deprecated Interfaces"> <link rel="prev" href="regex_grep.html" title="regex_grep (Deprecated)"> <link rel="next" href="old_regex.html" title="High Level Class RegEx (Deprecated)"> @@ -115,7 +115,7 @@ <span class="keyword">char</span> <span class="identifier">c</span><span class="special">;</span> <span class="keyword">while</span><span class="special">(</span><span class="identifier">is</span><span class="special">.</span><span class="identifier">get</span><span class="special">(</span><span class="identifier">c</span><span class="special">))</span> <span class="special">{</span> - <span class="comment">// use logarithmic growth stategy, in case</span> + <span class="comment">// use logarithmic growth strategy, in case</span> <span class="comment">// in_avail (above) returned zero:</span> <span class="keyword">if</span><span class="special">(</span><span class="identifier">s</span><span class="special">.</span><span class="identifier">capacity</span><span class="special">()</span> <span class="special">==</span> <span class="identifier">s</span><span class="special">.</span><span class="identifier">size</span><span class="special">())</span> <span class="identifier">s</span><span class="special">.</span><span class="identifier">reserve</span><span class="special">(</span><span class="identifier">s</span><span class="special">.</span><span class="identifier">capacity</span><span class="special">()</span> <span class="special">*</span> <span class="number">3</span><span class="special">);</span> |