Skip to content

Commit 5268e7a

Browse files
committed
deploy: 6a59171
1 parent dcca37e commit 5268e7a

File tree

219 files changed

+7527
-8175
lines changed

Some content is hidden

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

219 files changed

+7527
-8175
lines changed

annotated.html

Lines changed: 37 additions & 24 deletions
Large diffs are not rendered by default.

bc_sd.png

587 Bytes
Loading

bdwn.png

-134 Bytes
Binary file not shown.

classes.html

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
55
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
6-
<meta name="generator" content="Doxygen 1.9.2"/>
6+
<meta name="generator" content="Doxygen 1.12.0"/>
77
<meta name="viewport" content="width=device-width, initial-scale=1"/>
88
<!-- BEGIN opengraph metadata -->
99
<meta property="og:title" content="Doxygen Awesome" />
@@ -35,9 +35,10 @@
3535
DoxygenAwesomeTabs.init()
3636
</script>
3737
<link href="navtree.css" rel="stylesheet" type="text/css"/>
38-
<script type="text/javascript" src="resize.js"></script>
3938
<script type="text/javascript" src="navtreedata.js"></script>
4039
<script type="text/javascript" src="navtree.js"></script>
40+
<script type="text/javascript" src="resize.js"></script>
41+
<script type="text/javascript" src="cookie.js"></script>
4142
<link href="search/search.css" rel="stylesheet" type="text/css"/>
4243
<script type="text/javascript" src="search/searchdata.js"></script>
4344
<script type="text/javascript" src="search/search.js"></script>
@@ -77,19 +78,24 @@
7778
</table>
7879
</div>
7980
<!-- end header part -->
80-
<!-- Generated by Doxygen 1.9.2 -->
81+
<!-- Generated by Doxygen 1.12.0 -->
8182
<script type="text/javascript">
8283
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
83-
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
84+
var searchBox = new SearchBox("searchBox", "search/",'.html');
85+
/* @license-end */
86+
</script>
87+
<script type="text/javascript">
88+
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
89+
$(function() { codefold.init(0); });
8490
/* @license-end */
8591
</script>
8692
<script type="text/javascript" src="menudata.js"></script>
8793
<script type="text/javascript" src="menu.js"></script>
8894
<script type="text/javascript">
8995
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
9096
$(function() {
91-
initMenu('',true,false,'search.php','Search');
92-
$(document).ready(function() { init_search(); });
97+
initMenu('',true,false,'search.php','Search',true);
98+
$(function() { init_search(); });
9399
});
94100
/* @license-end */
95101
</script>
@@ -107,7 +113,7 @@
107113
</div>
108114
<script type="text/javascript">
109115
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
110-
$(document).ready(function(){initNavTree('classes.html',''); initResizable(); });
116+
$(function(){initNavTree('classes.html',''); initResizable(true); });
111117
/* @license-end */
112118
</script>
113119
<div id="doc-content">
@@ -120,9 +126,16 @@
120126

121127
<!-- iframe showing the search results (closed by default) -->
122128
<div id="MSearchResultsWindow">
123-
<iframe src="javascript:void(0)" frameborder="0"
124-
name="MSearchResults" id="MSearchResults">
125-
</iframe>
129+
<div id="MSearchResults">
130+
<div class="SRPage">
131+
<div id="SRIndex">
132+
<div id="SRResults"></div>
133+
<div class="SRStatus" id="Loading">Loading...</div>
134+
<div class="SRStatus" id="Searching">Searching...</div>
135+
<div class="SRStatus" id="NoMatches">No Matches</div>
136+
</div>
137+
</div>
138+
</div>
126139
</div>
127140

128141
<div class="header">
@@ -140,7 +153,7 @@
140153
<!-- start footer part -->
141154
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
142155
<ul>
143-
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.2 </li>
156+
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.12.0 </li>
144157
</ul>
145158
</div>
146159
</body>

clipboard.js

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
/**
2+
3+
The code below is based on the Doxygen Awesome project, see
4+
https://github.com/jothepro/doxygen-awesome-css
5+
6+
MIT License
7+
8+
Copyright (c) 2021 - 2022 jothepro
9+
10+
Permission is hereby granted, free of charge, to any person obtaining a copy
11+
of this software and associated documentation files (the "Software"), to deal
12+
in the Software without restriction, including without limitation the rights
13+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14+
copies of the Software, and to permit persons to whom the Software is
15+
furnished to do so, subject to the following conditions:
16+
17+
The above copyright notice and this permission notice shall be included in all
18+
copies or substantial portions of the Software.
19+
20+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26+
SOFTWARE.
27+
28+
*/
29+
30+
let clipboard_title = "Copy to clipboard"
31+
let clipboard_icon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg>`
32+
let clipboard_successIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>`
33+
let clipboard_successDuration = 1000
34+
35+
$(function() {
36+
if(navigator.clipboard) {
37+
const fragments = document.getElementsByClassName("fragment")
38+
for(const fragment of fragments) {
39+
const clipboard_div = document.createElement("div")
40+
clipboard_div.classList.add("clipboard")
41+
clipboard_div.innerHTML = clipboard_icon
42+
clipboard_div.title = clipboard_title
43+
$(clipboard_div).click(function() {
44+
const content = this.parentNode.cloneNode(true)
45+
// filter out line number and folded fragments from file listings
46+
content.querySelectorAll(".lineno, .ttc, .foldclosed").forEach((node) => { node.remove() })
47+
let text = content.textContent
48+
// remove trailing newlines and trailing spaces from empty lines
49+
text = text.replace(/^\s*\n/gm,'\n').replace(/\n*$/,'')
50+
navigator.clipboard.writeText(text);
51+
this.classList.add("success")
52+
this.innerHTML = clipboard_successIcon
53+
window.setTimeout(() => { // switch back to normal icon after timeout
54+
this.classList.remove("success")
55+
this.innerHTML = clipboard_icon
56+
}, clipboard_successDuration);
57+
})
58+
fragment.insertBefore(clipboard_div, fragment.firstChild)
59+
}
60+
}
61+
})

cookie.js

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
/*!
2+
Cookie helper functions
3+
Copyright (c) 2023 Dimitri van Heesch
4+
Released under MIT license.
5+
*/
6+
let Cookie = {
7+
cookie_namespace: 'doxygen_',
8+
9+
readSetting(cookie,defVal) {
10+
if (window.chrome) {
11+
const val = localStorage.getItem(this.cookie_namespace+cookie) ||
12+
sessionStorage.getItem(this.cookie_namespace+cookie);
13+
if (val) return val;
14+
} else {
15+
let myCookie = this.cookie_namespace+cookie+"=";
16+
if (document.cookie) {
17+
const index = document.cookie.indexOf(myCookie);
18+
if (index != -1) {
19+
const valStart = index + myCookie.length;
20+
let valEnd = document.cookie.indexOf(";", valStart);
21+
if (valEnd == -1) {
22+
valEnd = document.cookie.length;
23+
}
24+
return document.cookie.substring(valStart, valEnd);
25+
}
26+
}
27+
}
28+
return defVal;
29+
},
30+
31+
writeSetting(cookie,val,days=10*365) { // default days='forever', 0=session cookie, -1=delete
32+
if (window.chrome) {
33+
if (days==0) {
34+
sessionStorage.setItem(this.cookie_namespace+cookie,val);
35+
} else {
36+
localStorage.setItem(this.cookie_namespace+cookie,val);
37+
}
38+
} else {
39+
let date = new Date();
40+
date.setTime(date.getTime()+(days*24*60*60*1000));
41+
const expiration = days!=0 ? "expires="+date.toGMTString()+";" : "";
42+
document.cookie = this.cookie_namespace + cookie + "=" +
43+
val + "; SameSite=Lax;" + expiration + "path=/";
44+
}
45+
},
46+
47+
eraseSetting(cookie) {
48+
if (window.chrome) {
49+
if (localStorage.getItem(this.cookie_namespace+cookie)) {
50+
localStorage.removeItem(this.cookie_namespace+cookie);
51+
} else if (sessionStorage.getItem(this.cookie_namespace+cookie)) {
52+
sessionStorage.removeItem(this.cookie_namespace+cookie);
53+
}
54+
} else {
55+
this.writeSetting(cookie,'',-1);
56+
}
57+
},
58+
}

0 commit comments

Comments
 (0)