Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4cfe129

Browse files
committed
Added search bar.
1 parentb362d64 commit4cfe129

File tree

50 files changed

+1476
-142
lines changed

Some content is hidden

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

50 files changed

+1476
-142
lines changed

‎directives.html‎

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<metahttp-equiv="Content-Type"content="text/html; charset=utf-8"/>
77

8-
<title>Directives &mdash;cpp-netlib v0.7 documentation</title>
8+
<title>Directives &mdash;The C++ Network Library v0.7 documentation</title>
99
<linkrel="stylesheet"href="static/sphinxdoc.css"type="text/css"/>
1010
<linkrel="stylesheet"href="static/pygments.css"type="text/css"/>
1111
<scripttype="text/javascript">
@@ -19,7 +19,7 @@
1919
</script>
2020
<scripttype="text/javascript"src="static/jquery.js"></script>
2121
<scripttype="text/javascript"src="static/doctools.js"></script>
22-
<linkrel="top"title="cpp-netlib v0.7 documentation"href="index.html"/>
22+
<linkrel="top"title="The C++ Network Library v0.7 documentation"href="index.html"/>
2323
<linkrel="up"title="Techniques"href="techniques.html"/>
2424
<linkrel="next"title="Static and dynamic polymorphism"href="polymorphism.html"/>
2525
<linkrel="prev"title="Tag metafunctions"href="tag_metafunctions.html"/>
@@ -37,7 +37,7 @@ <h3>Navigation</h3>
3737
<liclass="right">
3838
<ahref="tag_metafunctions.html"title="Tag metafunctions"
3939
accesskey="P">previous</a> |</li>
40-
<li><ahref="index.html">cpp-netlib v0.7 documentation</a> &raquo;</li>
40+
<li><ahref="index.html">The C++ Network Library v0.7 documentation</a> &raquo;</li>
4141
<li><ahref="techniques.html"accesskey="U">Techniques</a> &raquo;</li>
4242
</ul>
4343
</div>
@@ -54,6 +54,19 @@ <h3>This Page</h3>
5454
<li><ahref="sources/directives.txt"
5555
rel="nofollow">Show Source</a></li>
5656
</ul>
57+
<divid="searchbox"style="display: none">
58+
<h3>Quick search</h3>
59+
<formclass="search"action="search.html"method="get">
60+
<inputtype="text"name="q"size="18"/>
61+
<inputtype="submit"value="Go"/>
62+
<inputtype="hidden"name="check_keywords"value="yes"/>
63+
<inputtype="hidden"name="area"value="default"/>
64+
</form>
65+
<pclass="searchtip"style="font-size: 90%">
66+
Enter search terms or a module, class or function name.
67+
</p>
68+
</div>
69+
<scripttype="text/javascript">$('#searchbox').show(0);</script>
5770
</div>
5871
</div>
5972

@@ -110,7 +123,7 @@ <h1>Directives<a class="headerlink" href="#directives" title="Permalink to this
110123
<spanclass="p">}</span>
111124
</pre></div>
112125
</div>
113-
<divclass="admonition-todo admonition"id="todo-26">
126+
<divclass="admonition-todo admonition"id="todo-0">
114127
<pclass="first admonition-title">Todo</p>
115128
<pclass="last">An example using a directive.</p>
116129
</div>
@@ -165,7 +178,7 @@ <h3>Navigation</h3>
165178
<liclass="right">
166179
<ahref="tag_metafunctions.html"title="Tag metafunctions"
167180
>previous</a> |</li>
168-
<li><ahref="index.html">cpp-netlib v0.7 documentation</a> &raquo;</li>
181+
<li><ahref="index.html">The C++ Network Library v0.7 documentation</a> &raquo;</li>
169182
<li><ahref="techniques.html">Techniques</a> &raquo;</li>
170183
</ul>
171184
</div>

‎examples.html‎

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<metahttp-equiv="Content-Type"content="text/html; charset=utf-8"/>
77

8-
<title>Examples &mdash;cpp-netlib v0.7 documentation</title>
8+
<title>Examples &mdash;The C++ Network Library v0.7 documentation</title>
99
<linkrel="stylesheet"href="static/sphinxdoc.css"type="text/css"/>
1010
<linkrel="stylesheet"href="static/pygments.css"type="text/css"/>
1111
<scripttype="text/javascript">
@@ -19,7 +19,7 @@
1919
</script>
2020
<scripttype="text/javascript"src="static/jquery.js"></script>
2121
<scripttype="text/javascript"src="static/doctools.js"></script>
22-
<linkrel="top"title="cpp-netlib v0.7 documentation"href="index.html"/>
22+
<linkrel="top"title="The C++ Network Library v0.7 documentation"href="index.html"/>
2323
<linkrel="next"title="HTTP examples"href="examples_http.html"/>
2424
<linkrel="prev"title="Getting started"href="getting_started.html"/>
2525
</head>
@@ -36,7 +36,7 @@ <h3>Navigation</h3>
3636
<liclass="right">
3737
<ahref="getting_started.html"title="Getting started"
3838
accesskey="P">previous</a> |</li>
39-
<li><ahref="index.html">cpp-netlib v0.7 documentation</a> &raquo;</li>
39+
<li><ahref="index.html">The C++ Network Library v0.7 documentation</a> &raquo;</li>
4040
</ul>
4141
</div>
4242
<divclass="sphinxsidebar">
@@ -52,6 +52,19 @@ <h3>This Page</h3>
5252
<li><ahref="sources/examples.txt"
5353
rel="nofollow">Show Source</a></li>
5454
</ul>
55+
<divid="searchbox"style="display: none">
56+
<h3>Quick search</h3>
57+
<formclass="search"action="search.html"method="get">
58+
<inputtype="text"name="q"size="18"/>
59+
<inputtype="submit"value="Go"/>
60+
<inputtype="hidden"name="check_keywords"value="yes"/>
61+
<inputtype="hidden"name="area"value="default"/>
62+
</form>
63+
<pclass="searchtip"style="font-size: 90%">
64+
Enter search terms or a module, class or function name.
65+
</p>
66+
</div>
67+
<scripttype="text/javascript">$('#searchbox').show(0);</script>
5568
</div>
5669
</div>
5770

@@ -67,7 +80,7 @@ <h1>Examples<a class="headerlink" href="#examples" title="Permalink to this head
6780
common networking protocols. The following set of examples describe a
6881
series of realistic examples that use the<ttclass="xref docutils literal"><spanclass="pre">cpp-netlib</span></tt> for these
6982
kinds of application.</p>
70-
<divclass="admonition-todo admonition"id="todo-27">
83+
<divclass="admonition-todo admonition"id="todo-1">
7184
<pclass="first admonition-title">Todo</p>
7285
<pclass="last">Make the examples more accessible.</p>
7386
</div>
@@ -103,7 +116,7 @@ <h3>Navigation</h3>
103116
<liclass="right">
104117
<ahref="getting_started.html"title="Getting started"
105118
>previous</a> |</li>
106-
<li><ahref="index.html">cpp-netlib v0.7 documentation</a> &raquo;</li>
119+
<li><ahref="index.html">The C++ Network Library v0.7 documentation</a> &raquo;</li>
107120
</ul>
108121
</div>
109122
<divclass="footer">

‎examples_http.html‎

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<metahttp-equiv="Content-Type"content="text/html; charset=utf-8"/>
77

8-
<title>HTTP examples &mdash;cpp-netlib v0.7 documentation</title>
8+
<title>HTTP examples &mdash;The C++ Network Library v0.7 documentation</title>
99
<linkrel="stylesheet"href="static/sphinxdoc.css"type="text/css"/>
1010
<linkrel="stylesheet"href="static/pygments.css"type="text/css"/>
1111
<scripttype="text/javascript">
@@ -19,7 +19,7 @@
1919
</script>
2020
<scripttype="text/javascript"src="static/jquery.js"></script>
2121
<scripttype="text/javascript"src="static/doctools.js"></script>
22-
<linkrel="top"title="cpp-netlib v0.7 documentation"href="index.html"/>
22+
<linkrel="top"title="The C++ Network Library v0.7 documentation"href="index.html"/>
2323
<linkrel="up"title="Examples"href="examples.html"/>
2424
<linkrel="next"title="HTTP client"href="http_client.html"/>
2525
<linkrel="prev"title="Examples"href="examples.html"/>
@@ -37,7 +37,7 @@ <h3>Navigation</h3>
3737
<liclass="right">
3838
<ahref="examples.html"title="Examples"
3939
accesskey="P">previous</a> |</li>
40-
<li><ahref="index.html">cpp-netlib v0.7 documentation</a> &raquo;</li>
40+
<li><ahref="index.html">The C++ Network Library v0.7 documentation</a> &raquo;</li>
4141
<li><ahref="examples.html"accesskey="U">Examples</a> &raquo;</li>
4242
</ul>
4343
</div>
@@ -54,6 +54,19 @@ <h3>This Page</h3>
5454
<li><ahref="sources/examples_http.txt"
5555
rel="nofollow">Show Source</a></li>
5656
</ul>
57+
<divid="searchbox"style="display: none">
58+
<h3>Quick search</h3>
59+
<formclass="search"action="search.html"method="get">
60+
<inputtype="text"name="q"size="18"/>
61+
<inputtype="submit"value="Go"/>
62+
<inputtype="hidden"name="check_keywords"value="yes"/>
63+
<inputtype="hidden"name="area"value="default"/>
64+
</form>
65+
<pclass="searchtip"style="font-size: 90%">
66+
Enter search terms or a module, class or function name.
67+
</p>
68+
</div>
69+
<scripttype="text/javascript">$('#searchbox').show(0);</script>
5770
</div>
5871
</div>
5972

@@ -92,7 +105,7 @@ <h3>Navigation</h3>
92105
<liclass="right">
93106
<ahref="examples.html"title="Examples"
94107
>previous</a> |</li>
95-
<li><ahref="index.html">cpp-netlib v0.7 documentation</a> &raquo;</li>
108+
<li><ahref="index.html">The C++ Network Library v0.7 documentation</a> &raquo;</li>
96109
<li><ahref="examples.html">Examples</a> &raquo;</li>
97110
</ul>
98111
</div>

‎examples_xmpp.html‎

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<metahttp-equiv="Content-Type"content="text/html; charset=utf-8"/>
77

8-
<title>XMPP examples &mdash;cpp-netlib v0.7 documentation</title>
8+
<title>XMPP examples &mdash;The C++ Network Library v0.7 documentation</title>
99
<linkrel="stylesheet"href="static/sphinxdoc.css"type="text/css"/>
1010
<linkrel="stylesheet"href="static/pygments.css"type="text/css"/>
1111
<scripttype="text/javascript">
@@ -19,7 +19,7 @@
1919
</script>
2020
<scripttype="text/javascript"src="static/jquery.js"></script>
2121
<scripttype="text/javascript"src="static/doctools.js"></script>
22-
<linkrel="top"title="cpp-netlib v0.7 documentation"href="index.html"/>
22+
<linkrel="top"title="The C++ Network Library v0.7 documentation"href="index.html"/>
2323
<linkrel="up"title="Examples"href="examples.html"/>
2424
<linkrel="next"title="XMPP client"href="xmpp_client.html"/>
2525
<linkrel="prev"title="“Hello world” HTTP client"href="hello_world_client.html"/>
@@ -37,7 +37,7 @@ <h3>Navigation</h3>
3737
<liclass="right">
3838
<ahref="hello_world_client.html"title="“Hello world” HTTP client"
3939
accesskey="P">previous</a> |</li>
40-
<li><ahref="index.html">cpp-netlib v0.7 documentation</a> &raquo;</li>
40+
<li><ahref="index.html">The C++ Network Library v0.7 documentation</a> &raquo;</li>
4141
<li><ahref="examples.html"accesskey="U">Examples</a> &raquo;</li>
4242
</ul>
4343
</div>
@@ -54,6 +54,19 @@ <h3>This Page</h3>
5454
<li><ahref="sources/examples_xmpp.txt"
5555
rel="nofollow">Show Source</a></li>
5656
</ul>
57+
<divid="searchbox"style="display: none">
58+
<h3>Quick search</h3>
59+
<formclass="search"action="search.html"method="get">
60+
<inputtype="text"name="q"size="18"/>
61+
<inputtype="submit"value="Go"/>
62+
<inputtype="hidden"name="check_keywords"value="yes"/>
63+
<inputtype="hidden"name="area"value="default"/>
64+
</form>
65+
<pclass="searchtip"style="font-size: 90%">
66+
Enter search terms or a module, class or function name.
67+
</p>
68+
</div>
69+
<scripttype="text/javascript">$('#searchbox').show(0);</script>
5770
</div>
5871
</div>
5972

@@ -64,7 +77,7 @@ <h3>This Page</h3>
6477

6578
<divclass="section"id="xmpp-examples">
6679
<h1>XMPP examples<aclass="headerlink"href="#xmpp-examples"title="Permalink to this headline"></a></h1>
67-
<divclass="admonition-todo admonition"id="todo-28">
80+
<divclass="admonition-todo admonition"id="todo-2">
6881
<pclass="first admonition-title">Todo</p>
6982
<pclass="last">Give more details about the examples.</p>
7083
</div>
@@ -91,7 +104,7 @@ <h3>Navigation</h3>
91104
<liclass="right">
92105
<ahref="hello_world_client.html"title="“Hello world” HTTP client"
93106
>previous</a> |</li>
94-
<li><ahref="index.html">cpp-netlib v0.7 documentation</a> &raquo;</li>
107+
<li><ahref="index.html">The C++ Network Library v0.7 documentation</a> &raquo;</li>
95108
<li><ahref="examples.html">Examples</a> &raquo;</li>
96109
</ul>
97110
</div>

‎generic_message.html‎

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<metahttp-equiv="Content-Type"content="text/html; charset=utf-8"/>
77

8-
<title>Generic message &mdash;cpp-netlib v0.7 documentation</title>
8+
<title>Generic message &mdash;The C++ Network Library v0.7 documentation</title>
99
<linkrel="stylesheet"href="static/sphinxdoc.css"type="text/css"/>
1010
<linkrel="stylesheet"href="static/pygments.css"type="text/css"/>
1111
<scripttype="text/javascript">
@@ -19,7 +19,7 @@
1919
</script>
2020
<scripttype="text/javascript"src="static/jquery.js"></script>
2121
<scripttype="text/javascript"src="static/doctools.js"></script>
22-
<linkrel="top"title="cpp-netlib v0.7 documentation"href="index.html"/>
22+
<linkrel="top"title="The C++ Network Library v0.7 documentation"href="index.html"/>
2323
<linkrel="up"title="Techniques"href="techniques.html"/>
2424
<linkrel="next"title="Tag metafunctions"href="tag_metafunctions.html"/>
2525
<linkrel="prev"title="Techniques"href="techniques.html"/>
@@ -37,7 +37,7 @@ <h3>Navigation</h3>
3737
<liclass="right">
3838
<ahref="techniques.html"title="Techniques"
3939
accesskey="P">previous</a> |</li>
40-
<li><ahref="index.html">cpp-netlib v0.7 documentation</a> &raquo;</li>
40+
<li><ahref="index.html">The C++ Network Library v0.7 documentation</a> &raquo;</li>
4141
<li><ahref="techniques.html"accesskey="U">Techniques</a> &raquo;</li>
4242
</ul>
4343
</div>
@@ -54,6 +54,19 @@ <h3>This Page</h3>
5454
<li><ahref="sources/generic_message.txt"
5555
rel="nofollow">Show Source</a></li>
5656
</ul>
57+
<divid="searchbox"style="display: none">
58+
<h3>Quick search</h3>
59+
<formclass="search"action="search.html"method="get">
60+
<inputtype="text"name="q"size="18"/>
61+
<inputtype="submit"value="Go"/>
62+
<inputtype="hidden"name="check_keywords"value="yes"/>
63+
<inputtype="hidden"name="area"value="default"/>
64+
</form>
65+
<pclass="searchtip"style="font-size: 90%">
66+
Enter search terms or a module, class or function name.
67+
</p>
68+
</div>
69+
<scripttype="text/javascript">$('#searchbox').show(0);</script>
5770
</div>
5871
</div>
5972

@@ -64,7 +77,7 @@ <h3>This Page</h3>
6477

6578
<divclass="section"id="generic-message">
6679
<h1>Generic message<aclass="headerlink"href="#generic-message"title="Permalink to this headline"></a></h1>
67-
<divclass="admonition-todo admonition"id="todo-29">
80+
<divclass="admonition-todo admonition"id="todo-3">
6881
<pclass="first admonition-title">Todo</p>
6982
<pclass="last">Is this section repeated?</p>
7083
</div>
@@ -88,7 +101,7 @@ <h3>Navigation</h3>
88101
<liclass="right">
89102
<ahref="techniques.html"title="Techniques"
90103
>previous</a> |</li>
91-
<li><ahref="index.html">cpp-netlib v0.7 documentation</a> &raquo;</li>
104+
<li><ahref="index.html">The C++ Network Library v0.7 documentation</a> &raquo;</li>
92105
<li><ahref="techniques.html">Techniques</a> &raquo;</li>
93106
</ul>
94107
</div>

‎genindex.html‎

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<metahttp-equiv="Content-Type"content="text/html; charset=utf-8"/>
77

8-
<title>Index &mdash;cpp-netlib v0.7 documentation</title>
8+
<title>Index &mdash;The C++ Network Library v0.7 documentation</title>
99
<linkrel="stylesheet"href="static/sphinxdoc.css"type="text/css"/>
1010
<linkrel="stylesheet"href="static/pygments.css"type="text/css"/>
1111
<scripttype="text/javascript">
@@ -19,7 +19,7 @@
1919
</script>
2020
<scripttype="text/javascript"src="static/jquery.js"></script>
2121
<scripttype="text/javascript"src="static/doctools.js"></script>
22-
<linkrel="top"title="cpp-netlib v0.7 documentation"href="index.html"/>
22+
<linkrel="top"title="The C++ Network Library v0.7 documentation"href="index.html"/>
2323
</head>
2424
<body>
2525
<divclass="related">
@@ -28,14 +28,27 @@ <h3>Navigation</h3>
2828
<liclass="right"style="margin-right: 10px">
2929
<ahref="#"title="General Index"
3030
accesskey="I">index</a></li>
31-
<li><ahref="index.html">cpp-netlib v0.7 documentation</a> &raquo;</li>
31+
<li><ahref="index.html">The C++ Network Library v0.7 documentation</a> &raquo;</li>
3232
</ul>
3333
</div>
3434
<divclass="sphinxsidebar">
3535
<divclass="sphinxsidebarwrapper">
3636

3737

3838

39+
<divid="searchbox"style="display: none">
40+
<h3>Quick search</h3>
41+
<formclass="search"action="search.html"method="get">
42+
<inputtype="text"name="q"size="18"/>
43+
<inputtype="submit"value="Go"/>
44+
<inputtype="hidden"name="check_keywords"value="yes"/>
45+
<inputtype="hidden"name="area"value="default"/>
46+
</form>
47+
<pclass="searchtip"style="font-size: 90%">
48+
Enter search terms or a module, class or function name.
49+
</p>
50+
</div>
51+
<scripttype="text/javascript">$('#searchbox').show(0);</script>
3952
</div>
4053
</div>
4154

@@ -65,7 +78,7 @@ <h3>Navigation</h3>
6578
<liclass="right"style="margin-right: 10px">
6679
<ahref="#"title="General Index"
6780
>index</a></li>
68-
<li><ahref="index.html">cpp-netlib v0.7 documentation</a> &raquo;</li>
81+
<li><ahref="index.html">The C++ Network Library v0.7 documentation</a> &raquo;</li>
6982
</ul>
7083
</div>
7184
<divclass="footer">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp