Skip to content

Commit ace4acb

Browse files
committed
Deploying to gh-pages from @ b9c7ec3 🚀
1 parent 816d909 commit ace4acb

File tree

635 files changed

+13497
-15299
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

635 files changed

+13497
-15299
lines changed

download.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ <h1 class="ui header">Get Hext</h1>
167167

168168
</td>
169169
<td data-label="Languages">
170-
Node v18-23 <sup><a href="https://www.npmjs.com/package/hext">npmjs</a></sup></td>
170+
Node v20-24 <sup><a href="https://www.npmjs.com/package/hext">npmjs</a></sup></td>
171171
<td data-label="Platforms">
172172
macOS, Linux</td>
173173
<td data-label="Arch">
@@ -448,7 +448,7 @@ <h1 class="ui header">Hext for JavaScript</h1>
448448
See the examples below for usage instructions.
449449
</div>
450450
<div class="sixteen wide column">
451-
<pre class="ace-static-hl"><code><div class='ace-clouds'><div class='ace_static_highlight' style='counter-reset:ace_line 0'><div class='ace_line'><span class='ace_meta ace_tag ace_punctuation ace_tag-open ace_xml'>&#60;</span><span class='ace_meta ace_tag ace_script ace_tag-name ace_xml'>script</span><span class='ace_text ace_tag-whitespace ace_xml'> </span><span class='ace_entity ace_other ace_attribute-name ace_xml'>src</span><span class='ace_keyword ace_operator ace_attribute-equals ace_xml'>=</span><span class='ace_string ace_attribute-value ace_xml'>&#34;https://cdn.jsdelivr.net/gh/html-extract/hext.js@v1.0.12/dist/hext.js&#34;</span><span class='ace_meta ace_tag ace_punctuation ace_tag-close ace_xml'>></span><span class='ace_meta ace_tag ace_punctuation ace_end-tag-open ace_xml'>&#60;/</span><span class='ace_meta ace_tag ace_script ace_tag-name ace_xml'>script</span><span class='ace_meta ace_tag ace_punctuation ace_tag-close ace_xml'>></span>
451+
<pre class="ace-static-hl"><code><div class='ace-clouds'><div class='ace_static_highlight' style='counter-reset:ace_line 0'><div class='ace_line'><span class='ace_meta ace_tag ace_punctuation ace_tag-open ace_xml'>&#60;</span><span class='ace_meta ace_tag ace_script ace_tag-name ace_xml'>script</span><span class='ace_text ace_tag-whitespace ace_xml'> </span><span class='ace_entity ace_other ace_attribute-name ace_xml'>src</span><span class='ace_keyword ace_operator ace_attribute-equals ace_xml'>=</span><span class='ace_string ace_attribute-value ace_xml'>&#34;https://cdn.jsdelivr.net/gh/html-extract/hext.js@v1.0.13/dist/hext.js&#34;</span><span class='ace_meta ace_tag ace_punctuation ace_tag-close ace_xml'>></span><span class='ace_meta ace_tag ace_punctuation ace_end-tag-open ace_xml'>&#60;/</span><span class='ace_meta ace_tag ace_script ace_tag-name ace_xml'>script</span><span class='ace_meta ace_tag ace_punctuation ace_tag-close ace_xml'>></span>
452452
</div><div class='ace_line'><span class='ace_meta ace_tag ace_punctuation ace_tag-open ace_xml'>&#60;</span><span class='ace_meta ace_tag ace_script ace_tag-name ace_xml'>script</span><span class='ace_meta ace_tag ace_punctuation ace_tag-close ace_xml'>></span>
453453
</div><div class='ace_line'><span class='ace_paren ace_lparen'>(</span><span class='ace_storage ace_type'>function</span><span class='ace_paren ace_lparen'>(</span><span class='ace_paren ace_rparen'>)</span> <span class='ace_paren ace_lparen'>{</span>
454454
</div><div class='ace_line'> <span class='ace_comment'>// loadHext() returns a promise</span>
@@ -500,7 +500,7 @@ <h1 class="ui header">Hext for JavaScript</h1>
500500
</div>
501501
<div class="sixteen wide column">
502502
<pre class="ace-static-hl"><code><div class='ace-clouds'><div class='ace_static_highlight' style='counter-reset:ace_line 0'><div class='ace_line'><span class='ace_meta ace_tag ace_punctuation ace_tag-open ace_xml'>&#60;</span><span class='ace_meta ace_tag ace_script ace_tag-name ace_xml'>script</span><span class='ace_text ace_tag-whitespace ace_xml'> </span><span class='ace_entity ace_other ace_attribute-name ace_xml'>type</span><span class='ace_keyword ace_operator ace_attribute-equals ace_xml'>=</span><span class='ace_string ace_attribute-value ace_xml'>&#34;module&#34;</span><span class='ace_meta ace_tag ace_punctuation ace_tag-close ace_xml'>></span>
503-
</div><div class='ace_line'> <span class='ace_keyword'>import</span> <span class='ace_identifier'>hext</span> <span class='ace_keyword'>from</span> <span class='ace_string'>&#34;https://cdn.jsdelivr.net/gh/html-extract/hext.js@v1.0.12/dist/hext.mjs&#34;</span><span class='ace_punctuation ace_operator'>;</span>
503+
</div><div class='ace_line'> <span class='ace_keyword'>import</span> <span class='ace_identifier'>hext</span> <span class='ace_keyword'>from</span> <span class='ace_string'>&#34;https://cdn.jsdelivr.net/gh/html-extract/hext.js@v1.0.13/dist/hext.mjs&#34;</span><span class='ace_punctuation ace_operator'>;</span>
504504
</div><div class='ace_line'> <span class='ace_storage ace_type'>const</span> <span class='ace_identifier'>html</span> <span class='ace_keyword ace_operator'>=</span> <span class='ace_keyword'>new</span> <span class='ace_identifier'>hext</span><span class='ace_punctuation ace_operator'>.</span><span class='ace_identifier'>Html</span><span class='ace_paren ace_lparen'>(</span><span class='ace_string'>&#34;&#60;ul>&#60;li>Hello&#60;/li>&#60;li>World&#60;/li>&#60;/ul>&#34;</span><span class='ace_paren ace_rparen'>)</span><span class='ace_punctuation ace_operator'>;</span>
505505
</div><div class='ace_line'> <span class='ace_storage ace_type'>const</span> <span class='ace_identifier'>rule</span> <span class='ace_keyword ace_operator'>=</span> <span class='ace_keyword'>new</span> <span class='ace_identifier'>hext</span><span class='ace_punctuation ace_operator'>.</span><span class='ace_identifier'>Rule</span><span class='ace_paren ace_lparen'>(</span><span class='ace_string'>&#34;&#60;li @text:my_text />&#34;</span><span class='ace_paren ace_rparen'>)</span><span class='ace_punctuation ace_operator'>;</span>
506506
</div><div class='ace_line'> <span class='ace_storage ace_type'>const</span> <span class='ace_identifier'>result</span> <span class='ace_keyword ace_operator'>=</span> <span class='ace_identifier'>rule</span><span class='ace_punctuation ace_operator'>.</span><span class='ace_identifier'>extract</span><span class='ace_paren ace_lparen'>(</span><span class='ace_identifier'>html</span><span class='ace_paren ace_rparen'>)</span><span class='ace_punctuation ace_operator'>.</span><span class='ace_identifier'>map</span><span class='ace_paren ace_lparen'>(</span><span class='ace_identifier'>x</span> <span class='ace_storage ace_type'>=></span> <span class='ace_identifier'>x</span><span class='ace_punctuation ace_operator'>.</span><span class='ace_identifier'>my_text</span><span class='ace_paren ace_rparen'>)</span><span class='ace_punctuation ace_operator'>.</span><span class='ace_support ace_function'>join</span><span class='ace_paren ace_lparen'>(</span><span class='ace_string'>&#34;, &#34;</span><span class='ace_paren ace_rparen'>)</span><span class='ace_punctuation ace_operator'>;</span>
@@ -686,7 +686,7 @@ <h3>On other systems (*nix, OS X, Win)</h3>
686686
</p>
687687
</div>
688688
<div class="ten wide column">
689-
<pre class="ace-static-hl"><code>wget https://github.com/html-extract/hext/archive/v1.0.12.tar.gz
689+
<pre class="ace-static-hl"><code>wget https://github.com/html-extract/hext/archive/v1.0.13.tar.gz
690690
tar xf *.tar.gz
691691
cd hext*/build
692692
cmake -DBUILD_SHARED_LIBS=On .. && make -j 2
Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2-
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
33
<head>
44
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5-
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
6-
<meta name="generator" content="Doxygen 1.9.1"/>
5+
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
6+
<meta name="generator" content="Doxygen 1.9.8"/>
77
<meta name="viewport" content="width=device-width, initial-scale=1"/>
88
<title>libhext: C++ Library Documentation: hext/AppendPipe.h File Reference</title>
99
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -19,32 +19,32 @@
1919
<div id="titlearea">
2020
<table cellspacing="0" cellpadding="0">
2121
<tbody>
22-
<tr style="height: 56px;">
23-
<td id="projectalign" style="padding-left: 0.5em;">
24-
<div id="projectname">libhext: C++ Library Documentation
25-
&#160;<span id="projectnumber">1.0.12-3ea013c</span>
22+
<tr id="projectrow">
23+
<td id="projectalign">
24+
<div id="projectname">libhext: C++ Library Documentation<span id="projectnumber">&#160;1.0.13-b24695d</span>
2625
</div>
2726
</td>
2827
</tr>
2928
</tbody>
3029
</table>
3130
</div>
3231
<!-- end header part -->
33-
<!-- Generated by Doxygen 1.9.1 -->
32+
<!-- Generated by Doxygen 1.9.8 -->
3433
<script type="text/javascript">
35-
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
36-
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
34+
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
35+
var searchBox = new SearchBox("searchBox", "search/",'.html');
3736
/* @license-end */
3837
</script>
3938
<script type="text/javascript" src="menudata.js"></script>
4039
<script type="text/javascript" src="menu.js"></script>
4140
<script type="text/javascript">
42-
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
41+
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
4342
$(function() {
4443
initMenu('',true,false,'search.php','Search');
4544
$(document).ready(function() { init_search(); });
4645
});
47-
/* @license-end */</script>
46+
/* @license-end */
47+
</script>
4848
<div id="main-nav"></div>
4949
<!-- window showing the filter options -->
5050
<div id="MSearchSelectWindow"
@@ -55,9 +55,16 @@
5555

5656
<!-- iframe showing the search results (closed by default) -->
5757
<div id="MSearchResultsWindow">
58-
<iframe src="javascript:void(0)" frameborder="0"
59-
name="MSearchResults" id="MSearchResults">
60-
</iframe>
58+
<div id="MSearchResults">
59+
<div class="SRPage">
60+
<div id="SRIndex">
61+
<div id="SRResults"></div>
62+
<div class="SRStatus" id="Loading">Loading...</div>
63+
<div class="SRStatus" id="Searching">Searching...</div>
64+
<div class="SRStatus" id="NoMatches">No Matches</div>
65+
</div>
66+
</div>
67+
</div>
6168
</div>
6269

6370
<div id="nav-path" class="navpath">
@@ -69,8 +76,7 @@
6976
<div class="summary">
7077
<a href="#nested-classes">Classes</a> &#124;
7178
<a href="#namespaces">Namespaces</a> </div>
72-
<div class="headertitle">
73-
<div class="title">AppendPipe.h File Reference</div> </div>
79+
<div class="headertitle"><div class="title">AppendPipe.h File Reference</div></div>
7480
</div><!--header-->
7581
<div class="contents">
7682

@@ -79,15 +85,15 @@
7985

8086
<p><a href="AppendPipe_8h_source.html">Go to the source code of this file.</a></p>
8187
<table class="memberdecls">
82-
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
88+
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="nested-classes" name="nested-classes"></a>
8389
Classes</h2></td></tr>
8490
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhext_1_1AppendPipe.html">hext::AppendPipe</a></td></tr>
8591
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Appends a given string to a string. <a href="classhext_1_1AppendPipe.html#details">More...</a><br /></td></tr>
8692
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
8793
</table><table class="memberdecls">
88-
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
94+
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="namespaces" name="namespaces"></a>
8995
Namespaces</h2></td></tr>
90-
<tr class="memitem:namespacehext"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacehext.html">hext</a></td></tr>
96+
<tr class="memitem:namespacehext" id="r_namespacehext"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacehext.html">hext</a></td></tr>
9197
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
9298
</table>
9399
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
@@ -97,7 +103,7 @@
97103
</div></div><!-- contents -->
98104
<!-- start footer part -->
99105
<hr class="footer"/><address class="footer"><small>
100-
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1
106+
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
101107
</small></address>
102108
</body>
103109
</html>

0 commit comments

Comments
 (0)