diff options
Diffstat (limited to 'ref/proto')
| -rw-r--r-- | ref/proto/bus.html | 18 | ||||
| -rw-r--r-- | ref/proto/index.html | 18 | ||||
| -rw-r--r-- | ref/proto/pair.html | 18 | ||||
| -rw-r--r-- | ref/proto/pub.html | 18 | ||||
| -rw-r--r-- | ref/proto/pull.html | 18 | ||||
| -rw-r--r-- | ref/proto/push.html | 18 | ||||
| -rw-r--r-- | ref/proto/rep.html | 18 | ||||
| -rw-r--r-- | ref/proto/req.html | 18 | ||||
| -rw-r--r-- | ref/proto/respondent.html | 18 | ||||
| -rw-r--r-- | ref/proto/sub.html | 18 | ||||
| -rw-r--r-- | ref/proto/surveyor.html | 18 |
11 files changed, 154 insertions, 44 deletions
diff --git a/ref/proto/bus.html b/ref/proto/bus.html index 9f83ee5a..e2f159af 100644 --- a/ref/proto/bus.html +++ b/ref/proto/bus.html @@ -37,6 +37,7 @@ const path_to_root = "../"; const default_light_theme = "light"; const default_dark_theme = "navy"; + window.path_to_searchindex_js = "../searchindex.js"; </script> <!-- Start loading toc.js asap --> <script src="../toc.js"></script> @@ -93,10 +94,13 @@ sidebar = sidebar || 'visible'; } else { sidebar = 'hidden'; + sidebar_toggle.checked = false; + } + if (sidebar === 'visible') { + sidebar_toggle.checked = true; + } else { + html.classList.remove('sidebar-visible'); } - sidebar_toggle.checked = sidebar === 'visible'; - html.classList.remove('sidebar-visible'); - html.classList.add("sidebar-" + sidebar); </script> <nav id="sidebar" class="sidebar" aria-label="Table of contents"> @@ -147,7 +151,12 @@ <div id="search-wrapper" class="hidden"> <form id="searchbar-outer" class="searchbar-outer"> - <input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header"> + <div class="search-wrapper"> + <input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header"> + <div class="spinner-wrapper"> + <i class="fa fa-spinner fa-spin"></i> + </div> + </div> </form> <div id="searchresults-outer" class="searchresults-outer hidden"> <div id="searchresults-header" class="searchresults-header"></div> @@ -338,6 +347,7 @@ If no header is present, then a message is sent to all connected pipes.</p> <script src="../theme/pagetoc.js"></script> + </div> </body> </html> diff --git a/ref/proto/index.html b/ref/proto/index.html index aec5b0d8..14457a48 100644 --- a/ref/proto/index.html +++ b/ref/proto/index.html @@ -37,6 +37,7 @@ const path_to_root = "../"; const default_light_theme = "light"; const default_dark_theme = "navy"; + window.path_to_searchindex_js = "../searchindex.js"; </script> <!-- Start loading toc.js asap --> <script src="../toc.js"></script> @@ -93,10 +94,13 @@ sidebar = sidebar || 'visible'; } else { sidebar = 'hidden'; + sidebar_toggle.checked = false; + } + if (sidebar === 'visible') { + sidebar_toggle.checked = true; + } else { + html.classList.remove('sidebar-visible'); } - sidebar_toggle.checked = sidebar === 'visible'; - html.classList.remove('sidebar-visible'); - html.classList.add("sidebar-" + sidebar); </script> <nav id="sidebar" class="sidebar" aria-label="Table of contents"> @@ -147,7 +151,12 @@ <div id="search-wrapper" class="hidden"> <form id="searchbar-outer" class="searchbar-outer"> - <input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header"> + <div class="search-wrapper"> + <input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header"> + <div class="spinner-wrapper"> + <i class="fa fa-spinner fa-spin"></i> + </div> + </div> </form> <div id="searchresults-outer" class="searchresults-outer hidden"> <div id="searchresults-header" class="searchresults-header"></div> @@ -304,6 +313,7 @@ of <a name="a006"></a>flow control to data production and consumption.</p> <script src="../theme/pagetoc.js"></script> + </div> </body> </html> diff --git a/ref/proto/pair.html b/ref/proto/pair.html index f96d03b5..4773d568 100644 --- a/ref/proto/pair.html +++ b/ref/proto/pair.html @@ -37,6 +37,7 @@ const path_to_root = "../"; const default_light_theme = "light"; const default_dark_theme = "navy"; + window.path_to_searchindex_js = "../searchindex.js"; </script> <!-- Start loading toc.js asap --> <script src="../toc.js"></script> @@ -93,10 +94,13 @@ sidebar = sidebar || 'visible'; } else { sidebar = 'hidden'; + sidebar_toggle.checked = false; + } + if (sidebar === 'visible') { + sidebar_toggle.checked = true; + } else { + html.classList.remove('sidebar-visible'); } - sidebar_toggle.checked = sidebar === 'visible'; - html.classList.remove('sidebar-visible'); - html.classList.add("sidebar-" + sidebar); </script> <nav id="sidebar" class="sidebar" aria-label="Table of contents"> @@ -147,7 +151,12 @@ <div id="search-wrapper" class="hidden"> <form id="searchbar-outer" class="searchbar-outer"> - <input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header"> + <div class="search-wrapper"> + <input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header"> + <div class="spinner-wrapper"> + <i class="fa fa-spinner fa-spin"></i> + </div> + </div> </form> <div id="searchresults-outer" class="searchresults-outer hidden"> <div id="searchresults-header" class="searchresults-header"></div> @@ -386,6 +395,7 @@ received by a new node.</p> <script src="../theme/pagetoc.js"></script> + </div> </body> </html> diff --git a/ref/proto/pub.html b/ref/proto/pub.html index 89339d4e..34709601 100644 --- a/ref/proto/pub.html +++ b/ref/proto/pub.html @@ -37,6 +37,7 @@ const path_to_root = "../"; const default_light_theme = "light"; const default_dark_theme = "navy"; + window.path_to_searchindex_js = "../searchindex.js"; </script> <!-- Start loading toc.js asap --> <script src="../toc.js"></script> @@ -93,10 +94,13 @@ sidebar = sidebar || 'visible'; } else { sidebar = 'hidden'; + sidebar_toggle.checked = false; + } + if (sidebar === 'visible') { + sidebar_toggle.checked = true; + } else { + html.classList.remove('sidebar-visible'); } - sidebar_toggle.checked = sidebar === 'visible'; - html.classList.remove('sidebar-visible'); - html.classList.add("sidebar-" + sidebar); </script> <nav id="sidebar" class="sidebar" aria-label="Table of contents"> @@ -147,7 +151,12 @@ <div id="search-wrapper" class="hidden"> <form id="searchbar-outer" class="searchbar-outer"> - <input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header"> + <div class="search-wrapper"> + <input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header"> + <div class="spinner-wrapper"> + <i class="fa fa-spinner fa-spin"></i> + </div> + </div> </form> <div id="searchresults-outer" class="searchresults-outer hidden"> <div id="searchresults-header" class="searchresults-header"></div> @@ -317,6 +326,7 @@ Attempts to receive messages will result in <code>NNG_ENOTSUP</code>.</p> <script src="../theme/pagetoc.js"></script> + </div> </body> </html> diff --git a/ref/proto/pull.html b/ref/proto/pull.html index 8fb1e447..b0c93262 100644 --- a/ref/proto/pull.html +++ b/ref/proto/pull.html @@ -37,6 +37,7 @@ const path_to_root = "../"; const default_light_theme = "light"; const default_dark_theme = "navy"; + window.path_to_searchindex_js = "../searchindex.js"; </script> <!-- Start loading toc.js asap --> <script src="../toc.js"></script> @@ -93,10 +94,13 @@ sidebar = sidebar || 'visible'; } else { sidebar = 'hidden'; + sidebar_toggle.checked = false; + } + if (sidebar === 'visible') { + sidebar_toggle.checked = true; + } else { + html.classList.remove('sidebar-visible'); } - sidebar_toggle.checked = sidebar === 'visible'; - html.classList.remove('sidebar-visible'); - html.classList.add("sidebar-" + sidebar); </script> <nav id="sidebar" class="sidebar" aria-label="Table of contents"> @@ -147,7 +151,12 @@ <div id="search-wrapper" class="hidden"> <form id="searchbar-outer" class="searchbar-outer"> - <input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header"> + <div class="search-wrapper"> + <input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header"> + <div class="spinner-wrapper"> + <i class="fa fa-spinner fa-spin"></i> + </div> + </div> </form> <div id="searchresults-outer" class="searchresults-outer hidden"> <div id="searchresults-header" class="searchresults-header"></div> @@ -310,6 +319,7 @@ order in which messages are handled is undefined.</p> <script src="../theme/pagetoc.js"></script> + </div> </body> </html> diff --git a/ref/proto/push.html b/ref/proto/push.html index b7cd6265..6f8aa876 100644 --- a/ref/proto/push.html +++ b/ref/proto/push.html @@ -37,6 +37,7 @@ const path_to_root = "../"; const default_light_theme = "light"; const default_dark_theme = "navy"; + window.path_to_searchindex_js = "../searchindex.js"; </script> <!-- Start loading toc.js asap --> <script src="../toc.js"></script> @@ -93,10 +94,13 @@ sidebar = sidebar || 'visible'; } else { sidebar = 'hidden'; + sidebar_toggle.checked = false; + } + if (sidebar === 'visible') { + sidebar_toggle.checked = true; + } else { + html.classList.remove('sidebar-visible'); } - sidebar_toggle.checked = sidebar === 'visible'; - html.classList.remove('sidebar-visible'); - html.classList.add("sidebar-" + sidebar); </script> <nav id="sidebar" class="sidebar" aria-label="Table of contents"> @@ -147,7 +151,12 @@ <div id="search-wrapper" class="hidden"> <form id="searchbar-outer" class="searchbar-outer"> - <input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header"> + <div class="search-wrapper"> + <input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header"> + <div class="spinner-wrapper"> + <i class="fa fa-spinner fa-spin"></i> + </div> + </div> </form> <div id="searchresults-outer" class="searchresults-outer hidden"> <div id="searchresults-header" class="searchresults-header"></div> @@ -334,6 +343,7 @@ buffer determined by this option.</p> <script src="../theme/pagetoc.js"></script> + </div> </body> </html> diff --git a/ref/proto/rep.html b/ref/proto/rep.html index 7f11ccee..d61ca939 100644 --- a/ref/proto/rep.html +++ b/ref/proto/rep.html @@ -37,6 +37,7 @@ const path_to_root = "../"; const default_light_theme = "light"; const default_dark_theme = "navy"; + window.path_to_searchindex_js = "../searchindex.js"; </script> <!-- Start loading toc.js asap --> <script src="../toc.js"></script> @@ -93,10 +94,13 @@ sidebar = sidebar || 'visible'; } else { sidebar = 'hidden'; + sidebar_toggle.checked = false; + } + if (sidebar === 'visible') { + sidebar_toggle.checked = true; + } else { + html.classList.remove('sidebar-visible'); } - sidebar_toggle.checked = sidebar === 'visible'; - html.classList.remove('sidebar-visible'); - html.classList.add("sidebar-" + sidebar); </script> <nav id="sidebar" class="sidebar" aria-label="Table of contents"> @@ -147,7 +151,12 @@ <div id="search-wrapper" class="hidden"> <form id="searchbar-outer" class="searchbar-outer"> - <input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header"> + <div class="search-wrapper"> + <input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header"> + <div class="spinner-wrapper"> + <i class="fa fa-spinner fa-spin"></i> + </div> + </div> </form> <div id="searchresults-outer" class="searchresults-outer hidden"> <div id="searchresults-header" class="searchresults-header"></div> @@ -327,6 +336,7 @@ This is more fully documented in the <a href="./req.html"><em>REQ</em></a> chapt <script src="../theme/pagetoc.js"></script> + </div> </body> </html> diff --git a/ref/proto/req.html b/ref/proto/req.html index 98cbb52c..cc2204d2 100644 --- a/ref/proto/req.html +++ b/ref/proto/req.html @@ -37,6 +37,7 @@ const path_to_root = "../"; const default_light_theme = "light"; const default_dark_theme = "navy"; + window.path_to_searchindex_js = "../searchindex.js"; </script> <!-- Start loading toc.js asap --> <script src="../toc.js"></script> @@ -93,10 +94,13 @@ sidebar = sidebar || 'visible'; } else { sidebar = 'hidden'; + sidebar_toggle.checked = false; + } + if (sidebar === 'visible') { + sidebar_toggle.checked = true; + } else { + html.classList.remove('sidebar-visible'); } - sidebar_toggle.checked = sidebar === 'visible'; - html.classList.remove('sidebar-visible'); - html.classList.add("sidebar-" + sidebar); </script> <nav id="sidebar" class="sidebar" aria-label="Table of contents"> @@ -147,7 +151,12 @@ <div id="search-wrapper" class="hidden"> <form id="searchbar-outer" class="searchbar-outer"> - <input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header"> + <div class="search-wrapper"> + <input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header"> + <div class="spinner-wrapper"> + <i class="fa fa-spinner fa-spin"></i> + </div> + </div> </form> <div id="searchresults-outer" class="searchresults-outer hidden"> <div id="searchresults-header" class="searchresults-header"></div> @@ -410,6 +419,7 @@ request ID it originally used for the request.</p> <script src="../theme/pagetoc.js"></script> + </div> </body> </html> diff --git a/ref/proto/respondent.html b/ref/proto/respondent.html index ee61d5c1..bb9d1cfb 100644 --- a/ref/proto/respondent.html +++ b/ref/proto/respondent.html @@ -37,6 +37,7 @@ const path_to_root = "../"; const default_light_theme = "light"; const default_dark_theme = "navy"; + window.path_to_searchindex_js = "../searchindex.js"; </script> <!-- Start loading toc.js asap --> <script src="../toc.js"></script> @@ -93,10 +94,13 @@ sidebar = sidebar || 'visible'; } else { sidebar = 'hidden'; + sidebar_toggle.checked = false; + } + if (sidebar === 'visible') { + sidebar_toggle.checked = true; + } else { + html.classList.remove('sidebar-visible'); } - sidebar_toggle.checked = sidebar === 'visible'; - html.classList.remove('sidebar-visible'); - html.classList.add("sidebar-" + sidebar); </script> <nav id="sidebar" class="sidebar" aria-label="Table of contents"> @@ -147,7 +151,12 @@ <div id="search-wrapper" class="hidden"> <form id="searchbar-outer" class="searchbar-outer"> - <input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header"> + <div class="search-wrapper"> + <input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header"> + <div class="spinner-wrapper"> + <i class="fa fa-spinner fa-spin"></i> + </div> + </div> </form> <div id="searchresults-outer" class="searchresults-outer hidden"> <div id="searchresults-header" class="searchresults-header"></div> @@ -332,6 +341,7 @@ pre-releases of <a href="TODO.html">nanomsg</a>, but was not released in any pro <script src="../theme/pagetoc.js"></script> + </div> </body> </html> diff --git a/ref/proto/sub.html b/ref/proto/sub.html index 216fa0b9..a5d5d773 100644 --- a/ref/proto/sub.html +++ b/ref/proto/sub.html @@ -37,6 +37,7 @@ const path_to_root = "../"; const default_light_theme = "light"; const default_dark_theme = "navy"; + window.path_to_searchindex_js = "../searchindex.js"; </script> <!-- Start loading toc.js asap --> <script src="../toc.js"></script> @@ -93,10 +94,13 @@ sidebar = sidebar || 'visible'; } else { sidebar = 'hidden'; + sidebar_toggle.checked = false; + } + if (sidebar === 'visible') { + sidebar_toggle.checked = true; + } else { + html.classList.remove('sidebar-visible'); } - sidebar_toggle.checked = sidebar === 'visible'; - html.classList.remove('sidebar-visible'); - html.classList.add("sidebar-" + sidebar); </script> <nav id="sidebar" class="sidebar" aria-label="Table of contents"> @@ -147,7 +151,12 @@ <div id="search-wrapper" class="hidden"> <form id="searchbar-outer" class="searchbar-outer"> - <input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header"> + <div class="search-wrapper"> + <input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header"> + <div class="spinner-wrapper"> + <i class="fa fa-spinner fa-spin"></i> + </div> + </div> </form> <div id="searchresults-outer" class="searchresults-outer hidden"> <div id="searchresults-header" class="searchresults-header"></div> @@ -322,6 +331,7 @@ When <code>false</code>, the subscriber will reject messages if the message queu <script src="../theme/pagetoc.js"></script> + </div> </body> </html> diff --git a/ref/proto/surveyor.html b/ref/proto/surveyor.html index c5da1d28..467333a6 100644 --- a/ref/proto/surveyor.html +++ b/ref/proto/surveyor.html @@ -37,6 +37,7 @@ const path_to_root = "../"; const default_light_theme = "light"; const default_dark_theme = "navy"; + window.path_to_searchindex_js = "../searchindex.js"; </script> <!-- Start loading toc.js asap --> <script src="../toc.js"></script> @@ -93,10 +94,13 @@ sidebar = sidebar || 'visible'; } else { sidebar = 'hidden'; + sidebar_toggle.checked = false; + } + if (sidebar === 'visible') { + sidebar_toggle.checked = true; + } else { + html.classList.remove('sidebar-visible'); } - sidebar_toggle.checked = sidebar === 'visible'; - html.classList.remove('sidebar-visible'); - html.classList.add("sidebar-" + sidebar); </script> <nav id="sidebar" class="sidebar" aria-label="Table of contents"> @@ -147,7 +151,12 @@ <div id="search-wrapper" class="hidden"> <form id="searchbar-outer" class="searchbar-outer"> - <input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header"> + <div class="search-wrapper"> + <input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header"> + <div class="spinner-wrapper"> + <i class="fa fa-spinner fa-spin"></i> + </div> + </div> </form> <div id="searchresults-outer" class="searchresults-outer hidden"> <div id="searchresults-header" class="searchresults-header"></div> @@ -389,6 +398,7 @@ pre-releases of <a href="TODO.html">nanomsg</a>, but was not released in any pro <script src="../theme/pagetoc.js"></script> + </div> </body> </html> |
