diff options
author | joeycastillo <joeycastillo@users.noreply.github.com> | 2022-08-03 17:57:16 +0000 |
---|---|---|
committer | joeycastillo <joeycastillo@users.noreply.github.com> | 2022-08-03 17:57:16 +0000 |
commit | 6ac386a506eed2212566ecbf7ea6f4a96e9b49eb (patch) | |
tree | 26aaa99a9a5ab5e9f4533e4e85841a8f3bd3d8a8 /search/functions_3.html | |
parent | d8dba8cc0f0c7807e120d7ca67d598d2413fb3e0 (diff) | |
download | Sensor-Watch-6ac386a506eed2212566ecbf7ea6f4a96e9b49eb.tar.gz Sensor-Watch-6ac386a506eed2212566ecbf7ea6f4a96e9b49eb.tar.bz2 Sensor-Watch-6ac386a506eed2212566ecbf7ea6f4a96e9b49eb.zip |
deploy: e790a025787e0e1aa59b98b95e194cf4318d1578
Diffstat (limited to 'search/functions_3.html')
-rw-r--r-- | search/functions_3.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/search/functions_3.html b/search/functions_3.html new file mode 100644 index 00000000..43ac6976 --- /dev/null +++ b/search/functions_3.html @@ -0,0 +1,37 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><title></title> +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> +<meta name="generator" content="Doxygen 1.9.4"/> +<link rel="stylesheet" type="text/css" href="search.css"/> +<script type="text/javascript" src="functions_3.js"></script> +<script type="text/javascript" src="search.js"></script> +</head> +<body class="SRPage"> +<div id="SRIndex"> +<div class="SRStatus" id="Loading">Loading...</div> +<div id="SRResults"></div> +<script type="text/javascript"> +/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ +createResults(); +/* @license-end */ +</script> +<div class="SRStatus" id="Searching">Searching...</div> +<div class="SRStatus" id="NoMatches">No Matches</div> +<script type="text/javascript"> +/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ +document.getElementById("Loading").style.display="none"; +document.getElementById("NoMatches").style.display="none"; +var searchResults = new SearchResults("searchResults"); +searchResults.Search(); +window.addEventListener("message", function(event) { + if (event.data == "take_focus") { + var elem = searchResults.NavNext(0); + if (elem) elem.focus(); + } +}); +/* @license-end */ +</script> +</div> +</body> +</html> |