errors.html 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title> Documentation &raquo; Compilation errors
  6. </title>
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <base href="../">
  9. <link rel="icon" href="images/favicon.ico"/>
  10. <link rel="stylesheet" href="css/normalize.css">
  11. <link rel="stylesheet" href="css/base.css">
  12. <link rel="preconnect" href="https://fonts.gstatic.com">
  13. <link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;600;700&display=swap" rel="stylesheet">
  14. <link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600;700&display=swap" rel="stylesheet">
  15. <link rel="stylesheet" href="css/template.css">
  16. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css" integrity="sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=" crossorigin="anonymous" />
  17. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/themes/prism-okaidia.css">
  18. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.css">
  19. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.css">
  20. <script src="https://cdn.jsdelivr.net/npm/fuse.js@3.4.6"></script>
  21. <script src="https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2"></script>
  22. <script src="js/template.js"></script>
  23. <script src="js/search.js"></script>
  24. <script defer src="js/searchIndex.js"></script>
  25. </head>
  26. <body id="top">
  27. <header class="phpdocumentor-header phpdocumentor-section">
  28. <h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Documentation</a></h1>
  29. <input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" />
  30. <label class="phpdocumentor-header__menu-icon" for="menu-button">
  31. <i class="fas fa-bars"></i>
  32. </label>
  33. <section data-search-form class="phpdocumentor-search">
  34. <label>
  35. <span class="visually-hidden">Search for</span>
  36. <svg class="phpdocumentor-search__icon" width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  37. <circle cx="7.5" cy="7.5" r="6.5" stroke="currentColor" stroke-width="2"/>
  38. <line x1="12.4892" y1="12.2727" x2="19.1559" y2="18.9393" stroke="currentColor" stroke-width="3"/>
  39. </svg>
  40. <input type="search" class="phpdocumentor-field phpdocumentor-search__field" placeholder="Loading .." disabled />
  41. </label>
  42. </section>
  43. <nav class="phpdocumentor-topnav">
  44. <ul class="phpdocumentor-topnav__menu">
  45. <li class="phpdocumentor-topnav__menu-item -menu">
  46. <a href="https://php-qrcode.readthedocs.io">
  47. <span>
  48. User Manual
  49. </span>
  50. </a>
  51. </li>
  52. <li class="phpdocumentor-topnav__menu-item -social">
  53. <a href="https://github.com/chillerlan/php-qrcode">
  54. <span>
  55. <i class="fab fa-github"></i>
  56. </span>
  57. </a>
  58. </li>
  59. </ul>
  60. </nav>
  61. </header>
  62. <main class="phpdocumentor">
  63. <div class="phpdocumentor-section">
  64. <input class="phpdocumentor-sidebar__menu-button" type="checkbox" id="sidebar-button" name="sidebar-button" />
  65. <label class="phpdocumentor-sidebar__menu-icon" for="sidebar-button">
  66. Menu
  67. </label>
  68. <aside class="phpdocumentor-column -three phpdocumentor-sidebar">
  69. <section class="phpdocumentor-sidebar__category">
  70. <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
  71. <h4 class="phpdocumentor-sidebar__root-namespace">
  72. <a href="namespaces/chillerlan.html" class="">chillerlan</a>
  73. </h4>
  74. <ul class="phpdocumentor-list">
  75. <li>
  76. <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
  77. </li>
  78. <li>
  79. <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
  80. </li>
  81. </ul>
  82. </section>
  83. <section class="phpdocumentor-sidebar__category">
  84. <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
  85. <h4 class="phpdocumentor-sidebar__root-namespace">
  86. <a href="packages/Application.html" class="">Application</a>
  87. </h4>
  88. </section>
  89. <section class="phpdocumentor-sidebar__category">
  90. <h2 class="phpdocumentor-sidebar__category-header">Reports</h2>
  91. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/deprecated.html">Deprecated</a></h3>
  92. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/errors.html">Errors</a></h3>
  93. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/markers.html">Markers</a></h3>
  94. </section>
  95. <section class="phpdocumentor-sidebar__category">
  96. <h2 class="phpdocumentor-sidebar__category-header">Indices</h2>
  97. <h3 class="phpdocumentor-sidebar__root-package"><a href="indices/files.html">Files</a></h3>
  98. </section>
  99. </aside>
  100. <div class="phpdocumentor-column -nine phpdocumentor-content">
  101. <section>
  102. <ul class="phpdocumentor-breadcrumbs">
  103. <li><a href="">Home</a></li>
  104. </ul>
  105. <div class="phpdocumentor-row">
  106. <h2 class="phpdocumentor-content__title">Errors</h2>
  107. <div class="phpdocumentor-admonition phpdocumentor-admonition--success">No errors have been found in this project.</div>
  108. </div>
  109. </section>
  110. </div>
  111. <section data-search-results class="phpdocumentor-search-results phpdocumentor-search-results--hidden">
  112. <section class="phpdocumentor-search-results__dialog">
  113. <header class="phpdocumentor-search-results__header">
  114. <h2 class="phpdocumentor-search-results__title">Search results</h2>
  115. <button class="phpdocumentor-search-results__close"><i class="fas fa-times"></i></button>
  116. </header>
  117. <section class="phpdocumentor-search-results__body">
  118. <ul class="phpdocumentor-search-results__entries"></ul>
  119. </section>
  120. </section>
  121. </section>
  122. </div>
  123. <a href="reports/errors.html#top" class="phpdocumentor-back-to-top"><i class="fas fa-chevron-circle-up"></i></a>
  124. </main>
  125. <script>
  126. cssVars({});
  127. </script>
  128. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/prism.min.js"></script>
  129. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js"></script>
  130. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.min.js"></script>
  131. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.min.js"></script>
  132. </body>
  133. </html>