chillerlan-QRCodeTest-Data-AlphaNumTest.html 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Documentation</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <base href="../">
  8. <link rel="icon" href="images/favicon.ico"/>
  9. <link rel="stylesheet" href="css/normalize.css">
  10. <link rel="stylesheet" href="css/base.css">
  11. <link rel="preconnect" href="https://fonts.gstatic.com">
  12. <link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap" rel="stylesheet">
  13. <link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600;700&display=swap" rel="stylesheet">
  14. <link rel="stylesheet" href="css/template.css">
  15. <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" />
  16. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/themes/prism-okaidia.css">
  17. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.css">
  18. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.css">
  19. <script src="https://cdn.jsdelivr.net/npm/fuse.js@3.4.6"></script>
  20. <script src="https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2"></script>
  21. <script src="js/search.js"></script>
  22. <script defer src="js/searchIndex.js"></script>
  23. </head>
  24. <body id="top">
  25. <header class="phpdocumentor-header phpdocumentor-section">
  26. <h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Documentation</a></h1>
  27. <input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" />
  28. <label class="phpdocumentor-header__menu-icon" for="menu-button">
  29. <i class="fas fa-bars"></i>
  30. </label>
  31. <section data-search-form class="phpdocumentor-search">
  32. <label>
  33. <span class="visually-hidden">Search for</span>
  34. <svg class="phpdocumentor-search__icon" width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  35. <circle cx="7.5" cy="7.5" r="6.5" stroke="currentColor" stroke-width="2"/>
  36. <line x1="12.4892" y1="12.2727" x2="19.1559" y2="18.9393" stroke="currentColor" stroke-width="3"/>
  37. </svg>
  38. <input type="search" class="phpdocumentor-field phpdocumentor-search__field" placeholder="Loading .." disabled />
  39. </label>
  40. </section>
  41. <nav class="phpdocumentor-topnav">
  42. <ul class="phpdocumentor-topnav__menu">
  43. </ul>
  44. </nav>
  45. </header>
  46. <main class="phpdocumentor">
  47. <div class="phpdocumentor-section">
  48. <input class="phpdocumentor-sidebar__menu-button" type="checkbox" id="sidebar-button" name="sidebar-button" />
  49. <label class="phpdocumentor-sidebar__menu-icon" for="sidebar-button">
  50. Menu
  51. </label>
  52. <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
  53. <section class="phpdocumentor-sidebar__category">
  54. <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
  55. <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
  56. <ul class="phpdocumentor-list">
  57. <li>
  58. <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
  59. </li>
  60. <li>
  61. <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
  62. </li>
  63. </ul>
  64. </section>
  65. <section class="phpdocumentor-sidebar__category">
  66. <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
  67. <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
  68. </section>
  69. <section class="phpdocumentor-sidebar__category">
  70. <h2 class="phpdocumentor-sidebar__category-header">Reports</h2>
  71. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/deprecated.html">Deprecated</a></h3>
  72. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/errors.html">Errors</a></h3>
  73. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/markers.html">Markers</a></h3>
  74. </section>
  75. <section class="phpdocumentor-sidebar__category">
  76. <h2 class="phpdocumentor-sidebar__category-header">Indices</h2>
  77. <h3 class="phpdocumentor-sidebar__root-package"><a href="indices/files.html">Files</a></h3>
  78. </section>
  79. </aside>
  80. <div class="phpdocumentor-column -eight phpdocumentor-content">
  81. <ul class="phpdocumentor-breadcrumbs">
  82. <li class="phpdocumentor-breadcrumb"><a href="namespaces/chillerlan.html">chillerlan</a></li>
  83. <li class="phpdocumentor-breadcrumb"><a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a></li>
  84. <li class="phpdocumentor-breadcrumb"><a href="namespaces/chillerlan-qrcodetest-data.html">Data</a></li>
  85. </ul>
  86. <article class="phpdocumentor-element -class">
  87. <h2 class="phpdocumentor-content__title">
  88. AlphaNumTest
  89. <span class="phpdocumentor-element__extends">
  90. extends <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html"><abbr title="\chillerlan\QRCodeTest\Data\DatainterfaceTestAbstract">DatainterfaceTestAbstract</abbr></a>
  91. </span>
  92. <div class="phpdocumentor-element__package">
  93. in package
  94. <ul class="phpdocumentor-breadcrumbs">
  95. <li class="phpdocumentor-breadcrumb"><a href="packages/Application.html">Application</a></li>
  96. </ul>
  97. </div>
  98. </h2>
  99. <aside class="phpdocumentor-element-found-in">
  100. <abbr class="phpdocumentor-element-found-in__file" title="tests/Data/AlphaNumTest.php"><a href="files/tests-data-alphanumtest.html"><abbr title="tests/Data/AlphaNumTest.php">AlphaNumTest.php</abbr></a></abbr>
  101. :
  102. <span class="phpdocumentor-element-found-in__line">18</span>
  103. </aside>
  104. <p class="phpdocumentor-summary">Tests the AlphaNum class</p>
  105. <h3 id="toc">
  106. Table of Contents
  107. <a href="#toc" class="headerlink"><i class="fas fa-link"></i></a>
  108. </h3>
  109. <dl class="phpdocumentor-table-of-contents">
  110. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  111. <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testCodeLengthOverflowException">testCodeLengthOverflowException()</a>
  112. <span>
  113. &nbsp;: void </span>
  114. </dt>
  115. <dd>Tests if an exception is thrown on data overflow</dd>
  116. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  117. <a href="classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html#method_testGetCharCodeException">testGetCharCodeException()</a>
  118. <span>
  119. &nbsp;: void </span>
  120. </dt>
  121. <dd>Tests if an exception is thrown when an invalid character is encountered</dd>
  122. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  123. <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testGetMinimumVersion">testGetMinimumVersion()</a>
  124. <span>
  125. &nbsp;: void </span>
  126. </dt>
  127. <dd>Tests getting the minimum QR version for the given data</dd>
  128. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  129. <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testGetMinimumVersionException">testGetMinimumVersionException()</a>
  130. <span>
  131. &nbsp;: void </span>
  132. </dt>
  133. <dd>Tests if an exception is thrown when the data exceeds the maximum version while auto detecting</dd>
  134. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  135. <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInitMatrix">testInitMatrix()</a>
  136. <span>
  137. &nbsp;: void </span>
  138. </dt>
  139. <dd>Tests initializing the data matrix</dd>
  140. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  141. <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInstance">testInstance()</a>
  142. <span>
  143. &nbsp;: void </span>
  144. </dt>
  145. <dd>Verifies the data interface instance</dd>
  146. <dt class="phpdocumentor-table-of-contents__entry -method -protected">
  147. <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_setTestData">setTestData()</a>
  148. <span>
  149. &nbsp;: void </span>
  150. </dt>
  151. <dd></dd>
  152. </dl>
  153. <section class="phpdocumentor-methods">
  154. <h3 class="phpdocumentor-elements__header" id="methods">
  155. Methods
  156. <a href="classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html#methods" class="headerlink"><i class="fas fa-link"></i></a>
  157. </h3>
  158. <article
  159. class="phpdocumentor-element
  160. -method
  161. -public
  162. "
  163. >
  164. <h4 class="phpdocumentor-element__name" id="method_testCodeLengthOverflowException">
  165. testCodeLengthOverflowException()
  166. <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testCodeLengthOverflowException" class="headerlink"><i class="fas fa-link"></i></a>
  167. </h4>
  168. <aside class="phpdocumentor-element-found-in">
  169. <abbr class="phpdocumentor-element-found-in__file" title="tests/Data/DatainterfaceTestAbstract.php"><a href="files/tests-data-datainterfacetestabstract.html"><abbr title="tests/Data/DatainterfaceTestAbstract.php">DatainterfaceTestAbstract.php</abbr></a></abbr>
  170. :
  171. <span class="phpdocumentor-element-found-in__line">124</span>
  172. </aside>
  173. <p class="phpdocumentor-summary">Tests if an exception is thrown on data overflow</p>
  174. <code class="phpdocumentor-code phpdocumentor-signature ">
  175. <span class="phpdocumentor-signature__visibility">public</span>
  176. <span class="phpdocumentor-signature__name">testCodeLengthOverflowException</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  177. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  178. <span class="phpdocumentor-signature__response_type">void</span>
  179. &mdash;
  180. </article>
  181. <article
  182. class="phpdocumentor-element
  183. -method
  184. -public
  185. "
  186. >
  187. <h4 class="phpdocumentor-element__name" id="method_testGetCharCodeException">
  188. testGetCharCodeException()
  189. <a href="classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html#method_testGetCharCodeException" class="headerlink"><i class="fas fa-link"></i></a>
  190. </h4>
  191. <aside class="phpdocumentor-element-found-in">
  192. <abbr class="phpdocumentor-element-found-in__file" title="tests/Data/AlphaNumTest.php"><a href="files/tests-data-alphanumtest.html"><abbr title="tests/Data/AlphaNumTest.php">AlphaNumTest.php</abbr></a></abbr>
  193. :
  194. <span class="phpdocumentor-element-found-in__line">43</span>
  195. </aside>
  196. <p class="phpdocumentor-summary">Tests if an exception is thrown when an invalid character is encountered</p>
  197. <code class="phpdocumentor-code phpdocumentor-signature ">
  198. <span class="phpdocumentor-signature__visibility">public</span>
  199. <span class="phpdocumentor-signature__name">testGetCharCodeException</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  200. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  201. <span class="phpdocumentor-signature__response_type">void</span>
  202. &mdash;
  203. </article>
  204. <article
  205. class="phpdocumentor-element
  206. -method
  207. -public
  208. "
  209. >
  210. <h4 class="phpdocumentor-element__name" id="method_testGetMinimumVersion">
  211. testGetMinimumVersion()
  212. <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testGetMinimumVersion" class="headerlink"><i class="fas fa-link"></i></a>
  213. </h4>
  214. <aside class="phpdocumentor-element-found-in">
  215. <abbr class="phpdocumentor-element-found-in__file" title="tests/Data/DatainterfaceTestAbstract.php"><a href="files/tests-data-datainterfacetestabstract.html"><abbr title="tests/Data/DatainterfaceTestAbstract.php">DatainterfaceTestAbstract.php</abbr></a></abbr>
  216. :
  217. <span class="phpdocumentor-element-found-in__line">98</span>
  218. </aside>
  219. <p class="phpdocumentor-summary">Tests getting the minimum QR version for the given data</p>
  220. <code class="phpdocumentor-code phpdocumentor-signature ">
  221. <span class="phpdocumentor-signature__visibility">public</span>
  222. <span class="phpdocumentor-signature__name">testGetMinimumVersion</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  223. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  224. <span class="phpdocumentor-signature__response_type">void</span>
  225. &mdash;
  226. </article>
  227. <article
  228. class="phpdocumentor-element
  229. -method
  230. -public
  231. "
  232. >
  233. <h4 class="phpdocumentor-element__name" id="method_testGetMinimumVersionException">
  234. testGetMinimumVersionException()
  235. <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testGetMinimumVersionException" class="headerlink"><i class="fas fa-link"></i></a>
  236. </h4>
  237. <aside class="phpdocumentor-element-found-in">
  238. <abbr class="phpdocumentor-element-found-in__file" title="tests/Data/DatainterfaceTestAbstract.php"><a href="files/tests-data-datainterfacetestabstract.html"><abbr title="tests/Data/DatainterfaceTestAbstract.php">DatainterfaceTestAbstract.php</abbr></a></abbr>
  239. :
  240. <span class="phpdocumentor-element-found-in__line">110</span>
  241. </aside>
  242. <p class="phpdocumentor-summary">Tests if an exception is thrown when the data exceeds the maximum version while auto detecting</p>
  243. <code class="phpdocumentor-code phpdocumentor-signature ">
  244. <span class="phpdocumentor-signature__visibility">public</span>
  245. <span class="phpdocumentor-signature__name">testGetMinimumVersionException</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  246. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  247. <span class="phpdocumentor-signature__response_type">void</span>
  248. &mdash;
  249. </article>
  250. <article
  251. class="phpdocumentor-element
  252. -method
  253. -public
  254. "
  255. >
  256. <h4 class="phpdocumentor-element__name" id="method_testInitMatrix">
  257. testInitMatrix()
  258. <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInitMatrix" class="headerlink"><i class="fas fa-link"></i></a>
  259. </h4>
  260. <aside class="phpdocumentor-element-found-in">
  261. <abbr class="phpdocumentor-element-found-in__file" title="tests/Data/DatainterfaceTestAbstract.php"><a href="files/tests-data-datainterfacetestabstract.html"><abbr title="tests/Data/DatainterfaceTestAbstract.php">DatainterfaceTestAbstract.php</abbr></a></abbr>
  262. :
  263. <span class="phpdocumentor-element-found-in__line">86</span>
  264. </aside>
  265. <p class="phpdocumentor-summary">Tests initializing the data matrix</p>
  266. <code class="phpdocumentor-code phpdocumentor-signature ">
  267. <span class="phpdocumentor-signature__visibility">public</span>
  268. <span class="phpdocumentor-signature__name">testInitMatrix</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$maskPattern</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  269. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  270. <dl class="phpdocumentor-argument-list">
  271. <dt class="phpdocumentor-argument-list__entry">
  272. <span class="phpdocumentor-signature__argument__name">$maskPattern</span>
  273. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  274. </dt>
  275. <dd class="phpdocumentor-argument-list__definition">
  276. <section class="phpdocumentor-description"></section>
  277. </dd>
  278. </dl>
  279. <h5 class="phpdocumentor-tag-list__heading" id="tags">
  280. Tags
  281. <a href="#tags" class="headerlink"><i class="fas fa-link"></i></a>
  282. </h5>
  283. <dl class="phpdocumentor-tag-list">
  284. <dt class="phpdocumentor-tag-list__entry">
  285. <span class="phpdocumentor-tag__name">dataProvider</span>
  286. </dt>
  287. <dd class="phpdocumentor-tag-list__definition">
  288. <section class="phpdocumentor-description"><p>MaskPatternProvider</p>
  289. </section>
  290. </dd>
  291. </dl>
  292. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  293. <span class="phpdocumentor-signature__response_type">void</span>
  294. &mdash;
  295. </article>
  296. <article
  297. class="phpdocumentor-element
  298. -method
  299. -public
  300. "
  301. >
  302. <h4 class="phpdocumentor-element__name" id="method_testInstance">
  303. testInstance()
  304. <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_testInstance" class="headerlink"><i class="fas fa-link"></i></a>
  305. </h4>
  306. <aside class="phpdocumentor-element-found-in">
  307. <abbr class="phpdocumentor-element-found-in__file" title="tests/Data/DatainterfaceTestAbstract.php"><a href="files/tests-data-datainterfacetestabstract.html"><abbr title="tests/Data/DatainterfaceTestAbstract.php">DatainterfaceTestAbstract.php</abbr></a></abbr>
  308. :
  309. <span class="phpdocumentor-element-found-in__line">52</span>
  310. </aside>
  311. <p class="phpdocumentor-summary">Verifies the data interface instance</p>
  312. <code class="phpdocumentor-code phpdocumentor-signature ">
  313. <span class="phpdocumentor-signature__visibility">public</span>
  314. <span class="phpdocumentor-signature__name">testInstance</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  315. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  316. <span class="phpdocumentor-signature__response_type">void</span>
  317. &mdash;
  318. </article>
  319. <article
  320. class="phpdocumentor-element
  321. -method
  322. -protected
  323. "
  324. >
  325. <h4 class="phpdocumentor-element__name" id="method_setTestData">
  326. setTestData()
  327. <a href="classes/chillerlan-QRCodeTest-Data-DatainterfaceTestAbstract.html#method_setTestData" class="headerlink"><i class="fas fa-link"></i></a>
  328. </h4>
  329. <aside class="phpdocumentor-element-found-in">
  330. <abbr class="phpdocumentor-element-found-in__file" title="tests/Data/DatainterfaceTestAbstract.php"><a href="files/tests-data-datainterfacetestabstract.html"><abbr title="tests/Data/DatainterfaceTestAbstract.php">DatainterfaceTestAbstract.php</abbr></a></abbr>
  331. :
  332. <span class="phpdocumentor-element-found-in__line">44</span>
  333. </aside>
  334. <code class="phpdocumentor-code phpdocumentor-signature ">
  335. <span class="phpdocumentor-signature__visibility">protected</span>
  336. <span class="phpdocumentor-signature__name">setTestData</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  337. <section class="phpdocumentor-description"></section>
  338. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  339. <span class="phpdocumentor-signature__response_type">void</span>
  340. &mdash;
  341. </article>
  342. </section>
  343. <script type="text/javascript">
  344. function loadExternalCodeSnippets(line) {
  345. Array.prototype.slice.call(document.querySelectorAll('pre[data-src]')).forEach((pre) => {
  346. var src = pre.getAttribute('data-src').replace( /\\/g, '/');
  347. var extension = (src.match(/\.(\w+)$/) || [, ''])[1];
  348. var language = 'php';
  349. var code = document.createElement('code');
  350. code.className = 'language-' + language;
  351. pre.textContent = '';
  352. pre.setAttribute('data-line', line)
  353. code.textContent = 'Loading…';
  354. pre.appendChild(code);
  355. var xhr = new XMLHttpRequest();
  356. xhr.open('GET', src, true);
  357. xhr.onreadystatechange = function () {
  358. if (xhr.readyState == 4) {
  359. if (xhr.status < 400 && xhr.responseText) {
  360. code.textContent = xhr.responseText;
  361. Prism.highlightElement(code);
  362. }
  363. else if (xhr.status >= 400) {
  364. code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText;
  365. }
  366. else {
  367. code.textContent = '✖ Error: File does not exist, is empty or trying to view from localhost';
  368. }
  369. }
  370. };
  371. xhr.send(null);
  372. });
  373. }
  374. var modals = document.querySelectorAll("[data-modal]");
  375. modals.forEach(function (trigger) {
  376. trigger.addEventListener("click", function (event) {
  377. //event.preventDefault();
  378. const modal = document.getElementById(trigger.dataset.modal);
  379. modal.classList.add("phpdocumentor-modal__open");
  380. loadExternalCodeSnippets(trigger.dataset.line)
  381. const exits = modal.querySelectorAll("[data-exit-button]");
  382. exits.forEach(function (exit) {
  383. exit.addEventListener("click", function (event) {
  384. event.preventDefault();
  385. modal.classList.remove("phpdocumentor-modal__open");
  386. });
  387. });
  388. });
  389. });
  390. </script>
  391. </article>
  392. <section data-search-results class="phpdocumentor-search-results phpdocumentor-search-results--hidden">
  393. <section class="phpdocumentor-search-results__dialog">
  394. <header class="phpdocumentor-search-results__header">
  395. <h2 class="phpdocumentor-search-results__title">Search results</h2>
  396. <button class="phpdocumentor-search-results__close"><i class="fas fa-times"></i></button>
  397. </header>
  398. <section class="phpdocumentor-search-results__body">
  399. <ul class="phpdocumentor-search-results__entries"></ul>
  400. </section>
  401. </section>
  402. </section>
  403. </div>
  404. </div>
  405. <a href="classes/chillerlan-QRCodeTest-Data-AlphaNumTest.html#top" class="phpdocumentor-back-to-top"><i class="fas fa-chevron-circle-up"></i></a>
  406. </main>
  407. <script>
  408. cssVars({});
  409. </script>
  410. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/prism.min.js"></script>
  411. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js"></script>
  412. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.min.js"></script>
  413. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.min.js"></script>
  414. </body>
  415. </html>