functions_a.html 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!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">
  3. <head><title></title>
  4. <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
  5. <meta name="generator" content="Doxygen 1.9.1"/>
  6. <link rel="stylesheet" type="text/css" href="search.css"/>
  7. <script type="text/javascript" src="functions_a.js"></script>
  8. <script type="text/javascript" src="search.js"></script>
  9. </head>
  10. <body class="SRPage">
  11. <div id="SRIndex">
  12. <div class="SRStatus" id="Loading">Loading...</div>
  13. <div id="SRResults"></div>
  14. <script type="text/javascript">
  15. /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
  16. createResults();
  17. /* @license-end */
  18. </script>
  19. <div class="SRStatus" id="Searching">Searching...</div>
  20. <div class="SRStatus" id="NoMatches">No Matches</div>
  21. <script type="text/javascript">
  22. /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
  23. document.getElementById("Loading").style.display="none";
  24. document.getElementById("NoMatches").style.display="none";
  25. var searchResults = new SearchResults("searchResults");
  26. searchResults.Search();
  27. window.addEventListener("message", function(event) {
  28. if (event.data == "take_focus") {
  29. var elem = searchResults.NavNext(0);
  30. if (elem) elem.focus();
  31. }
  32. });
  33. /* @license-end */
  34. </script>
  35. </div>
  36. </body>
  37. </html>